source: projects/specs/trunk/l/lzop/lzop-vl.spec @ 3125

Revision 3125, 3.5 KB checked in by daisuke, 13 years ago (diff)

lzop: new package, 1.03-1

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