[audacious] Add audacious(plugin-api)%{?_isa} Provides which plugin packages may use for an arch-specific depend

Michael Schwendt mschwendt at fedoraproject.org
Sat Sep 17 20:00:49 UTC 2011


commit 1f6843ab13fea9668ba831c7725ef2c02b93f529
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Sat Sep 17 22:00:35 2011 +0200

    Add audacious(plugin-api)%{?_isa} Provides which plugin packages
    may use for an arch-specific dependency (albeit not before builds of
    this base package become available for the target dist).

 audacious.spec |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/audacious.spec b/audacious.spec
index 71e0dc2..80bcdba 100644
--- a/audacious.spec
+++ b/audacious.spec
@@ -6,7 +6,7 @@
 
 Name: audacious
 Version: 3.0.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 License: GPLv3
 Summary: Advanced audio player
@@ -61,9 +61,12 @@ Group: System Environment/Libraries
 # This must be an exact match for plugin .so files to load.
 %global aud_plugin_api 31
 %global aud_plugin_api_min 31
-Provides: audacious(plugin-api) = %{aud_plugin_api}
-#Provides: audacious(plugin-api) = 30
-#Provides: audacious(plugin-api) = %{aud_plugin_api_min}
+Provides: audacious(plugin-api)%{?_isa} = %{aud_plugin_api}
+%{?_isa:Provides: audacious(plugin-api) = %{aud_plugin_api}}
+#Provides: audacious(plugin-api)%{?_isa} = 30
+#%{?_isa:Provides: audacious(plugin-api) = 30}
+#Provides: audacious(plugin-api)%{?_isa} = %{aud_plugin_api_min}
+#%{?_isa:Provides: audacious(plugin-api) = %{aud_plugin_api_min}}
 
 %description libs
 Library files for the Audacious audio player.
@@ -174,6 +177,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sat Sep 17 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 3.0.2-3
+- Add audacious(plugin-api)%%{?_isa} Provides which plugin packages
+  may use for an arch-specific dependency (albeit not before builds of
+  this base package become available for the target dist).
+
 * Fri Sep 16 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 3.0.2-2
 - Use %%_isa in more dependencies.
 - Drop unneeded BuildRoot stuff.


More information about the scm-commits mailing list