rpms/mhgui/devel mhgui.spec,1.2,1.3

Chauvet (kwizart) fedora-extras-commits at redhat.com
Thu Jan 3 01:08:59 UTC 2008


Author: kwizart

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

Modified Files:
	mhgui.spec 
Log Message:
Clean unused-direct-shlib-dependencies



Index: mhgui.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mhgui/devel/mhgui.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mhgui.spec	3 Jan 2008 00:38:34 -0000	1.2
+++ mhgui.spec	3 Jan 2008 01:08:22 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           mhgui
 Version:        0.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A simple GUI library for MakeHuman
 
 Group:          System Environment/Libraries
@@ -44,6 +44,10 @@
 
 %build
 %configure --disable-static
+
+# clean unused-direct-shlib-dependencies
+sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
+
 make %{?_smp_mflags}
 
 
@@ -77,6 +81,9 @@
 
 
 %changelog
+* Thu Jan  3 2008 kwizart < kwizart at gmail.com > - 0.2-2
+- Clean unused-direct-shlib-dependencies
+
 * Thu Jan  3 2008 kwizart < kwizart at gmail.com > - 0.2-1
 - Update to 0.2
 - Licence is now GPLv3+




More information about the fedora-extras-commits mailing list