python-logilab-common-vl.spec 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. Name: python-logilab-common
  2. Version: 0.57.1
  3. Release: 1%{?_dist_release}
  4. Summary: Common libraries for Logilab projects
  5. Group: Development/Libraries
  6. License: GPLv2+
  7. URL: http://www.logilab.org/projects/common
  8. Source0: ftp://ftp.logilab.org/pub/common/logilab-common-%{version}.tar.gz
  9. BuildArch: noarch
  10. BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
  11. BuildRequires: python-devel python-setuptools python-unittest2
  12. Requires: python-egenix-mx-base
  13. %description
  14. This package contains several modules providing low level functionality
  15. shared among some python projects developed by logilab.
  16. %prep
  17. %setup -q -n logilab-common-%{version}
  18. %build
  19. %{__python} setup.py build
  20. %install
  21. rm -rf $RPM_BUILD_ROOT
  22. %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
  23. rm -rf $RPM_BUILD_ROOT%{_python_sitelib}/logilab/common/test
  24. %check
  25. %{__python} setup.py test
  26. %clean
  27. rm -rf $RPM_BUILD_ROOT
  28. %files
  29. %defattr(-,root,root,-)
  30. %doc README ChangeLog COPYING
  31. %{python_sitelib}/logilab*
  32. %{_bindir}/*
  33. %changelog
  34. * Wed Apr 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.57.1-1
  35. - initial build for Vine Linux
  36. * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.57.1-2
  37. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  38. * Fri Nov 18 2011 Brian C. Lane <bcl@redhat.com> - 0.57.1-1
  39. - Upstream 0.57.1
  40. * Fri Jul 29 2011 Brian C. Lane <bcl@redhat.com> - 0.56.0-1
  41. - Upstream 0.56.0
  42. * Mon Mar 28 2011 Brian C. Lane <bcl@redhat.com> - 0.55.1-1
  43. - Upstream 0.55.1
  44. - Add unit tests to spec
  45. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.53.0-2
  46. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  47. * Mon Nov 29 2010 Brian C. Lane <bcl@redhat.com> - 0.53.0-1
  48. - Upstream 0.53.0
  49. * Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.50.3-2
  50. - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
  51. * Thu Jul 08 2010 Brian C. Lane <bcl@brdhat.com> - 0.50.3-1
  52. - Upstream 0.50.3
  53. * Fri Mar 26 2010 Brian C. Lane <bcl@redhat.com> - 0.49.0-2
  54. - Add python-setuptools to BuildRequires
  55. * Thu Mar 25 2010 Brian C. Lane <bcl@redhat.com> - 0.49.0-1
  56. - Upstream 0.49.0
  57. * Sun Aug 30 2009 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.45.0-1
  58. - Upstream 0.45.0 (small enhancements and bugfixes)
  59. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.41.0-3
  60. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  61. * Wed Jun 17 2009 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.41.0-2
  62. - Upstream 0.41.0
  63. - Bugfixes and a few minor new features
  64. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.38.0-2
  65. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  66. * Wed Jan 28 2009 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.38.0-1
  67. - Upstream 0.38.0
  68. * Tue Dec 30 2008 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.37.0-1
  69. - Upstream 0.37.0
  70. * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.32.0-2
  71. - Rebuild for Python 2.6
  72. * Mon Jun 30 2008 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.32.0-1
  73. - Upstream 0.32.0
  74. * Sun Feb 17 2008 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.28.0-1
  75. - Upstream 0.28.0
  76. * Thu Jan 17 2008 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.26.1-1
  77. - Upstream 0.26.1
  78. - Package egg-info and other files.
  79. * Mon Dec 24 2007 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.25.2-1
  80. - Upstream 0.25.2
  81. * Sun Nov 18 2007 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.24.0-1
  82. - Upstream 0.24.0
  83. - Adjust license to the new standard
  84. * Sun Apr 01 2007 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.21.2-1
  85. - Upstream 0.21.2
  86. * Sun Dec 17 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.21.0-1
  87. - Upstream 0.21.0
  88. - Include COPYING with docs
  89. * Tue Sep 26 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.19.2-1
  90. - Upstream 0.19.2
  91. - Ghostbusting
  92. - Require mx
  93. * Mon May 01 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.15.0-1
  94. - Version 0.15.0
  95. * Sun Mar 12 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.14.1-2
  96. - Also handle __init__.pyc and __init__.pyo
  97. * Sun Mar 12 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.14.1-1
  98. - Version 0.14.1
  99. * Thu Jan 12 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.13.0-1
  100. - Version 0.13.0
  101. - astng no longer part of the package
  102. * Thu Nov 17 2005 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.12.0-1
  103. - Version 0.12.0
  104. * Mon Jun 13 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 0.10.0-1
  105. - Version 0.10.0.
  106. - Disttagging.
  107. * Thu May 05 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 0.9.3-3
  108. - Fix paths.
  109. * Tue Apr 26 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 0.9.3-2
  110. - Ghost .pyo files.
  111. - Get rid of test, which doesn't do anything.
  112. * Fri Apr 22 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 0.9.3-1
  113. - Initial packaging.