rpms/libtommath/F-7 libtommath.spec,1.1,1.2

Jeremy Hinegardner (jjh) fedora-extras-commits at redhat.com
Mon Nov 26 00:50:29 UTC 2007


Author: jjh

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

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


Index: libtommath.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libtommath/F-7/libtommath.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libtommath.spec	9 Jul 2007 23:32:22 -0000	1.1
+++ libtommath.spec	26 Nov 2007 00:49:57 -0000	1.2
@@ -1,7 +1,7 @@
 Name:           libtommath
 Version:        0.41
-Release:        5%{?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,24 @@
 
 %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.
+
 * Fri Jun 29 2007 Jeremy Hinegardner <jeremy at hinegardner.org> - 0.41-5
 - removed package name from summary
  




More information about the fedora-extras-commits mailing list