source: projects/specs/trunk/p/python-distutils-extra/python-distutils-extra-vl.spec @ 4792

Revision 4792, 3.4 KB checked in by kudoh, 13 years ago (diff)

%{!?python_sitelib: %define python_sitelib %(%{python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name: python-distutils-extra
Version: 2.29
Release: 1%{?_dist_release}
Summary: Integrate more support into Python's distutils

Group: Development/Languages?
License: GPLv2+
URL:  https://launchpad.net/python-distutils-extra
Source0:  http://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.gz
# Support use of distutils-extra on systems without DISPLAY
#  https://bugs.launchpad.net/python-distutils-extra/+bug/735408
Patch0: dont_import_gtk.patch
BuildArch?: noarch

BuildRequires?: python-devel
BuildRequires?: python-setuptools

%description
Enables you to easily integrate gettext support, themed icons and
scrollkeeper based documentation into Python's distutils.

%prep
%setup -q
%patch0 -p1 -b .dont_import_gtk

%build
%{python} setup.py build

%install
%{python} setup.py install --root=%{buildroot}
chmod a+x %{buildroot}%{python_sitelib}/DistUtilsExtra?/command/build_extra.py

%files
%defattr(-,root,root,-)
%doc LICENSE doc/*
%{python_sitelib}/DistUtilsExtra/?
%{python_sitelib}/python_distutils_extra*.egg-info

%changelog

  • Mon Sep 19 2011 Toshiharu Kudoh <toshi.kd2@…> - 2.29-1
  • new upstream release
  • Sat Jul 23 2011 Toshiharu Kudoh <toshi.kd2@…> - 2.28-1
  • initial build for Vine Linux
  • Thu Jun 02 2011 Fabian Affolter <fabian@…> - 2.27-1
  • Updated to new upstream version 2.27
  • Wed Mar 16 2011 Fabian Affolter <fabian@…> - 2.26-1
  • Added patch for DISPLAY support
  • Updated to new upstream version 2.26
  • Fri Nov 12 2010 Fabian Affolter <fabian@…> - 2.22-1
  • Remove archive_name from 2010-06-04, this was useless and wrong
  • Updated to new upstream version 2.22
  • Fri Jun 04 2010 Rahul Sundaram <sundaram@…> - 2.19-1
  • Update to new upstream version 2.19. Resolves rhbz#600307
  • Update spec to match latest guidelines
  • Thu Feb 04 2010 Fabian Affolter <fabian@…> - 2.15-1
  • Updated to new upstream version 2.15
  • Sun Dec 20 2009 Fabian Affolter <fabian@…> - 2.12-2
  • Bumped release
  • Mon Dec 14 2009 Fabian Affolter <fabian@…> - 2.12-1
  • Updated to new upstream version 2.12
  • Sat Aug 01 2009 Fabian Affolter <fabian@…> - 2.6-2
  • Bump release
  • Sat Aug 01 2009 Fabian Affolter <fabian@…> - 2.6-1
  • Minor spec file changes
  • Changed source to launchpad
  • Updated to new upstream version 2.6
  • Sat Jan 24 2009 Fabian Affolter <fabian@…> - 1.91.2-2
  • Changed license to GPLv2+
  • Sat Nov 18 2008 Fabian Affolter <fabian@…> - 1.91.2-1
  • Initial package for Fedora
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.29
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* Mon Sep 19 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.29-1
48- new upstream release
49
50* Sat Jul 23 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.28-1
51- initial build for Vine Linux
52
53* Thu Jun 02 2011 Fabian Affolter <fabian@bernewireless.net> - 2.27-1
54- Updated to new upstream version 2.27
55
56* Wed Mar 16 2011 Fabian Affolter <fabian@bernewireless.net> - 2.26-1
57- Added patch for DISPLAY support
58- Updated to new upstream version 2.26
59
60* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22-2
61- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
62
63* Fri Nov 12 2010 Fabian Affolter <fabian@bernewireless.net> - 2.22-1
64- Remove archive_name from 2010-06-04, this was useless and wrong
65- Updated to new upstream version 2.22
66
67* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 2.19-2
68- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
69
70* Fri Jun 04 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 2.19-1
71- Update to new upstream version 2.19.  Resolves rhbz#600307
72- Update spec to match latest guidelines
73
74* Thu Feb 04 2010 Fabian Affolter <fabian@bernewireless.net> - 2.15-1
75- Updated to new upstream version 2.15
76
77* Sun Dec 20 2009 Fabian Affolter <fabian@bernewireless.net> - 2.12-2
78- Bumped release
79
80* Mon Dec 14 2009 Fabian Affolter <fabian@bernewireless.net> - 2.12-1
81- Updated to new upstream version 2.12
82
83* Sat Aug 01 2009 Fabian Affolter <fabian@bernewireless.net> - 2.6-2
84- Bump release
85
86* Sat Aug 01 2009 Fabian Affolter <fabian@bernewireless.net> - 2.6-1
87- Minor spec file changes
88- Changed source to launchpad
89- Updated to new upstream version 2.6
90
91* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.91.2-4
92- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
93
94* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.91.2-3
95- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
96
97* Sat Jan 24 2009 Fabian Affolter <fabian@bernewireless.net> - 1.91.2-2
98- Changed license to GPLv2+
99
100* Sat Nov 18 2008 Fabian Affolter <fabian@bernewireless.net> - 1.91.2-1
101- Initial package for Fedora
102
Note: See TracBrowser for help on using the repository browser.