rpms/pytz/devel pytz.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Fri Jul 22 20:58:41 UTC 2005


Author: orion

Update of /cvs/extras/rpms/pytz/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22506/devel

Modified Files:
	.cvsignore sources 
Added Files:
	pytz.spec 
Log Message:
auto-import pytz-2005i-2 on branch devel from pytz-2005i-2.src.rpm


--- NEW FILE pytz.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           pytz
Version:        2005i
Release:        2
Summary:        World Timezone Definitions for Python

Group:          Development/Languages
License:        MIT
URL:            http://pytz.sourceforge.net/
Source0:        http://dl.sf.net/%{name}/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python

%description
pytz brings the Olson tz database into Python. This library allows accurate
and cross platform timezone calculations using Python 2.3 or higher. It
also solves the issue of ambiguous times at the end of daylight savings,
which you can read more about in the Python Library Reference
(datetime.tzinfo).

Amost all (over 540) of the Olson timezones are supported.

%prep
%setup -q


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
chmod +x $RPM_BUILD_ROOT%{python_sitelib}/pytz/*.py

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc CHANGES.txt LICENSE.txt README.txt
%{python_sitelib}/pytz/

%changelog
* Fri Jul 22 2005 Orion Poplawski <orion at cora.nwra.com> 2005i-2
- Remove -O1 from install command

* Tue Jul 05 2005 Orion Poplawski <orion at cora.nwra.com> 2005i-1
- Initial Fedora Extras package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pytz/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Jul 2005 20:58:13 -0000	1.1
+++ .cvsignore	22 Jul 2005 20:58:39 -0000	1.2
@@ -0,0 +1 @@
+pytz-2005i.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pytz/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Jul 2005 20:58:13 -0000	1.1
+++ sources	22 Jul 2005 20:58:39 -0000	1.2
@@ -0,0 +1 @@
+45aeaba1bc49c62e65490c047ff7fbea  pytz-2005i.tar.bz2




More information about the scm-commits mailing list