rpms/python-dtopt/F-10 python-dtopt.spec,1.1,1.2

Ricky Zhou (周家杰) ricky at fedoraproject.org
Tue Apr 14 17:20:03 UTC 2009


Author: ricky

Update of /cvs/pkgs/rpms/python-dtopt/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15668/F-10

Modified Files:
	python-dtopt.spec 
Log Message:
Change define to global, remove unnecessary BuildRequires on python-devel.



Index: python-dtopt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-dtopt/F-10/python-dtopt.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-dtopt.spec	13 Jul 2008 19:29:30 -0000	1.1
+++ python-dtopt.spec	14 Apr 2009 17:19:33 -0000	1.2
@@ -1,16 +1,15 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-dtopt
 Summary:        Add options to doctest examples while they are running
 Version:        0.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        MIT
 Group:          System Environment/Libraries
 URL:            http://pypi.python.org/pypi/dtopt/
 Source0:        http://pypi.python.org/packages/source/d/dtopt/dtopt-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  python-devel
 BuildRequires:  python-setuptools-devel
 
 %description
@@ -42,6 +41,10 @@
 %{python_sitelib}/dtopt*.egg-info/
 
 %changelog
+* Tue Apr 14 2009 Ricky Zhou <ricky at fedoraproject.org> - 0.1-3
+- Change define to global.
+- Remove unnecessary BuildRequires on python-devel.
+
 * Fri Jun 27 2008 Ricky Zhou <ricky at fedoraproject.org> 0.1-2
 - Initial package for Fedora
 




More information about the scm-commits mailing list