|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Name: libtommath
|
|
|
|
|
Version: 0.41
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Summary: a portable number theoretic multiple-precision integer library
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Summary: A portable number theoretic multiple-precision integer library
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: Public Domain
|
|
|
|
|
URL: http://www.libtom.org/?page=features&newsitems=5&whatfile=ltm
|
|
|
|
@ -21,12 +21,21 @@ routines that build out of the box without configuration.
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
BuildRequires: tetex-latex, tetex-dvips, ghostscript
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
%package doc
|
|
|
|
|
Summary: Documentation files for %{name}
|
|
|
|
|
Group: Documentation
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
BuildRequires: tetex-latex, tetex-dvips, ghostscript
|
|
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
|
The %{name}-doc package contains PDF documentation for
|
|
|
|
|
using %{name}.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch0 -p1 -b .makefile
|
|
|
|
@ -69,11 +78,21 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc bn.pdf poster.pdf tommath.pdf
|
|
|
|
|
%doc LICENSE
|
|
|
|
|
%{_includedir}/tommath
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc LICENSE
|
|
|
|
|
%doc bn.pdf poster.pdf tommath.pdf
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Nov 25 2007 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.41-7
|
|
|
|
|
- Resolve multilib conflicts from Bug #342441 by splitting out
|
|
|
|
|
documentation to libtommath-docs subpackage
|
|
|
|
|
- fix rpmlint Summary: warning
|
|
|
|
|
|
|
|
|
|
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0.41-6
|
|
|
|
|
- Rebuild for selinux ppc32 issue.
|
|
|
|
|
|
|
|
|
|