commit
383b63b995
|
@ -0,0 +1,46 @@
|
|||
Name: texlive-fancyqr
|
||||
Version: 2.2
|
||||
Release: 1%{?dist}
|
||||
Summary: TexLive FancyQR
|
||||
Group: Applications/System
|
||||
License: GPLv2+ and MIT and BSD
|
||||
URL: https://github.com/EagleoutIce/fancyqr/
|
||||
Source0: https://github.com/EagleoutIce/fancyqr/archive/refs/tags/v%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
|
||||
Requires: texlive
|
||||
Requires: texlive-texlive-scripts
|
||||
|
||||
|
||||
%description
|
||||
TexLive FancyQR
|
||||
|
||||
|
||||
%prep
|
||||
%setup
|
||||
|
||||
|
||||
%build
|
||||
|
||||
|
||||
|
||||
%install
|
||||
install -d %{buildroot}/%{_datadir}/texlive/texmf-dist/tex/latex/fancyqr/
|
||||
install -p -m 644 build.lua %{buildroot}/%{_datadir}/texlive/texmf-dist/tex/latex/fancyqr/
|
||||
install -p -m 644 fancyqr-style-blobs.code %{buildroot}/%{_datadir}/texlive/texmf-dist/tex/latex/fancyqr/
|
||||
install -p -m 644 fancyqr-style-dots.code %{buildroot}/%{_datadir}/texlive/texmf-dist/tex/latex/fancyqr/
|
||||
install -p -m 644 fancyqr-style-flat.code %{buildroot}/%{_datadir}/texlive/texmf-dist/tex/latex/fancyqr/
|
||||
install -p -m 644 fancyqr-style-frame.code %{buildroot}/%{_datadir}/texlive/texmf-dist/tex/latex/fancyqr/
|
||||
install -p -m 644 fancyqr-style-glitch.code %{buildroot}/%{_datadir}/texlive/texmf-dist/tex/latex/fancyqr/
|
||||
install -p -m 644 fancyqr.sty %{buildroot}/%{_datadir}/texlive/texmf-dist/tex/latex/fancyqr/
|
||||
#CHANGELOG.md
|
||||
#CONTRIBUTING.md
|
||||
#LICENSE
|
||||
#README.md
|
||||
|
||||
|
||||
%files
|
||||
%{_datadir}/texlive/texmf-dist/tex/latex/fancyqr/
|
||||
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue