From c79674a533c2714ba0591cba42b622adf8e99585 Mon Sep 17 00:00:00 2001 From: jjh Date: Nov 25 2007 23:48:56 +0000 Subject: fix multilib bugs --- diff --git a/libtommath.spec b/libtommath.spec index 98e3713..adb4c9d 100644 --- a/libtommath.spec +++ b/libtommath.spec @@ -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 - 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 - 0.41-6 - Rebuild for selinux ppc32 issue.