rpms/pytz/devel pytz.spec,1.19,1.20 pytz_zoneinfo.patch,1.2,NONE

Toshio くらとみ toshio at fedoraproject.org
Mon Jun 28 08:23:49 UTC 2010


Author: toshio

Update of /cvs/pkgs/rpms/pytz/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12858

Modified Files:
	pytz.spec 
Removed Files:
	pytz_zoneinfo.patch 
Log Message:

* Mon Jun 28 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 2010h-2
- Define => global



Index: pytz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pytz/devel/pytz.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- pytz.spec	28 Apr 2010 14:36:04 -0000	1.19
+++ pytz.spec	28 Jun 2010 08:23:49 -0000	1.20
@@ -1,8 +1,10 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%if 0%{?fedora} < 13 || 0%{?rhel} < 6
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%endif
 
 Name:           pytz
 Version:        2010h
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        World Timezone Definitions for Python
 
 Group:          Development/Languages
@@ -52,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*.egg-info
 
 %changelog
+* Mon Jun 28 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 2010h-2
+- Define => global
+
 * Tue Apr 27 2010 Jon Ciesla <limb at jcomserv.net> - 2010h-1
 - Update to current version, BZ 573252.
 


--- pytz_zoneinfo.patch DELETED ---



More information about the scm-commits mailing list