rpms/nettle/EL-5 nettle.spec,1.2,1.3

Ian Weller (ianweller) fedora-extras-commits at redhat.com
Fri Apr 11 00:23:21 UTC 2008


Author: ianweller

Update of /cvs/pkgs/rpms/nettle/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8274/EL-5

Modified Files:
	nettle.spec 
Log Message:
updating nettle to 1.15-5 in EL-4


Index: nettle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nettle/EL-5/nettle.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nettle.spec	24 Mar 2008 18:11:42 -0000	1.2
+++ nettle.spec	11 Apr 2008 00:22:37 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           nettle
 Version:        1.15
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A low-level cryptographic library
 
 Group:          Development/Libraries
@@ -21,7 +21,11 @@
 Summary:        Development headers for a low-level cryptographic library
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
-Provides:       %{name}-static = %{version}-%{release}
+
+%package static
+Summary:        Static libraries for a low-level cryptographic library
+Group:          Development/Libraries
+Requires:       %{name}-devel = %{version}-%{release}
 
 %description
 Nettle is a cryptographic library that is designed to fit easily in more
@@ -33,7 +37,13 @@
 Nettle is a cryptographic library that is designed to fit easily in more
 or less any context: In crypto toolkits for object-oriented languages
 (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in
-kernel space.  This package contains kernel headers and a static library.
+kernel space.  This package contains kernel headers.
+
+%description static
+Nettle is a cryptographic library that is designed to fit easily in more
+or less any context: In crypto toolkits for object-oriented languages
+(C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in
+kernel space.  This package contains a static library.
 
 
 %prep
@@ -77,11 +87,15 @@
 
 %files devel
 %defattr(-,root,root,-)
-%doc descore.README nettle.html nettle.pdf
+%doc descore.README nettle.html nettle.pdf COPYING
 %{_includedir}/nettle
-%{_libdir}/libnettle.a
 %{_libdir}/libnettle.so
 
+%files static
+%defattr(-,root,root,-)
+%doc COPYING
+%{_libdir}/libnettle.a
+
 %post
 /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
 /sbin/ldconfig
@@ -96,6 +110,9 @@
 
 
 %changelog
+* Thu Apr 10 2008 Ian Weller <ianweller at gmail.com> 1.15-5
+- Moved static lib to -static
+
 * Mon Mar 24 2008 Ian Weller <ianweller at gmail.com> 1.15-4
 - Added libraries and ldconfig
 




More information about the fedora-extras-commits mailing list