[xfce4-diskperf-plugin] Fix -debuginfo.

Ville Skyttä scop at fedoraproject.org
Tue Apr 24 21:03:38 UTC 2012


commit 872d375ae2466437500fac4cbbbe9fe37a264282
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Wed Apr 25 00:03:32 2012 +0300

    Fix -debuginfo.

 xfce4-diskperf-plugin.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/xfce4-diskperf-plugin.spec b/xfce4-diskperf-plugin.spec
index cb40cc8..6424d31 100644
--- a/xfce4-diskperf-plugin.spec
+++ b/xfce4-diskperf-plugin.spec
@@ -4,7 +4,7 @@
 
 Name:           xfce4-diskperf-plugin
 Version:        2.5.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Disk performance plugin for the Xfce panel
 
 Group:          User Interface/Desktops
@@ -34,6 +34,7 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL='install -p'
+chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/libdiskperf.so
 %find_lang %{name}
 # remove la file
 rm -rf %{buildroot}%{_libdir}/xfce4/panel/plugins/libdiskperf.la
@@ -50,6 +51,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Apr 24 2012 Ville Skyttä <ville.skytta at iki.fi> - 2.5.1-2
+- Fix -debuginfo.
+
 * Sat Apr 21 2012 Kevin Fenzi <kevin at scrye.com> - 2.5.1-1
 - Update to 2.5.1
 


More information about the scm-commits mailing list