[python-iwlib/f14/master] * Fri Aug 06 2010 Jiri Popelka <jpopelka at redhat.com> - 0.1-4 - drop excludearch s390, s390x - drop p

Jiří Popelka jpopelka at fedoraproject.org
Fri Aug 6 09:35:08 UTC 2010


commit 9189458417a05f5946d5dcc50dfbe0efd87f6ac2
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Fri Aug 6 11:32:51 2010 +0200

    * Fri Aug 06 2010 Jiri Popelka <jpopelka at redhat.com> - 0.1-4
    - drop excludearch s390, s390x
    - drop python_sitearch, python_ver macros definition

 python-iwlib.spec |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/python-iwlib.spec b/python-iwlib.spec
index bdf912b..ca9fd5b 100644
--- a/python-iwlib.spec
+++ b/python-iwlib.spec
@@ -1,18 +1,14 @@
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%{!?python_ver: %global python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
-
 Summary: Wireless settings python bindings
 Name: python-iwlib
 Version: 0.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 URL: http://git.fedorahosted.org/git/python-iwlib.git
 Source: http://fedorahosted.org/released/python-iwlib/%{name}-%{version}.tar.bz2
 License: GPLv2
 Group: System Environment/Libraries
-ExcludeArch: s390 s390x
-BuildRequires: python-devel
+BuildRequires: python2-devel
 BuildRequires: wireless-tools-devel
-Requires: wireless-tools >= 28-0.pre8.5
+Requires: wireless-tools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -39,11 +35,13 @@ rm -rf %{buildroot}
 %defattr(-,root,root)
 %doc COPYING
 %{python_sitearch}/iwlib.so
-%if "%{python_ver}" >= "2.5"
 %{python_sitearch}/*.egg-info
-%endif
 
 %changelog
+* Fri Aug 06 2010 Jiri Popelka <jpopelka at redhat.com> - 0.1-4
+- drop excludearch s390, s390x
+- drop python_sitearch, python_ver macros definition
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list