nonamedotc pushed to xfce4-mpc-plugin (epel7). "Make library executable so it gets stripped (#795107)"

notifications at fedoraproject.org notifications at fedoraproject.org
Sun Mar 29 02:58:04 UTC 2015


>From aec08e4ac1aad2ad1b14b80ea208b0f4487696ea Mon Sep 17 00:00:00 2001
From: Christoph Wickert <cwickert at fedoraproject.org>
Date: Sun, 19 Feb 2012 18:15:21 +0100
Subject: Make library executable so it gets stripped (#795107)


diff --git a/xfce4-mpc-plugin.spec b/xfce4-mpc-plugin.spec
index 771ba33..84a40e9 100644
--- a/xfce4-mpc-plugin.spec
+++ b/xfce4-mpc-plugin.spec
@@ -2,7 +2,7 @@
 
 Name:           xfce4-mpc-plugin
 Version:        0.4.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        MPD client for the Xfce panel
 
 Group:          User Interface/Desktops
@@ -39,6 +39,9 @@ make install DESTDIR=%{buildroot} INSTALL='install -p'
 find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %find_lang %{name}
 
+# FIXME: make lib executable so it gets stripped (#795107)
+chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
+
 
 %post
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
@@ -68,6 +71,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Feb 19 2012 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.1-2
+- Make library executable so it gets stripped (#795107)
+
 * Tue Feb 15 2012 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.1-1
 - Update to 0.4.1
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/xfce4-mpc-plugin.git/commit/?h=epel7&id=aec08e4ac1aad2ad1b14b80ea208b0f4487696ea


More information about the scm-commits mailing list