pyparted-vl.spec 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. %define python_sitearch %(python -c 'from distutils.sysconfig import get_python_lib; print get_python_lib(1)')
  2. Summary: Python module for GNU parted
  3. Summary(ja): parted の python モジュール
  4. Name: pyparted
  5. Version: 3.8
  6. Release: 4%{?_dist_release}
  7. License: GPLv2+
  8. Group: System Environment/Libraries
  9. Source0: https://fedorahosted.org/releases/p/y/%{name}/%{name}-%{version}.tar.gz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. BuildRequires: python-devel, parted-devel >= 3.0
  12. Requires: parted >= 3.0
  13. %description
  14. Python modules for the parted library. It is used for manipulation
  15. partition tables.
  16. %prep
  17. %setup -q
  18. %build
  19. export CFLAGS="%{optflags}"
  20. %__make %{?_smp_mflags}
  21. %install
  22. rm -rf $RPM_BUILD_ROOT
  23. %__make install DESTDIR=$RPM_BUILD_ROOT
  24. %clean
  25. rm -rf $RPM_BUILD_ROOT
  26. %files
  27. %defattr(-,root,root,-)
  28. %doc README COPYING AUTHORS ChangeLog
  29. %{python_sitearch}/parted
  30. %{python_sitearch}/*.egg-info
  31. %{python_sitearch}/*.so
  32. %changelog
  33. * Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8-4
  34. - rebuild with VineSeed environment
  35. * Sun Jul 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8-3
  36. - rebuild with parted-3.1
  37. * Sat Feb 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8-2
  38. - rebuild with python-2.7.2
  39. * Fri Jan 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8-1
  40. - new upstream release
  41. * Sat Dec 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.9-3
  42. - rebuild with parted-2.3
  43. * Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.8.9-2
  44. - rebuilt with python-2.6.4
  45. * Tue Aug 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.9-1
  46. - new upstream release
  47. - build with parted-1.8.8
  48. * Mon Jul 21 2008 Shu KONNO <owa@bg.wakwak.com> 1.8.1-4vl5
  49. - rebuilt with python-2.5.2
  50. - added pyexeclib macro
  51. - applied new versioning policy and spec in utf-8
  52. * Wed Dec 13 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.8.1-3vl1
  53. - rebuilt for VineSeed with parted-1.8.1 and python-2.4
  54. * Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 1.8.1-3
  55. - rebuild for python 2.5
  56. * Tue Dec 05 2006 David Cantrell <dcantrell@redhat.com> - 1.8.1-2
  57. - Rebuild for GNU parted-1.8.1
  58. * Thu Nov 30 2006 David Cantrell <dcantrell@redhat.com> - 1.8.1-1
  59. - Determine Python version to use in %%build so the source RPM is more
  60. easily moved between distribution releases.
  61. * Fri Nov 17 2006 David Cantrell <dcantrell@redhat.com> - 1.8.0-1
  62. - Bump version to 1.8.0 and require parted >= 1.8.0
  63. - Remove python-abi Requires line since rpm handles that automatically
  64. * Wed Aug 30 2006 David Cantrell <dcantrell@redhat.com> - 1.7.3-1
  65. - Include parted/constraint.h in required header files
  66. * Wed Aug 30 2006 David Cantrell <dcantrell@redhat.com> - 1.7.2-2
  67. - Require parted-1.7.1 or higher
  68. * Tue Jul 25 2006 David Cantrell <dcantrell@redhat.com> - 1.7.2-1
  69. - Add HPSERVICE, PALO, PREP, and MSFT_RESERVED to partition types list
  70. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.7.1-1.1
  71. - rebuild
  72. * Sun May 28 2006 David Cantrell <dcantrell@redhat.com> - 1.7.1-1
  73. - Bump version to 1.7.1 and require parted >= 1.7.1
  74. * Fri May 19 2006 David Cantrell <dcantrell@redhat.com> - 1.7.0-1
  75. - Bump version to 1.7.0 and require parted >= 1.7.0
  76. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  77. - rebuilt
  78. * Fri Nov 11 2005 Peter Jones <pjones@redhat.com> - 1.6.10-1
  79. - rebuild for new parted.
  80. - add debugging options for make so debuginfo isn't useless
  81. * Wed Nov 9 2005 Jeremy Katz <katzj@redhat.com> - 1.6.9-5
  82. - rebuild for new parted
  83. * Wed Aug 31 2005 Chris Lumens <clumens@redhat.com> 1.6.9-4
  84. - Rebuilt for new parted library.
  85. * Wed Mar 16 2005 Chris Lumens <clumens@redhat.com> 1.6.9-3
  86. - Updated for gcc4 and python2.4. Fixed build warnings.
  87. * Tue Dec 14 2004 Jeremy Katz <katzj@redhat.com> - 1.6.9-2
  88. - add support for sx8 devices
  89. * Mon Nov 8 2004 Jeremy Katz <katzj@redhat.com> - 1.6.8-3
  90. - rebuild for python 2.4
  91. * Mon Oct 11 2004 Warren Togami <wtogami@redhat.com> - 1.6.8-2
  92. - #135100 req python-abi (Robert Scheck)
  93. * Tue Aug 17 2004 Jeremy Katz <katzj@redhat.com> - 1.6.8-1
  94. - update for new parted ABI
  95. - device -> heads, sectors, cylinders now refer to the bios geometry
  96. - require parted >= 1.6.12
  97. * Thu Jul 22 2004 Jeremy Katz <katzj@redhat.com> - 1.6.7-3
  98. - build on ppc64 again
  99. * Thu May 13 2004 Jeremy Katz <katzj@redhat.com> - 1.6.7-1
  100. - fix build for newer versions of gcc (fix from Jeff Law)
  101. * Tue Mar 16 2004 Jeremy Katz <katzj@redhat.com> 1.6.6-2
  102. - fix PARTITION_PROTECTED definition (#118451)
  103. * Fri Mar 12 2004 Jeremy Katz <katzj@redhat.com>
  104. - Initial build split out into separate source from the parted package.
  105. - Don't build on ppc64 right now due to parted build problems (#118183)