pbzip2-vl.spec 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. Summary: Parallel implementation of bzip2
  2. Summary(ja): bzip2 の並列処理実装
  3. Name: pbzip2
  4. Version: 1.0.5
  5. Release: 2%{?_dist_release}
  6. URL: http://www.compression.ca/pbzip2/
  7. License: BSD
  8. Group: Applications/Archiving
  9. Source0: http://www.compression.ca/pbzip2/%{name}-%{version}.tar.gz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: bzip2-devel
  12. %description
  13. PBZIP2 is a parallel implementation of the bzip2 block-sorting file
  14. compressor that uses pthreads and achieves near-linear speedup on SMP
  15. machines. The output of this version is fully compatible with bzip2
  16. v1.0.2 or newer (ie: anything compressed with pbzip2 can be
  17. decompressed with bzip2).
  18. %description -l ja
  19. PBZIP2 は bzip2 ブロックソートファイル圧縮ツールの pthread を使った
  20. 並列処理実装で、SMP マシン上で圧縮処理がほぼリニアにスピードアップ
  21. します。PBZIP2 で圧縮されたファイルは、bzip2-1.0.2 以上と完全互換で
  22. す。(pbzip2 で圧縮したファイルはすべて bzip2 で伸張できます)
  23. %prep
  24. %setup -q
  25. sed -i -e 's/ -O3 / %{optflags} /' Makefile
  26. %build
  27. make
  28. %install
  29. rm -rf %{buildroot}
  30. install -D -m755 %{name} %{buildroot}%{_bindir}/%{name}
  31. install -D -m644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
  32. ln -sf pbzip2 %{buildroot}%{_bindir}/pbunzip2
  33. %clean
  34. rm -rf %{buildroot}
  35. %files
  36. %defattr(-,root,root)
  37. %doc AUTHORS ChangeLog COPYING README
  38. %{_bindir}/%{name}
  39. %{_bindir}/pbunzip2
  40. %{_mandir}/man1/*
  41. %changelog
  42. * Tue Jul 14 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-2
  43. - spec in UTF-8
  44. * Sun Jan 18 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-1
  45. - new upstream release
  46. - changed Group to Applications/Archiving
  47. * Sat Apr 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-1
  48. - initial build for Vine Linux
  49. * Sun Feb 10 2008 Jeff Gilchrist <pbzip2@compression.ca> - 1.0.2-4
  50. - Rebuild for gcc 4.3
  51. * Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.0.2-3
  52. - Rebuild for selinux ppc32 issue.
  53. * Thu Jul 26 2007 Jeff Gilchrist <pbzip2@compression.ca> - 1.0.2-2
  54. - Fixed symbolic link for pbunzip2 file
  55. * Tue Jul 25 2007 Jeff Gilchrist <pbzip2@compression.ca> - 1.0.2-1
  56. - Release 1.0.2
  57. * Tue Mar 20 2007 Jeff Gilchrist <pbzip2@compression.ca> - 1.0.1-1
  58. - Release 1.0.1
  59. * Wed Mar 14 2007 Jeff Gilchrist <pbzip2@compression.ca> - 1.0-1
  60. - Release 1.0
  61. * Tue Sep 12 2006 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.6-4
  62. - Rebuild for Fedora Extras 6
  63. * Tue May 23 2006 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.6-3
  64. - Added support for $RPM_OPT_FLAGS thanks to Ville Skytta
  65. * Tue Feb 28 2006 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.6-2
  66. - Rebuild for Fedora Extras 5
  67. * Sun Feb 5 2006 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.6-1
  68. - Release 0.9.6
  69. * Sat Dec 31 2005 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.5-1
  70. - Release 0.9.5
  71. * Tue Aug 30 2005 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.4-1
  72. - Updated RPM spec with suggestions from Oliver Falk
  73. * Fri Jul 29 2005 Bryan Stillwell <bryan@bokeoa.com> - 0.9.3-1
  74. - Release 0.9.3
  75. - Removed non-packaging changelog info
  76. - Added dist macro to release field
  77. - Clean buildroot at the beginning of the install section
  78. - Modified buildroot tag to match with Fedora PackagingGuidelines
  79. - Shortened Requires and BuildRequires list
  80. - Changed description to match with the Debian package
  81. * Sat Mar 12 2005 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.2-1
  82. - Release 0.9.2
  83. * Sat Jan 29 2005 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.1-1
  84. - Release 0.9.1
  85. * Sun Jan 24 2005 Jeff Gilchrist <pbzip2@compression.ca> - 0.9-1
  86. - Release 0.9
  87. * Sun Jan 9 2005 Jeff Gilchrist <pbzip2@compression.ca> - 0.8.3-1
  88. - Release 0.8.3
  89. * Mon Nov 30 2004 Jeff Gilchrist <pbzip2@compression.ca> - 0.8.2-1
  90. - Release 0.8.2
  91. * Sat Nov 27 2004 Jeff Gilchrist <pbzip2@compression.ca> - 0.8.1-1
  92. - Release 0.8.1
  93. * Thu Oct 28 2004 Bryan Stillwell <bryan@bokeoa.com> - 0.8-1
  94. - Initial packaging