[audacious-plugins] Add recent method to filter plugin .so Provides to avoid polluting

Michael Schwendt mschwendt at fedoraproject.org
Thu Aug 23 10:25:12 UTC 2012


commit d883397a9992e7ce4fc3bc25ed429148842f8d38
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Thu Aug 23 12:24:51 2012 +0200

    Add recent method to filter plugin .so Provides to avoid polluting
    
      the RPM metadata.

 audacious-plugins.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/audacious-plugins.spec b/audacious-plugins.spec
index 0ee24cc..39ee803 100644
--- a/audacious-plugins.spec
+++ b/audacious-plugins.spec
@@ -11,7 +11,7 @@
 
 Name: audacious-plugins
 Version: 3.3.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Plugins for the Audacious audio player
 Group: Applications/Multimedia
 URL: http://audacious-media-player.org/
@@ -66,6 +66,10 @@ BuildRequires: neon-devel
 Obsoletes: audacious-plugins-sid
 %endif
 
+# plugin .so files
+%filter_provides_in %{_libdir}/audacious/
+%filter_setup
+
 %description
 This package provides essential plugins for the Audacious audio player.
 
@@ -243,6 +247,10 @@ update-desktop-database &> /dev/null || :
 
 
 %changelog
+* Thu Aug 23 2012 Michael Schwendt <mschwendt at fedoraproject.org> - 3.3.1-2
+- Add recent method to filter plugin .so Provides to avoid polluting
+  the RPM metadata.
+
 * Mon Aug 13 2012 Michael Schwendt <mschwendt at fedoraproject.org> - 3.3.1-1
 - Update to 3.3.1 (a few bug-fixes and translation updates).
 


More information about the scm-commits mailing list