|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: libtommath
|
|
|
|
|
Version: 1.2.0
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Summary: A portable number theoretic multiple-precision integer library
|
|
|
|
|
License: Public Domain
|
|
|
|
|
URL: http://www.libtom.net/
|
|
|
|
@ -18,7 +18,6 @@ BuildRequires: ghostscript-tools-dvipdf
|
|
|
|
|
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)
|
|
|
|
@ -94,6 +93,10 @@ find %{buildroot} -name '*.a' -delete
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Nov 03 2021 Frantisek Sumsal <frantisek@sumsal.cz> - 1.2.0-5
|
|
|
|
|
- Drop an obsoleted texlive-updmap-map build dependency (#1999507, #1987664)
|
|
|
|
|
- (see: #1965446)
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|