Blob Blame History Raw
Name: lzop
Version: 1.01
Release: 0.fdr.1.2
Epoch: 0
Summary: A real-time file compressor.

Group: Applications/Archiving
License: GPL
URL: http://www.lzop.org/
Source: http://www.lzop.org/download/lzop-%{version}.tar.gz
Patch0: lzop-1.01-gcc29.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: lzo-devel

%description
lzop is a compression utility which is designed to be a companion to gzip. It
is based on the LZO library and its main advantages over gzip are much higher
compression and decompression speed at the cost of compression ratio.

lzop was designed with reliability, speed, portibility and as a reasonable
drop-in compatiblity to gzip.

%prep
%setup
%patch0

%build
%configure
make %{?_smp_mflags}

%install
rm -fr %{buildroot}
%makeinstall

%clean
rm -fr %{buildroot}

%files
%defattr(0644, root, root, 0755)
%doc AUTHORS NEWS README THANKS
%doc %{_mandir}/man?/*
%attr(0755,root,root) %{_bindir}/*

%changelog
* 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)