fix multilib bugs

epel9
jjh 17 years ago
parent 8cfb22c470
commit c79674a533

@ -1,7 +1,7 @@
Name: libtommath Name: libtommath
Version: 0.41 Version: 0.41
Release: 6%{?dist} Release: 7%{?dist}
Summary: a portable number theoretic multiple-precision integer library Summary: A portable number theoretic multiple-precision integer library
Group: System Environment/Libraries Group: System Environment/Libraries
License: Public Domain License: Public Domain
URL: http://www.libtom.org/?page=features&newsitems=5&whatfile=ltm 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} Summary: Development files for %{name}
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
BuildRequires: tetex-latex, tetex-dvips, ghostscript
%description devel %description devel
The %{name}-devel package contains libraries and header files for The %{name}-devel package contains libraries and header files for
developing applications that use %{name}. 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 %prep
%setup -q %setup -q
%patch0 -p1 -b .makefile %patch0 -p1 -b .makefile
@ -69,11 +78,21 @@ rm -rf $RPM_BUILD_ROOT
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc bn.pdf poster.pdf tommath.pdf %doc LICENSE
%{_includedir}/tommath %{_includedir}/tommath
%{_libdir}/*.so %{_libdir}/*.so
%files doc
%defattr(-,root,root,-)
%doc LICENSE
%doc bn.pdf poster.pdf tommath.pdf
%changelog %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 * Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0.41-6
- Rebuild for selinux ppc32 issue. - Rebuild for selinux ppc32 issue.

Loading…
Cancel
Save