[xfce4-time-out-plugin] Fix -debuginfo.

Ville Skyttä scop at fedoraproject.org
Tue Apr 24 21:15:31 UTC 2012


commit 326f8649f45a406b50db795ed0d8f547315cc62b
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Wed Apr 25 00:15:25 2012 +0300

    Fix -debuginfo.

 xfce4-time-out-plugin.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/xfce4-time-out-plugin.spec b/xfce4-time-out-plugin.spec
index 049c85d..db228ce 100644
--- a/xfce4-time-out-plugin.spec
+++ b/xfce4-time-out-plugin.spec
@@ -4,7 +4,7 @@
 
 Name:           xfce4-time-out-plugin
 Version:        1.0.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Xfce panel plugin for taking breaks from the computer
 
 Group:          User Interface/Desktops
@@ -39,6 +39,7 @@ make %{?_smp_mflags}
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
+chmod -c +x $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/libtime-out.so
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 %find_lang %{name}
 
@@ -71,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Apr 24 2012 Ville Skyttä <ville.skytta at iki.fi> - 1.0.1-2
+- Fix -debuginfo.
+
 * Wed Apr 18 2012 Christoph Wickert <cwickert at fedoraproject.org> - 1.0.1-1
 - Update to 1.0.1
 - Add VCS key


More information about the scm-commits mailing list