[python-gtkextra] Use %%{?_isa} in Requires:

Miloslav Trmac mitr at fedoraproject.org
Fri Feb 4 22:09:17 UTC 2011


commit 03bcfe5679b980c4ce71fc80b13229f8cdc57bbb
Author: Miloslav Trmač <mitr at redhat.com>
Date:   Fri Feb 4 23:08:58 2011 +0100

    Use %%{?_isa} in Requires:
    
    * Fri Feb  4 2011 Miloslav Trmač <mitr at redhat.com> - 1.1.0-15
    - Use %%{?_isa} in Requires:

 python-gtkextra.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-gtkextra.spec b/python-gtkextra.spec
index 8c50a8d..7fa6d0f 100644
--- a/python-gtkextra.spec
+++ b/python-gtkextra.spec
@@ -3,7 +3,7 @@
 Summary: Python bindings for gtkextra
 Name: python-gtkextra
 Version: 1.1.0
-Release: 14%{?dist}
+Release: 15%{?dist}
 # FIXME: the license is not quite clear, using the most restrictive license
 # for this field.  See
 # http://sourceforge.net/tracker/index.php?func=detail&aid=1941652&group_id=35371&atid=414148
@@ -20,7 +20,7 @@ Patch3: python-gtkextra-1.1.0-PyCObject.patch
 BuildRequires: gtk+extra-devel, pygtk2-devel, python2-devel
 # For autoreconf
 BuildRequires: autoconf, automake, libtool
-Requires: pygtk2
+Requires: pygtk2%{?_isa}
 
 %filter_provides_in %{python_sitearch}/gtk-2.0/gtkextra/_gtkextramodule.so
 %filter_setup
@@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/pygtk/2.0/defs/gtkextra*.defs
 
 %changelog
+* Fri Feb  4 2011 Miloslav Trmač <mitr at redhat.com> - 1.1.0-15
+- Use %%{?_isa} in Requires:
+
 * Fri Feb  4 2011 Miloslav Trmač <mitr at redhat.com> - 1.1.0-14
 - Port from PyCObject to PyCapsule (but pygtk's use of PyCObject remains)
 


More information about the scm-commits mailing list