[SDL/f13/master] Make intradependecies architecture specific

Petr Pisar ppisar at fedoraproject.org
Fri Feb 18 12:56:15 UTC 2011


commit c2f1e33ecfdab1763685ba5b0756ce801743f786
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Feb 18 13:29:46 2011 +0100

    Make intradependecies architecture specific

 SDL.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/SDL.spec b/SDL.spec
index a192887..99e0de6 100644
--- a/SDL.spec
+++ b/SDL.spec
@@ -46,7 +46,7 @@ device.
 %package devel
 Summary: Files needed to develop Simple DirectMedia Layer applications
 Group: Development/Libraries
-Requires: SDL = %{version}-%{release} alsa-lib-devel
+Requires: SDL%{?_isa} = %{version}-%{release} alsa-lib-devel
 Requires: libX11-devel
 Requires: libXext-devel
 Requires: libGL-devel
@@ -65,7 +65,7 @@ resources needed for developing SDL applications.
 %package static
 Summary: Files needed to develop static Simple DirectMedia Layer applications
 Group: Development/Libraries
-Requires: SDL-devel = %{version}-%{release}
+Requires: SDL-devel%{?_isa} = %{version}-%{release}
 
 %description static
 Simple DirectMedia Layer (SDL) is a cross-platform multimedia library
@@ -147,6 +147,7 @@ rm -rf %{buildroot}
 %changelog
 * Fri Feb 18 2011 Petr Pisar <ppisar at redhat.com> - 1.2.14-9
 - Do not call memcpy() on overlapping areas (bug #669844)
+- Make intradependecies architecture specific
 
 * Mon Aug 16 2010 Petr Pisar <ppisar at redhat.com> - 1.2.14-8
 - Kernel joystick structure has grown in unknown 2.6 Linux version (rh624241,


More information about the scm-commits mailing list