source: projects/specs/trunk/p/python-dateutil/python-dateutil-vl.spec @ 5701

Revision 5701, 3.1 KB checked in by Takemikaduchi, 12 years ago (diff)

python-2.7.2

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:        2%{?_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* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4.1-2
48- rebuild with python-2.7.2
49
50* Tue Aug 24 2010 Munehiro Yamamoto <munepi@vinelinux.org> - 1.4.1-1
51- initial build based on Fedora development
52
53* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.4.1-5
54- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
55
56* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-4
57- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
58
59* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-3
60- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
61
62* Fri Feb 20 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 1.4.1-2
63- small specfile fix
64
65* Fri Feb 20 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 1.4.1-2
66- New upstream version
67
68* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.4-3
69- Rebuild for Python 2.6
70
71* Fri Aug 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.4-2
72- fix license tag
73
74* Tue Jul 01 2008 Jef Spaleta <jspaleta AT fedoraproject DOT org> 1.4-1
75- Latest upstream release
76
77* Fri Jan 04 2008 Jef Spaleta <jspaleta@fedoraproject.org> 1.2-2
78- Fix for egg-info file creation
79
80* Thu Jun 28 2007 Orion Poplawski <orion@cora.nwra.com> 1.2-1
81- Update to 1.2
82
83* Mon Dec 11 2006 Jef Spaleta <jspaleta@gmail.com> 1.1-5
84- Fix python-devel BR, as per discussion in maintainers-list
85
86* Mon Dec 11 2006 Jef Spaleta <jspaleta@gmail.com> 1.1-4
87- Release bump for rebuild against python 2.5 in devel tree
88
89* Wed Jul 26 2006 Orion Poplawski <orion@cora.nwra.com> 1.1-3
90- Add patch to fix building on x86_64
91
92* Wed Feb 15 2006 Orion Poplawski <orion@cora.nwra.com> 1.1-2
93- Rebuild for gcc/glibc changes
94
95* Thu Dec 22 2005 Orion Poplawski <orion@cora.nwra.com> 1.1-1
96- Update to 1.1
97
98* Thu Jul 28 2005 Orion Poplawski <orion@cora.nwra.com> 1.0-1
99- Update to 1.0
100
101* Tue Jul 05 2005 Orion Poplawski <orion@cora.nwra.com> 0.9-1
102- Initial Fedora Extras package
Note: See TracBrowser for help on using the repository browser.