Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > f5522ac928338ed00c52034832902d01 > files > 2

lzop-1.00-2mdk.src.rpm

%define name lzop
%define version 1.00
%define release 2mdk

Summary: LZO fast file compressor
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: Archiving/Compression
BuildRoot: %{_tmppath}/%{name}-buildroot
Prefix: %{_prefix}
BuildRequires: liblzo1-devel
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

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Fri Dec 27 2002 Götz Waschk <waschk@linux-mandrake.com> 1.00-2mdk
- rebuild

* Sun May 26 2002 Götz Waschk <waschk@linux-mandrake.com> 1.00-1mdk
- initial package