[dleyna-renderer/f20] Do not remove rpath

Debarshi Ray rishi at fedoraproject.org
Mon Sep 2 14:08:18 UTC 2013


commit 790567a40947d1958672362114d358551c987a9f
Author: Debarshi Ray <debarshir at gnome.org>
Date:   Mon Sep 2 16:07:58 2013 +0200

    Do not remove rpath

 dleyna-renderer.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/dleyna-renderer.spec b/dleyna-renderer.spec
index 26d0904..c5cee67 100644
--- a/dleyna-renderer.spec
+++ b/dleyna-renderer.spec
@@ -2,7 +2,7 @@
 
 Name:           dleyna-renderer
 Version:        0.1.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Service for interacting with Digital Media Renderers
 
 License:        LGPLv2
@@ -34,10 +34,6 @@ Renderers (DMRs).
   --disable-silent-rules \
   --disable-static
 
-# Remove rpath.
-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
-
 # Omit unused direct shared library dependencies.
 sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
 
@@ -70,6 +66,10 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/pkgconfig
 
 
 %changelog
+* Mon Sep 02 2013 Debarshi Ray <rishi at fedoraproject.org> - 0.1.3-2
+- Do not remove the rpaths anymore because the library has now been moved to a
+  private location.
+
 * Mon Sep 02 2013 Debarshi Ray <rishi at fedoraproject.org> - 0.1.3-1
 - Update to 0.1.3.
 


More information about the scm-commits mailing list