python-distutils-extra-vl.spec 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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.34
  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. * Sat Jul 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.34-1
  34. - new upstream release
  35. * Sun Jun 17 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.33-1
  36. - new upstream release
  37. * Sun Mar 18 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.32-1
  38. - new upstream release
  39. * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.31-2
  40. - rebuild with python-2.7.2
  41. * Sat Nov 12 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.31-1
  42. - new upstream release
  43. - dropt patch0
  44. * Mon Sep 19 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.29-1
  45. - new upstream release
  46. * Sat Jul 23 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.28-1
  47. - initial build for Vine Linux
  48. * Thu Jun 02 2011 Fabian Affolter <fabian@bernewireless.net> - 2.27-1
  49. - Updated to new upstream version 2.27
  50. * Wed Mar 16 2011 Fabian Affolter <fabian@bernewireless.net> - 2.26-1
  51. - Added patch for DISPLAY support
  52. - Updated to new upstream version 2.26
  53. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22-2
  54. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  55. * Fri Nov 12 2010 Fabian Affolter <fabian@bernewireless.net> - 2.22-1
  56. - Remove archive_name from 2010-06-04, this was useless and wrong
  57. - Updated to new upstream version 2.22
  58. * Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 2.19-2
  59. - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
  60. * Fri Jun 04 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 2.19-1
  61. - Update to new upstream version 2.19. Resolves rhbz#600307
  62. - Update spec to match latest guidelines
  63. * Thu Feb 04 2010 Fabian Affolter <fabian@bernewireless.net> - 2.15-1
  64. - Updated to new upstream version 2.15
  65. * Sun Dec 20 2009 Fabian Affolter <fabian@bernewireless.net> - 2.12-2
  66. - Bumped release
  67. * Mon Dec 14 2009 Fabian Affolter <fabian@bernewireless.net> - 2.12-1
  68. - Updated to new upstream version 2.12
  69. * Sat Aug 01 2009 Fabian Affolter <fabian@bernewireless.net> - 2.6-2
  70. - Bump release
  71. * Sat Aug 01 2009 Fabian Affolter <fabian@bernewireless.net> - 2.6-1
  72. - Minor spec file changes
  73. - Changed source to launchpad
  74. - Updated to new upstream version 2.6
  75. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.91.2-4
  76. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  77. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.91.2-3
  78. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  79. * Sat Jan 24 2009 Fabian Affolter <fabian@bernewireless.net> - 1.91.2-2
  80. - Changed license to GPLv2+
  81. * Sat Nov 18 2008 Fabian Affolter <fabian@bernewireless.net> - 1.91.2-1
  82. - Initial package for Fedora