Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 1b6dd3665a97ff67ec41d6f7e5a657c0 > files > 2

lzop-1.02-0.rc1.1mdv2009.0.src.rpm

%define name lzop
%define version 1.02
%define prerel rc1
%define fversion 1.02%prerel
%define release %mkrel 0.%prerel.1

Summary: LZO fast file compressor
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{fversion}.tar.bz2
License: GPL
Group: Archiving/Compression
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: liblzo-devel >= 2.00
URL: http://www.oberhumer.com/opensource/lzop/

%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 compression ratio.

lzop was designed with the following goals in mind:
  1) speed (both compression and decompression)
  2) reasonable drop-in compatibility to gzip
  3) portability

%prep
%setup -q -n %name-%fversion

%build
export CPPFLAGS="-D_FILE_OFFSET_BITS=64 -I%_includedir/lzo"
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README COPYING AUTHORS NEWS THANKS doc/lzop.ps doc/lzop.html
%_bindir/lzop
%_mandir/man1/lzop.1*




%changelog
* Thu Jan 03 2008 Olivier Blin <oblin@mandriva.com> 1.02-0.rc1.1mdv2008.1
+ Revision: 140934
- restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Wed May 16 2007 Götz Waschk <waschk@mandriva.org> 1.02-0.rc1.1mdv2008.0
+ Revision: 27218
- new version
- drop patch


* Tue Jan 02 2007 Götz Waschk <waschk@mandriva.org> 1.01-7mdv2007.0
+ Revision: 103086
- Import lzop

* Tue Jan 02 2007 Götz Waschk <waschk@mandriva.org> 1.01-7mdv2007.1
- unpack patch

* Sun Jan 01 2006 Mandriva Linux Team <http://www.mandrivaexpert.com/> 1.01-6mdk
- Rebuild

* Wed Jun 29 2005 Götz Waschk <waschk@mandriva.org> 1.01-5mdk
- update the patch for new liblzo

* Fri Jun 03 2005 Götz Waschk <waschk@mandriva.org> 1.01-4mdk
- patch for new lzo

* Thu Apr 21 2005 Götz Waschk <waschk@mandriva.org> 1.01-3mdk
- fix large file support (bug #15545)

* Sat May 15 2004 Götz Waschk <waschk@linux-mandrake.com> 1.01-2mdk
- fix buildrequires
- drop prefix