.gear/rules | 2 + .../tags/51f1a0573b69fa16b460d8bb131b5a535c81d20b | 13 ++++ .gear/tags/list | 1 + lzop.spec | 63 ++++++++++++++++++++ 4 files changed, 79 insertions(+), 0 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..065766e --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: 1.02rc1:. name=lzop-1.02rc1 +diff: 1.02rc1:. . name=lzop-@version@-@release@.patch diff --git a/.gear/tags/51f1a0573b69fa16b460d8bb131b5a535c81d20b b/.gear/tags/51f1a0573b69fa16b460d8bb131b5a535c81d20b new file mode 100644 index 0000000..4a82b28 --- /dev/null +++ b/.gear/tags/51f1a0573b69fa16b460d8bb131b5a535c81d20b @@ -0,0 +1,13 @@ +object a4b2d3cd16dc5c5623b2ae0430d9809cb3c41458 +type commit +tag 1.02rc1 +tagger Alexey Tourbin 1218270653 +0400 + +1.02rc1 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEABECAAYFAkidVb0ACgkQfBKgtDjnu0aY0ACfdyeIt27dR2hG7VirsQeUVn9b +9gsAoOarJbnAPQf9kG07bupc0kjdnBAl +=odoe +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..095ae09 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +51f1a0573b69fa16b460d8bb131b5a535c81d20b 1.02rc1 diff --git a/lzop.spec b/lzop.spec new file mode 100644 index 0000000..ae3b21f --- /dev/null +++ b/lzop.spec @@ -0,0 +1,63 @@ +Name: lzop +Version: 1.02 +Release: alt0.M40.1 + +Summary: LZO fast file compressor +License: GPL +Group: Archiving/Compression + +URL: http://www.lzop.org +Source: lzop-1.02rc1.tar +Patch: lzop-%version-%release.patch + +# Automatically added by buildreq on Sun Aug 10 2008 +BuildRequires: liblzo2-devel + +%description +lzop is a file compressor similar to gzip. Its main advantages over +gzip are much higher compression and decompression speed (at the cost +of some compression ratio). + +%prep +%setup -q -n lzop-1.02rc1 +%patch -p1 + +%build +%configure +%make_build + +%install +%makeinstall + +%files +%doc AUTHORS NEWS README THANKS +%_bindir/lzop +%_man1dir/lzop.1* + +%changelog +* Sun Nov 23 2008 Alexey Tourbin 1.02-alt0.M40.1 +- rebuilt for branch 4.0 + +* Sun Aug 10 2008 Alexey Tourbin 1.02-alt1 +- 1.01 -> 1.02rc1 +- built with liblzo2 + +* Wed Jun 20 2007 Igor Zubkov 1.01-alt2.1 +- NMU +- rebuild (closes #9697) + +* Mon Oct 20 2003 Andrey Brindeew 1.01-alt2 +- Summary placement fix + +* Tue May 13 2003 Andrey Brindeew 1.01-alt1 +- 1.01 + +* Fri Jan 24 2003 Dmitry V. Levin 1.00-alt3 +- Rebuilt in new environment. + +* Tue Aug 20 2002 Andrey Brindeew 1.00-alt2 +- Updated BuildRequires + +* Tue Aug 20 2002 Andrey Brindeew 1.00-alt1 +- First build for ALT Linux +