commit
3e14f247dd
Binary file not shown.
BIN
libtommath-1.2.0.tar.gz
Normal file
BIN
libtommath-1.2.0.tar.gz
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
Name: libtommath
|
Name: libtommath
|
||||||
Version: 1.0.1
|
Version: 1.2.0
|
||||||
Release: 5
|
Release: 1
|
||||||
Summary: A portable number theoretic multiple-precision integer library.
|
Summary: A portable number theoretic multiple-precision integer library.
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
URL: http://www.libtom.net/
|
URL: http://www.libtom.net/
|
||||||
@ -10,6 +10,7 @@ Source0: https://github.com/libtom/%{name}/archive/v%{version}.tar.gz#/%{
|
|||||||
BuildRequires: ghostscript libtiff-tools libtool git texlive-dvips-bin ghostscript-tools-dvipdf
|
BuildRequires: ghostscript libtiff-tools libtool git texlive-dvips-bin ghostscript-tools-dvipdf
|
||||||
BuildRequires: texlive-latex-bin-bin texlive-makeindex-bin texlive-mfware-bin TeXamator git
|
BuildRequires: texlive-latex-bin-bin texlive-makeindex-bin texlive-mfware-bin TeXamator git
|
||||||
BuildRequires: tex(cmr10.tfm) tex(fancyhdr.sty) tex(hyphen.tex) texlive-metafont-bin
|
BuildRequires: tex(cmr10.tfm) tex(fancyhdr.sty) tex(hyphen.tex) texlive-metafont-bin
|
||||||
|
BuildRequires: texlive-appendix
|
||||||
|
|
||||||
%description
|
%description
|
||||||
LibTomMath is a free open source portable number theoretic multiple-precision integer
|
LibTomMath is a free open source portable number theoretic multiple-precision integer
|
||||||
@ -44,7 +45,7 @@ sed -i \
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%make_build V=1 CFLAGS="%{optflags} -I./" -f makefile.shared
|
%make_build V=1 CFLAGS="%{optflags} -I./" -f makefile.shared
|
||||||
%make_build V=1 -f makefile poster manual docs
|
make V=1 -f makefile manual docs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install V=1 CFLAGS="%{optflags} -I./" PREFIX=%{_prefix} LIBPATH=%{_libdir} -f makefile.shared
|
%make_install V=1 CFLAGS="%{optflags} -I./" PREFIX=%{_prefix} LIBPATH=%{_libdir} -f makefile.shared
|
||||||
@ -64,8 +65,11 @@ find %{buildroot} -name '*.a' -delete
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%doc doc/bn.pdf doc/poster.pdf doc/tommath.pdf
|
%doc doc/bn.pdf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 28 2020 yang_zhuang_zhuang <yangzhuangzhuang1@huawei.com> - 1.2.0-1
|
||||||
|
- update version to 1.2.0
|
||||||
|
|
||||||
* Fri Oct 18 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.1-5
|
* Fri Oct 18 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.1-5
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user