rpms/python-dtopt/devel python-dtopt.spec,1.3,1.4

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


Author: ricky

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

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/devel/python-dtopt.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-dtopt.spec	26 Feb 2009 21:17:46 -0000	1.3
+++ python-dtopt.spec	14 Apr 2009 17:19:34 -0000	1.4
@@ -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:        4%{?dist}
+Release:        5%{?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-5
+- Change define to global.
+- Remove unnecessary BuildRequires on python-devel.
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list