[xfce4-notes-plugin] adjust file list for new location of plugin, remove .la file

Adam Williamson adamwill at fedoraproject.org
Fri Jan 14 20:56:50 UTC 2011


commit b31587bbc44e2a28873e7c37dfc96ff0622069b6
Author: Adam Williamson <awilliam at redhat.com>
Date:   Fri Jan 14 20:56:29 2011 +0000

    adjust file list for new location of plugin, remove .la file

 xfce4-notes-plugin.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec
index 2ef2549..7d8bd1d 100644
--- a/xfce4-notes-plugin.spec
+++ b/xfce4-notes-plugin.spec
@@ -1,6 +1,6 @@
 Name:		xfce4-notes-plugin
 Version:	1.7.6
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Notes plugin for the Xfce panel
 
 Group:		User Interface/Desktops
@@ -40,6 +40,8 @@ desktop-file-validate \
 desktop-file-validate \
     $RPM_BUILD_ROOT/%{_datadir}/applications/xfce4-notes.desktop
 
+rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/panel-plugins/*.la
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -67,7 +69,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_bindir}/xfce4-notes
 %{_bindir}/xfce4-popup-notes
 %{_bindir}/xfce4-notes-settings
-%{_libexecdir}/xfce4/panel-plugins/%{name}
+%{_libdir}/xfce4/panel-plugins/*.so*
 %{_datadir}/applications/xfce4-notes.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
@@ -76,6 +78,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Jan 14 2011 Adam Williamson <awilliam at redhat.com> - 1.7.6-2
+- adjust file list for new location of plugin, remove .la file
+
 * Tue Mar 31 2010 Christoph Wickert <cwickert at fedoraproject.org> - 1.7.6-1
 - Update to 1.7.6
 - Drop DSO linking patch, fixed upstream


More information about the scm-commits mailing list