|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: libtommath
|
|
|
|
|
Version: 1.1.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 1.2.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A portable number theoretic multiple-precision integer library
|
|
|
|
|
License: Public Domain
|
|
|
|
|
URL: http://www.libtom.net/
|
|
|
|
@ -18,6 +18,7 @@ BuildRequires: texlive-latex-bin-bin
|
|
|
|
|
BuildRequires: texlive-makeindex-bin
|
|
|
|
|
BuildRequires: texlive-mfware-bin
|
|
|
|
|
BuildRequires: texlive-updmap-map
|
|
|
|
|
BuildRequires: texlive-appendix
|
|
|
|
|
BuildRequires: tex(cmr10.tfm)
|
|
|
|
|
BuildRequires: tex(fancyhdr.sty)
|
|
|
|
|
BuildRequires: tex(hyphen.tex)
|
|
|
|
@ -62,7 +63,7 @@ sed -i \
|
|
|
|
|
%set_build_flags
|
|
|
|
|
%make_build V=1 CFLAGS="$CFLAGS -I./" -f makefile.shared
|
|
|
|
|
%if ! 0%{?flatpak}
|
|
|
|
|
make V=1 -f makefile poster manual docs
|
|
|
|
|
make V=1 -f makefile manual docs
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -84,10 +85,15 @@ find %{buildroot} -name '*.a' -delete
|
|
|
|
|
|
|
|
|
|
%if ! 0%{?flatpak}
|
|
|
|
|
%files doc
|
|
|
|
|
%doc doc/bn.pdf doc/poster.pdf doc/tommath.pdf
|
|
|
|
|
%doc doc/bn.pdf
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Apr 09 2020 Gerd Pokorra <gp@zimt.uni-siegen.de> - 1.2.0-1
|
|
|
|
|
- Update to 1.2.0.
|
|
|
|
|
- Remove poster make tag
|
|
|
|
|
- Add BuildRequires texlive-appendix
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|