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

Revision 11460, 3.7 KB checked in by tomop, 6 years ago (diff)

python-dateutil-2.6.1-1

Line 
1Name:           python-dateutil
2Version:        2.6.1
3Release:        1%{?_dist_release}
4Summary:        Powerful extensions to the standard datetime module
5
6Group:          Development/Languages
7License:        Python
8URL:            http://labix.org/python-dateutil
9Source0:        http://labix.org/download/python-dateutil/python-dateutil-%{version}.tar.gz
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
11
12BuildArch:      noarch
13BuildRequires:  python-devel
14BuildRequires:  python-setuptools
15BuildRequires:  python-rpm-macros
16BuildRequires:  python3-devel
17BuildRequires:  python3-setuptools
18BuildRequires:  python3-rpm-macros
19
20Vendor: Project Vine
21Distribution: Vine Linux
22
23%description
24The dateutil module provides powerful extensions to the standard datetime
25module available in Python 2.3+.
26
27%package -n python3-dateutil
28Summary:        Powerful extensions to the standard datetime module
29
30%description -n python3-dateutil
31The dateutil module provides powerful extensions to the standard datetime
32module available in Python 3.0+.
33
34%prep
35%setup -q
36
37# Reencode this as utf8
38iconv -f ISO-8859-1 -t utf8 NEWS
39
40%build
41%py_build
42%py3_build
43
44
45%install
46%__rm -rf $RPM_BUILD_ROOT
47%py_install
48%py3_install
49
50%clean
51%__rm -rf $RPM_BUILD_ROOT
52
53
54%files
55%defattr(-,root,root,-)
56%doc LICENSE NEWS README*
57%{python_sitelib}/dateutil/
58%{python_sitelib}/*.egg-info
59
60%files -n python3-dateutil
61%defattr(-,root,root,-)
62%doc LICENSE NEWS README*
63%{python3_sitelib}/dateutil/
64%{python3_sitelib}/*.egg-info
65
66%changelog
67* Wed Jan 31 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.6.1-1
68- new upstream release.
69- added a subpackage for python3.
70
71* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4.1-3
72- rebuild with VineSeed environment
73
74* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4.1-2
75- rebuild with python-2.7.2
76
77* Tue Aug 24 2010 Munehiro Yamamoto <munepi@vinelinux.org> - 1.4.1-1
78- initial build based on Fedora development
79
80* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.4.1-5
81- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
82
83* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-4
84- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
85
86* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-3
87- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
88
89* Fri Feb 20 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 1.4.1-2
90- small specfile fix
91
92* Fri Feb 20 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 1.4.1-2
93- New upstream version
94
95* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.4-3
96- Rebuild for Python 2.6
97
98* Fri Aug 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.4-2
99- fix license tag
100
101* Tue Jul 01 2008 Jef Spaleta <jspaleta AT fedoraproject DOT org> 1.4-1
102- Latest upstream release
103
104* Fri Jan 04 2008 Jef Spaleta <jspaleta@fedoraproject.org> 1.2-2
105- Fix for egg-info file creation
106
107* Thu Jun 28 2007 Orion Poplawski <orion@cora.nwra.com> 1.2-1
108- Update to 1.2
109
110* Mon Dec 11 2006 Jef Spaleta <jspaleta@gmail.com> 1.1-5
111- Fix python-devel BR, as per discussion in maintainers-list
112
113* Mon Dec 11 2006 Jef Spaleta <jspaleta@gmail.com> 1.1-4
114- Release bump for rebuild against python 2.5 in devel tree
115
116* Wed Jul 26 2006 Orion Poplawski <orion@cora.nwra.com> 1.1-3
117- Add patch to fix building on x86_64
118
119* Wed Feb 15 2006 Orion Poplawski <orion@cora.nwra.com> 1.1-2
120- Rebuild for gcc/glibc changes
121
122* Thu Dec 22 2005 Orion Poplawski <orion@cora.nwra.com> 1.1-1
123- Update to 1.1
124
125* Thu Jul 28 2005 Orion Poplawski <orion@cora.nwra.com> 1.0-1
126- Update to 1.0
127
128* Tue Jul 05 2005 Orion Poplawski <orion@cora.nwra.com> 0.9-1
129- Initial Fedora Extras package
Note: See TracBrowser for help on using the repository browser.