rpms/opencdk/devel sources,1.6,1.7 opencdk.spec,1.10,1.11

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sat Feb 3 23:34:20 UTC 2007


Author: ensc

Update of /cvs/extras/rpms/opencdk/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5123/devel

Modified Files:
	sources opencdk.spec 
Log Message:
- updated to 0.5.13
- build with '-Wl,--as-needed' and removed superfluous libs from the
  opencdk-config tool



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/opencdk/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	5 Nov 2006 20:29:21 -0000	1.6
+++ sources	3 Feb 2007 23:33:48 -0000	1.7
@@ -1,2 +1,2 @@
-de16f52a7f2215e3df9e81067ebae60d  opencdk-0.5.11.tar.gz
-6521460eb777c6fab25c71943e3b8d3e  opencdk-0.5.11.tar.gz.sig
+65324874074ba7c67028b93979e6d1d9  opencdk-0.5.13.tar.gz
+fc8b34d300b89629491144726c846caf  opencdk-0.5.13.tar.gz.sig


Index: opencdk.spec
===================================================================
RCS file: /cvs/extras/rpms/opencdk/devel/opencdk.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- opencdk.spec	5 Nov 2006 20:29:21 -0000	1.10
+++ opencdk.spec	3 Feb 2007 23:33:48 -0000	1.11
@@ -4,7 +4,7 @@
 
 Summary:	Provides basic parts of the OpenPGP message format
 Name:		opencdk
-Version:	0.5.11
+Version:	0.5.13
 Release:	%release_func 1
 
 License:	GPL
@@ -50,10 +50,12 @@
 
 %build
 %configure
+sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
+
 make %{?_smp_mflags}
 
-perl -pi -e 's!^(\S.*[\s"])-L/usr/lib([\s"])!\1\2!g;
-             s!^(\S.*[\s"])-I/usr/include([\s"])!\1\2!g' src/opencdk-config
+sed -i -e 's!^\(opencdk_libs=\).*!\1-lopencdk!;
+           s!^\(opencdk_cflags=\).*!\1!' src/opencdk-config
 
 
 %check
@@ -92,6 +94,11 @@
 
 
 %changelog
+* Sun Feb  4 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.5.13-1
+- updated to 0.5.13
+- build with '-Wl,--as-needed' and removed superfluous libs from the
+  opencdk-config tool
+
 * Sun Nov  5 2006 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.5.11-1
 - updated to 0.5.11
 - added pkgconfig file




More information about the scm-commits mailing list