packages: nettle/nettle.spec, nettle/nettle-info.patch - updated to 2.0 - u...

qboosh qboosh at pld-linux.org
Sat Oct 3 13:32:17 CEST 2009


Author: qboosh                       Date: Sat Oct  3 11:32:17 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 2.0
- updated info patch

---- Files affected:
packages/nettle:
   nettle.spec (1.18 -> 1.19) , nettle-info.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/nettle/nettle.spec
diff -u packages/nettle/nettle.spec:1.18 packages/nettle/nettle.spec:1.19
--- packages/nettle/nettle.spec:1.18	Thu Jan 24 02:36:33 2008
+++ packages/nettle/nettle.spec	Sat Oct  3 13:32:11 2009
@@ -2,12 +2,12 @@
 Summary:	Nettle - a cryptographic library
 Summary(pl.UTF-8):	Nettle - biblioteka kryptograficzna
 Name:		nettle
-Version:	1.15
+Version:	2.0
 Release:	1
 License:	GPL
 Group:		Libraries
 Source0:	ftp://ftp.lysator.liu.se/pub/security/lsh/%{name}-%{version}.tar.gz
-# Source0-md5:	6b0fd004359660b65ff3eca77b3d5fa6
+# Source0-md5:	d813bc76b1042d76100efbc6a955d7df
 Patch0:		%{name}-info.patch
 URL:		http://www.lysator.liu.se/~nisse/lsh/
 BuildRequires:	ghostscript
@@ -70,7 +70,7 @@
 	--enable-shared
 
 %{__make} \
-	SHLIBLIBS="-lgmp"
+	LIBHOGWEED_LIBS="-L. -lnettle -lgmp"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -78,33 +78,42 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+rm -f $RPM_BUILD_ROOT%{_infodir}/dir
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post	-p /sbin/ldconfig
 %postun	-p /sbin/ldconfig
 
-%post devel	-p	/sbin/postshell
+%post	devel -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun devel	-p	/sbin/postshell
+%postun	devel -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_bindir}/nettle-lfib-stream
+%attr(755,root,root) %{_bindir}/pkcs1-conv
+%attr(755,root,root) %{_bindir}/sexp-conv
+%attr(755,root,root) %{_libdir}/libhogweed.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libhogweed.so.1
+%attr(755,root,root) %{_libdir}/libnettle.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libnettle.so.3
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
+%attr(755,root,root) %{_libdir}/libhogweed.so
+%attr(755,root,root) %{_libdir}/libnettle.so
 %{_includedir}/nettle
-%{_infodir}/*.info*
+%{_infodir}/nettle.info*
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libhogweed.a
+%{_libdir}/libnettle.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -112,6 +121,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2009/10/03 11:32:11  qboosh
+- updated to 2.0
+- updated info patch
+
 Revision 1.18  2008/01/24 01:36:33  glen
 - invoke fix-info-dir via /sbin/postshell where possible to avoid extra /bin/sh dep
 

================================================================
Index: packages/nettle/nettle-info.patch
diff -u packages/nettle/nettle-info.patch:1.1 packages/nettle/nettle-info.patch:1.2
--- packages/nettle/nettle-info.patch:1.1	Fri Apr  4 23:12:48 2003
+++ packages/nettle/nettle-info.patch	Sat Oct  3 13:32:11 2009
@@ -1,14 +1,14 @@
---- nettle-1.7/nettle.texinfo.orig	Tue Mar 11 16:19:54 2003
-+++ nettle-1.7/nettle.texinfo	Fri Apr  4 22:01:05 2003
-@@ -8,9 +8,9 @@
- @footnotestyle end
- @syncodeindex fn cp
+--- nettle-2.0/nettle.texinfo.orig	2009-06-08 20:27:11.000000000 +0200
++++ nettle-2.0/nettle.texinfo	2009-10-03 13:00:46.576615127 +0200
+@@ -32,9 +32,9 @@
+ @insertcopying
+ @end titlepage
  
-- at dircategory GNU Libraries
+- at dircategory Encryption
 + at dircategory Libraries:
  @direntry
--* Nettle: (nettle).           A low-level cryptographics library.
-+* Nettle: (nettle).			A low-level cryptographics library
+-* Nettle: (nettle).             A low-level cryptographic library.
++* Nettle: (nettle).			A low-level cryptographic library
  @end direntry
  
- @set UPDATED-FOR 1.5
+ @contents
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nettle/nettle.spec?r1=1.18&r2=1.19&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nettle/nettle-info.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list