source: projects/specs/branches/6/p/python-distutils-extra/python-distutils-extra-vl.spec @ 4377

Revision 4377, 3.3 KB checked in by kudoh, 13 years ago (diff)
Line 
1%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
2
3Name:           python-distutils-extra
4Version:        2.28
5Release:        1%{?_dist_release}
6Summary:        Integrate more support into Python's distutils
7
8Group:          Development/Languages
9License:        GPLv2+
10URL:            https://launchpad.net/python-distutils-extra
11Source0:        http://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.gz
12# Support use of distutils-extra on systems without DISPLAY
13# https://bugs.launchpad.net/python-distutils-extra/+bug/735408
14Patch0:         dont_import_gtk.patch
15BuildArch:      noarch
16
17BuildRequires:  python-devel
18BuildRequires:  python-setuptools
19
20%description
21Enables you to easily integrate gettext support, themed icons and
22scrollkeeper based documentation into Python's distutils.
23
24
25%prep
26%setup -q
27%patch0 -p1 -b .dont_import_gtk
28
29
30%build
31%{__python} setup.py build
32
33
34%install
35%{__python} setup.py install --root=%{buildroot}
36chmod a+x %{buildroot}%{python_sitelib}/DistUtilsExtra/command/build_extra.py
37
38
39%files
40%defattr(-,root,root,-)
41%doc LICENSE doc/*
42%{python_sitelib}/DistUtilsExtra/
43%{python_sitelib}/python_distutils_extra*.egg-info
44
45
46%changelog
47* Sat Jul 23 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.28-1
48- initial build for Vine Linux
49
50* Thu Jun 02 2011 Fabian Affolter <fabian@bernewireless.net> - 2.27-1
51- Updated to new upstream version 2.27
52
53* Wed Mar 16 2011 Fabian Affolter <fabian@bernewireless.net> - 2.26-1
54- Added patch for DISPLAY support
55- Updated to new upstream version 2.26
56
57* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22-2
58- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
59
60* Fri Nov 12 2010 Fabian Affolter <fabian@bernewireless.net> - 2.22-1
61- Remove archive_name from 2010-06-04, this was useless and wrong
62- Updated to new upstream version 2.22
63
64* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 2.19-2
65- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
66
67* Fri Jun 04 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 2.19-1
68- Update to new upstream version 2.19.  Resolves rhbz#600307
69- Update spec to match latest guidelines
70
71* Thu Feb 04 2010 Fabian Affolter <fabian@bernewireless.net> - 2.15-1
72- Updated to new upstream version 2.15
73
74* Sun Dec 20 2009 Fabian Affolter <fabian@bernewireless.net> - 2.12-2
75- Bumped release
76
77* Mon Dec 14 2009 Fabian Affolter <fabian@bernewireless.net> - 2.12-1
78- Updated to new upstream version 2.12
79
80* Sat Aug 01 2009 Fabian Affolter <fabian@bernewireless.net> - 2.6-2
81- Bump release
82
83* Sat Aug 01 2009 Fabian Affolter <fabian@bernewireless.net> - 2.6-1
84- Minor spec file changes
85- Changed source to launchpad
86- Updated to new upstream version 2.6
87
88* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.91.2-4
89- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
90
91* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.91.2-3
92- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
93
94* Sat Jan 24 2009 Fabian Affolter <fabian@bernewireless.net> - 1.91.2-2
95- Changed license to GPLv2+
96
97* Sat Nov 18 2008 Fabian Affolter <fabian@bernewireless.net> - 1.91.2-1
98- Initial package for Fedora
99
Note: See TracBrowser for help on using the repository browser.