rpms/libgdl/devel libgdl.spec,1.3,1.4

Debarshi Ray (rishi) fedora-extras-commits at redhat.com
Sat Feb 2 20:50:21 UTC 2008


Author: rishi

Update of /cvs/pkgs/rpms/libgdl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29684

Modified Files:
	libgdl.spec 
Log Message:
Updated to 0.7.8-2 in devel.
 
 Modified Files:
 	libgdl.spec 



Index: libgdl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgdl/devel/libgdl.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libgdl.spec	28 Jan 2008 20:00:36 -0000	1.3
+++ libgdl.spec	2 Feb 2008 20:49:47 -0000	1.4
@@ -1,7 +1,7 @@
 Summary:	Components and library for GNOME development tools
 Name:		libgdl
 Version:	0.7.8
-Release:	1%{?dist}
+Release:	2%{?dist}
 # Mixed source licensing scenario.
 License:	(GPLv2 and GPLv2+ and LGPLv2+)
 Group:		Development/Libraries
@@ -54,6 +54,10 @@
 
 %build
 %configure --disable-static
+
+# Omit unused direct shared library dependencies.
+sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
+
 make %{?_smp_mflags}
 
 %install
@@ -99,6 +103,9 @@
 %{_includedir}/%{name}-1.0/gdl
 
 %changelog
+* Sun Feb 03 2008 Debarshi Ray <rishi at fedoraproject.org> - 0.7.8-2
+- Omitted unused direct shared library dependencies.
+
 * Sun Jan 28 2008 Debarshi Ray <rishi at fedoraproject.org> - 0.7.8-1
 - Version bump to 0.7.8.
 - Fixed gdl-1.0.pc.in and gdl-gnome-1.0.pc.in by trimming 'Requires' list.




More information about the fedora-extras-commits mailing list