[vino] Drop unnecessary libtool sed

David King amigadave at fedoraproject.org
Fri Jan 9 18:18:29 UTC 2015


commit f230fcfbae6dc3979855fadf517a5f46282e70c0
Author: David King <amigadave at amigadave.com>
Date:   Fri Jan 9 16:54:49 2015 +0000

    Drop unnecessary libtool sed

 vino.spec |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/vino.spec b/vino.spec
index b326f20..7ef331d 100644
--- a/vino.spec
+++ b/vino.spec
@@ -5,7 +5,7 @@
 Summary: A remote desktop system for GNOME
 Name: vino
 Version: 3.14.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://www.gnome.org
 #VCS: git:git://git.gnome.org/vino
 Source0: http://download.gnome.org/sources/vino/3.14/%{name}-%{version}.tar.xz
@@ -52,10 +52,6 @@ connect to a running GNOME session using VNC.
   --with-telepathy              \
   --with-gnutls                 \
 
-# drop unneeded direct library deps with --as-needed
-# libtool doesn't make this easy, so we do it the hard way
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
 make %{?_smp_mflags}
 
 %install
@@ -92,6 +88,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 %{_datadir}/GConf/gsettings/org.gnome.Vino.convert
 
 %changelog
+* Fri Jan 09 2015 David King <amigadave at amigadave.com> - 3.14.1-2
+- Drop unnecessary libtool sed
+
 * Mon Nov 10 2014 Kalev Lember <kalevlember at gmail.com> - 3.14.1-1
 - Update to 3.14.1
 


More information about the scm-commits mailing list