[libsidplay] Use %_isa in -devel package dependency.

Michael Schwendt mschwendt at fedoraproject.org
Fri Sep 16 19:50:59 UTC 2011


commit 2063e45da0f42042945105bfbc9d9de63bd04cbc
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Fri Sep 16 21:50:48 2011 +0200

    Use %_isa in -devel package dependency.

 libsidplay.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libsidplay.spec b/libsidplay.spec
index d4a00c3..7184e88 100644
--- a/libsidplay.spec
+++ b/libsidplay.spec
@@ -1,7 +1,7 @@
 Name: libsidplay
 Summary: SID chip music module playing library
 Version: 1.36.60
-Release: 2%{?dist}
+Release: 3%{?dist}
 Source: http://home.arcor.de/ms2002sep/bak/%{name}-%{version}.tar.bz2
 Patch0: libsidplay-1.36.57-opts.patch
 Group: System Environment/Libraries
@@ -24,7 +24,7 @@ Developers should consider switching to libsidplay version 2 or newer.
 %package devel
 Summary: Files needed for compiling programs that use libsidplay
 Group: System Environment/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{version}-%{release}
 
 %description devel
 These are the files needed for compiling programs that use libsidplay.
@@ -72,6 +72,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Sep 16 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 1.36.60-3
+- Use %%_isa in -devel package dependency.
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.36.60-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list