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

Revision 8158, 3.2 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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:        3%{?_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
17Vendor: Project Vine
18Distribution: Vine Linux
19
20%description
21The dateutil module provides powerful extensions to the standard datetime
22module available in Python 2.3+.
23
24%prep
25%setup -q
26
27# Reencode this as utf8
28iconv -f ISO-8859-1 -t utf8 NEWS
29
30%build
31%{__python} setup.py build
32
33
34%install
35%__rm -rf $RPM_BUILD_ROOT
36%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
37
38 
39%clean
40%__rm -rf $RPM_BUILD_ROOT
41
42
43%files
44%defattr(-,root,root,-)
45%doc example.py LICENSE NEWS README
46%{python_sitelib}/dateutil/
47%{python_sitelib}/*.egg-info
48
49%changelog
50* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4.1-3
51- rebuild with VineSeed environment
52
53* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4.1-2
54- rebuild with python-2.7.2
55
56* Tue Aug 24 2010 Munehiro Yamamoto <munepi@vinelinux.org> - 1.4.1-1
57- initial build based on Fedora development
58
59* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.4.1-5
60- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
61
62* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-4
63- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
64
65* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-3
66- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
67
68* Fri Feb 20 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 1.4.1-2
69- small specfile fix
70
71* Fri Feb 20 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 1.4.1-2
72- New upstream version
73
74* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.4-3
75- Rebuild for Python 2.6
76
77* Fri Aug 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.4-2
78- fix license tag
79
80* Tue Jul 01 2008 Jef Spaleta <jspaleta AT fedoraproject DOT org> 1.4-1
81- Latest upstream release
82
83* Fri Jan 04 2008 Jef Spaleta <jspaleta@fedoraproject.org> 1.2-2
84- Fix for egg-info file creation
85
86* Thu Jun 28 2007 Orion Poplawski <orion@cora.nwra.com> 1.2-1
87- Update to 1.2
88
89* Mon Dec 11 2006 Jef Spaleta <jspaleta@gmail.com> 1.1-5
90- Fix python-devel BR, as per discussion in maintainers-list
91
92* Mon Dec 11 2006 Jef Spaleta <jspaleta@gmail.com> 1.1-4
93- Release bump for rebuild against python 2.5 in devel tree
94
95* Wed Jul 26 2006 Orion Poplawski <orion@cora.nwra.com> 1.1-3
96- Add patch to fix building on x86_64
97
98* Wed Feb 15 2006 Orion Poplawski <orion@cora.nwra.com> 1.1-2
99- Rebuild for gcc/glibc changes
100
101* Thu Dec 22 2005 Orion Poplawski <orion@cora.nwra.com> 1.1-1
102- Update to 1.1
103
104* Thu Jul 28 2005 Orion Poplawski <orion@cora.nwra.com> 1.0-1
105- Update to 1.0
106
107* Tue Jul 05 2005 Orion Poplawski <orion@cora.nwra.com> 0.9-1
108- Initial Fedora Extras package
Note: See TracBrowser for help on using the repository browser.