rpms/python-iwlib/devel python-iwlib.spec,1.1,1.2

Jiří Popelka jpopelka at fedoraproject.org
Thu Jan 7 07:41:26 UTC 2010


Author: jpopelka

Update of /cvs/pkgs/rpms/python-iwlib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2899

Modified Files:
	python-iwlib.spec 
Log Message:
* Thu Jan 07 2010 Jiri Popelka <jpopelka at redhat.com> - 0.1-2
- Use %global instead of %define.



Index: python-iwlib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-iwlib/devel/python-iwlib.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- python-iwlib.spec	28 Jul 2009 10:56:00 -0000	1.1
+++ python-iwlib.spec	7 Jan 2010 07:41:26 -0000	1.2
@@ -1,10 +1,10 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
+%{!?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: 1%{?dist}
+Release: 2%{?dist}
 URL: http://git.fedorahosted.org/git/python-iwlib.git
 Source: http://fedorahosted.org/released/python-iwlib/%{name}-%{version}.tar.bz2
 License: GPLv2
@@ -44,5 +44,8 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Thu Jan 07 2010 Jiri Popelka <jpopelka at redhat.com> - 0.1-2
+- Use %%global instead of %%define.
+
 * Mon Jul 27 2009 Jiri Popelka <jpopelka at redhat.com> - 0.1-1
 - Get iwlib code from rhpl 0.222-1




More information about the fedora-extras-commits mailing list