File python-dateutil.spec of Package python-dateutil
#
# spec file for package python-dateutil (Version 1.4.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: python-dateutil
BuildRequires: python-devel python-setuptools
Summary: A Python Datetime Library
Version: 1.4.1
Release: 1
Source0: %{name}-%{version}.tar.gz
License: Python Copyright
Group: Development/Libraries/Python
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://labix.org/python-dateutil
%define prefix /usr
%py_requires
%description
The python dateutil module provides powerful extensions to the standard
datetime module.
* Computing of relative deltas (next month, next year, next monday,
last week of month, etc.)
* Computing of relative deltas between two given dates and/or
datetime objects
* Computing of dates based on very flexible recurrence rules, using
a superset of the iCalendar specification. Parsing of RFC strings
is supported as well.
* Generic parsing of dates in almost any string format.
* Timezone (tzinfo) implementations for tzfile(5) format files
(/etc/localtime, /usr/share/zoneinfo, etc.), TZ environment
string (in all known formats), iCalendar format files, given
ranges (with help from relative deltas), local machine timezone,
fixed offset timezone, UTC timezone, and Windows registry-based
time zones.
* Internal up-to-date world timezone information based on Olson's
database.
* Computing of Easter Sunday dates for any given year, using Western,
Orthodox or Julian algorithms.
Authors:
--------
Gustavo Niemeyer <gustavo@niemeyer.net>
%prep
%setup -q
%build
rm setup.cfg
CFLAGS="$RPM_OPT_FLAGS" python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES
%clean
rm -rf $RPM_BUILD_ROOT
%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc LICENSE NEWS PKG-INFO README
%changelog
* Tue Sep 09 2008 cstender@suse.de
- add python-setuptools to BuildRequire
- updated package to version 1.4.1
o See NEWS for all changes and fixes
* Fri Oct 20 2006 dgollub@suse.de
- initial version of python-dateutil (1.1)