[xfce4-diskperf-plugin] Streamline spec

Christoph Wickert cwickert at fedoraproject.org
Mon Apr 30 21:44:48 UTC 2012


commit f9ff835b9f7df644bdd7f9ef9353fe0f09fae164
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Mon Apr 30 23:44:38 2012 +0200

    Streamline spec

 xfce4-diskperf-plugin.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/xfce4-diskperf-plugin.spec b/xfce4-diskperf-plugin.spec
index ce090be..57e05fc 100644
--- a/xfce4-diskperf-plugin.spec
+++ b/xfce4-diskperf-plugin.spec
@@ -37,12 +37,15 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL='install -p'
-%find_lang %{name}
+
 # remove la file
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+
 # make sure debuginfo is generated properly
 chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
 
+%find_lang %{name}
+
 
 %clean
 rm -rf %{buildroot}


More information about the scm-commits mailing list