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

Revision 5142, 3.5 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.31
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

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