lzop-vl.spec 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. Summary: Real-time file compressor
  2. Summary(ja): リアルタイムファイル圧縮ユーティリティ
  3. Name: lzop
  4. Version: 1.03
  5. Release: 1%{?_dist_release}
  6. License: GPLv2+
  7. Group: Applications/Archiving
  8. URL: http://www.lzop.org/
  9. Source: http://www.lzop.org/download/%{name}-%{version}.tar.gz
  10. BuildRequires: lzo-devel
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  12. %description
  13. zop is a file compressor which is very similar to gzip.
  14. lzop uses the LZO data compression library for compression services,
  15. and its main advantages over gzip are much higher compression and decompression
  16. speed (at the cost of some compression ratio). The lzop compression utility was
  17. designed with the goals of reliability, speed, portability and with reasonable
  18. drop-in compatibility to gzip.
  19. %description -l ja
  20. lzop は gzip に非常によくにたファイル圧縮ユーティリティです。
  21. LZO データ圧縮ライブラリを利用しており、gzip に対する主な優位点は、
  22. (いくらかの圧縮率を犠牲にした)非常に高速な圧縮・伸長スピードです。
  23. lzop 圧縮ユーティリティは、信頼性、速度、移植性およびgzipの置き換え
  24. 可能なら互換性を目標に設計されています。
  25. %prep
  26. %setup -q
  27. %build
  28. %configure
  29. make %{?_smp_mflags}
  30. %install
  31. rm -rf $RPM_BUILD_ROOT
  32. make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install
  33. %clean
  34. rm -rf $RPM_BUILD_ROOT
  35. %files
  36. %defattr(-,root,root,-)
  37. %doc AUTHORS COPYING NEWS README THANKS
  38. %{_bindir}/%{name}
  39. %{_mandir}/man?/%{name}.*
  40. %changelog
  41. * Sat Mar 26 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.03-1
  42. - initial build for Vine Linux
  43. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-3
  44. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  45. * Fri Dec 31 2010 Robert Scheck <robert@fedoraproject.org> 1.03-2
  46. - Minor spec file cleanups and updated %%description
  47. * Tue Dec 07 2010 Kamil Dudka <kdudka@redhat.com> - 1.03-1
  48. - update to 1.03
  49. * Wed Mar 03 2010 Kamil Dudka <kdudka@redhat.com> - 1.02-0.9.rc1
  50. - license changed to GPLv2+
  51. - added -q option to %%setup
  52. * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.02-0.8.rc1
  53. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  54. * Mon Feb 23 2009 Robert Scheck <robert@fedoraproject.org> 1.02-0.7.rc1
  55. - Rebuild against gcc 4.4 and rpm 4.6
  56. * Tue Sep 18 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
  57. - 1.02-0.6.rc1
  58. - gcc 4.3 rebuild
  59. * Tue Sep 18 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
  60. - 1.02-0.5.rc1
  61. - License fix
  62. * Sat Sep 02 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
  63. - 1.02-0.4.rc1
  64. - FE6 Rebuild
  65. * Sun Jul 30 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
  66. - 1.02-0.3.rc1
  67. - use new alphatag convention
  68. - build with lzop 2 at last
  69. * Mon Feb 13 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
  70. - 1.02-0.2
  71. - rebuilt for new gcc4.1 snapshot and glibc changes
  72. - build with lzop 1 since lzop 2 hasn't been merged yet
  73. * Thu Jan 19 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
  74. - 1.02-0.1
  75. - update to 1.02rc1
  76. - build with lzop 2
  77. * Wed Jan 18 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
  78. - 1.01-4
  79. - gcc 4.1 build time
  80. * Sun May 22 2005 Jeremy Katz <katzj@redhat.com>
  81. - 1.01-3
  82. - rebuild on all arches
  83. * Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
  84. - rebuilt
  85. * Tue Apr 20 2004 Nicolas Mailhot <Nicolas.Mailhot at laPoste.net>
  86. - 0:1.01-0.fdr.1
  87. - Fedorization
  88. * Tue Mar 09 2004 Dag Wieers <dag@wieers.com>
  89. - 1.01-1
  90. - Initial package. (using DAR)