source: projects/specs/tags/6_0_REL/p/python-dateutil/python-dateutil-vl.spec @ 1741

Revision 1741, 3.0 KB checked in by munepi, 14 years ago (diff)

NEW calibre: updated/added calibre's dependencies

Line 
1%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
2
3Name:           python-dateutil
4Version:        1.4.1
5Release:        1%{?_dist_release}
6Summary:        Powerful extensions to the standard datetime module
7
8Group:          Development/Languages
9License:        Python
10URL:            http://labix.org/python-dateutil
11Source0:        http://labix.org/download/python-dateutil/python-dateutil-%{version}.tar.gz
12BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
13
14BuildArch:      noarch
15BuildRequires:  python-devel,python-setuptools
16
17%description
18The dateutil module provides powerful extensions to the standard datetime
19module available in Python 2.3+.
20
21%prep
22%setup -q
23
24# Reencode this as utf8
25iconv -f ISO-8859-1 -t utf8 NEWS
26
27%build
28%{__python} setup.py build
29
30
31%install
32%__rm -rf $RPM_BUILD_ROOT
33%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
34
35 
36%clean
37%__rm -rf $RPM_BUILD_ROOT
38
39
40%files
41%defattr(-,root,root,-)
42%doc example.py LICENSE NEWS README
43%{python_sitelib}/dateutil/
44%{python_sitelib}/*.egg-info
45
46%changelog
47* Tue Aug 24 2010 Munehiro Yamamoto <munepi@vinelinux.org> - 1.4.1-1
48- initial build based on Fedora development
49
50* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.4.1-5
51- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
52
53* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-4
54- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
55
56* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-3
57- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
58
59* Fri Feb 20 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 1.4.1-2
60- small specfile fix
61
62* Fri Feb 20 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 1.4.1-2
63- New upstream version
64
65* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.4-3
66- Rebuild for Python 2.6
67
68* Fri Aug 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.4-2
69- fix license tag
70
71* Tue Jul 01 2008 Jef Spaleta <jspaleta AT fedoraproject DOT org> 1.4-1
72- Latest upstream release
73
74* Fri Jan 04 2008 Jef Spaleta <jspaleta@fedoraproject.org> 1.2-2
75- Fix for egg-info file creation
76
77* Thu Jun 28 2007 Orion Poplawski <orion@cora.nwra.com> 1.2-1
78- Update to 1.2
79
80* Mon Dec 11 2006 Jef Spaleta <jspaleta@gmail.com> 1.1-5
81- Fix python-devel BR, as per discussion in maintainers-list
82
83* Mon Dec 11 2006 Jef Spaleta <jspaleta@gmail.com> 1.1-4
84- Release bump for rebuild against python 2.5 in devel tree
85
86* Wed Jul 26 2006 Orion Poplawski <orion@cora.nwra.com> 1.1-3
87- Add patch to fix building on x86_64
88
89* Wed Feb 15 2006 Orion Poplawski <orion@cora.nwra.com> 1.1-2
90- Rebuild for gcc/glibc changes
91
92* Thu Dec 22 2005 Orion Poplawski <orion@cora.nwra.com> 1.1-1
93- Update to 1.1
94
95* Thu Jul 28 2005 Orion Poplawski <orion@cora.nwra.com> 1.0-1
96- Update to 1.0
97
98* Tue Jul 05 2005 Orion Poplawski <orion@cora.nwra.com> 0.9-1
99- Initial Fedora Extras package
Note: See TracBrowser for help on using the repository browser.