rpms/toped/F-9 import.log,1.2,1.3 toped.spec,1.12,1.13

Chitlesh GOORAH chitlesh at fedoraproject.org
Mon Nov 10 17:45:49 UTC 2008


Author: chitlesh

Update of /cvs/pkgs/rpms/toped/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv775/F-9

Modified Files:
	import.log toped.spec 
Log Message:
unused-direct-shlib-dependency warnings


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/toped/F-9/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- import.log	10 Nov 2008 16:59:08 -0000	1.2
+++ import.log	10 Nov 2008 17:45:18 -0000	1.3
@@ -1,2 +1,3 @@
 toped-0_9_0-2_fc9:F-9:toped-0.9.0-2.fc9.src.rpm:1217148172
 toped-0_9_2-1_fc9:F-9:toped-0.9.2-1.fc9.src.rpm:1226336326
+toped-0_9_2-2_fc9:F-9:toped-0.9.2-2.fc9.src.rpm:1226339082


Index: toped.spec
===================================================================
RCS file: /cvs/pkgs/rpms/toped/F-9/toped.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- toped.spec	10 Nov 2008 16:59:08 -0000	1.12
+++ toped.spec	10 Nov 2008 17:45:18 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           toped
 Version:        0.9.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        VLSI IC Layout Editor
 
 License:        GPLv2
@@ -32,10 +32,19 @@
 
 %build
 
-%configure       \
-   --with-gtk    \
-   --with-opengl \
+%configure         \
+   --with-gtk      \
+   --with-opengl   \
+   --disable-rpath \
    --enable-threads
+
+# Remove rpath from libtool
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+
+# clean unused-direct-shlib-dependencies
+sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
+
 %{__make} %{?_smp_mflags}
 
 %install
@@ -96,6 +105,11 @@
 
 
 %Changelog
+* Mon Nov 10 2008 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.9.2-2
+- disabling rpath
+- fixing rpmlint warning: unused-direct-shlib-dependencies
+- fixed multiple menu entries
+
 * Mon Nov 10 2008 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.9.2-1
 - New upstream release
 




More information about the fedora-extras-commits mailing list