python-distutils-extra-vl.spec 3.7 KB

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