rpms/libtommath/F-8 libtommath.spec,1.2,1.3

Jeremy Hinegardner (jjh) fedora-extras-commits at redhat.com
Sun Nov 25 23:53:17 UTC 2007


Author: jjh

Update of /cvs/pkgs/rpms/libtommath/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9371

Modified Files:
	libtommath.spec 
Log Message:
fix multilib bugs


Index: libtommath.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libtommath/F-8/libtommath.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libtommath.spec	29 Aug 2007 04:29:21 -0000	1.2
+++ libtommath.spec	25 Nov 2007 23:52:45 -0000	1.3
@@ -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 @@
 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 @@
 
 %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.
 




More information about the fedora-extras-commits mailing list