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

Jeremy Hinegardner (jjh) fedora-extras-commits at redhat.com
Mon Nov 26 01:20:09 UTC 2007


Author: jjh

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

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


Index: libtomcrypt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libtomcrypt/F-7/libtomcrypt.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libtomcrypt.spec	10 Jul 2007 10:03:32 -0000	1.1
+++ libtomcrypt.spec	26 Nov 2007 01:19:37 -0000	1.2
@@ -1,7 +1,7 @@
 Name:           libtomcrypt
 Version:        1.17
-Release:        6%{?dist}
-Summary:        a comprehensive, portable cryptographic toolkit
+Release:        8%{?dist}
+Summary:        A comprehensive, portable cryptographic toolkit
 Group:          System Environment/Libraries
 License:        Public Domain
 URL:            http://www.libtom.org/?page=features&newsitems=5&whatfile=crypt
@@ -28,12 +28,20 @@
 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 documentation for use with %{name}.
+
 %prep
 %setup -q
 %patch0 -p1 -b .makefile
@@ -90,11 +98,23 @@
 
 %files devel
 %defattr(-,root,root,-)
-%doc doc/crypt.pdf
+%doc LICENSE
 %{_includedir}/tomcrypt
 %{_libdir}/*.so
 
+%files doc
+%defattr(-,root,root,-)
+%doc LICENSE doc/crypt.pdf
+
 %changelog
+* Sun Nov 25 2007 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.17-8
+- Resolve multilib conflicts from Bug #342431 by splitting out 
+  documentation to libtomcrypt-docs subpackage
+- fix rpmlint Summary: warning
+
+* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.17-7
+- Rebuild for selinux ppc32 issue.
+
 * Tue Jul 10 2007 Jeremy Hinegardner <jeremy at hinegardner.org> - 1.17-6
 - turn off optimization for ppc64 to work around Bug #239003
 




More information about the fedora-extras-commits mailing list