[colord] Remove the sedding libtool's internals as it breaks generation of the GObject Introspection data.

Richard Hughes rhughes at fedoraproject.org
Mon Aug 1 14:56:58 UTC 2011


commit 9c875510e122db716ba82ad9827242c9c15071b2
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Aug 1 15:56:50 2011 +0100

    Remove the sedding libtool's internals as it breaks
    generation of the GObject Introspection data.

 colord.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/colord.spec b/colord.spec
index 222e8c0..61c2f31 100644
--- a/colord.spec
+++ b/colord.spec
@@ -1,7 +1,7 @@
 Summary:   Color daemon
 Name:      colord
 Version:   0.1.11
-Release:   1%{?dist}
+Release:   2%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.freedesktop.org/software/colord/
 Source0:   http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
@@ -42,9 +42,6 @@ Files for development with %{name}.
         --disable-examples \
         --disable-dependency-tracking
 
-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
-
 make %{?_smp_mflags}
 
 %install
@@ -93,6 +90,10 @@ touch $RPM_BUILD_ROOT%{_localstatedir}/lib/colord/storage.db
 %{_datadir}/vala/vapi/*.vapi
 
 %changelog
+* Mon Aug 01 2011 Richard Hughes <richard at hughsie.com> 0.1.11-2
+- Remove the sedding libtool's internals as it breaks
+  generation of the GObject Introspection data.
+
 * Mon Aug 01 2011 Richard Hughes <richard at hughsie.com> 0.1.11-1
 - New upstream version
 


More information about the scm-commits mailing list