Browse Source

lzop: new package, 1.03-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3125 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 13 years ago
parent
commit
b464229eb3
1 changed files with 118 additions and 0 deletions
  1. 118 0
      l/lzop/lzop-vl.spec

+ 118 - 0
l/lzop/lzop-vl.spec

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