lbzip2/lbzip2.spec
2012-02-02 01:56:08 +04:00

47 lines
1.2 KiB
RPMSpec

Name: lbzip2
Version: 2.1
Release: 1
Summary: Fast, multi-threaded bzip2 utility
Group: Archiving/Compression
License: GPLv2+
URL: http://lacos.hu/
Source0: http://lacos.web.elte.hu/pub/%{name}/%{name}-%{version}.tar.gz
BuildRequires: bzip2-devel >= 1.0.6, dash, sharutils
%description
lbzip2 is a multi-threaded implementation of bzip2, suited for serial and
parallel processing. On a multi-core computer, lbzip2 is commonly the fastest
bzip2 decompressor for most bz2 files found on the internet. (On dual-core
computers, the 7za utility from the p7zip package may prove more efficient.)
lbzip2 integrates nicely with GNU tar. Even on single-core computers, lbzip2
can speed up archiving in combination with tar, because lbzip2 allows
compression to overlap with disk usage to a greater extent than bzip2 does.
%prep
%setup -q
%build
%configure
%make
%install
%makeinstall_std
%files
%doc ChangeLog README
%{_bindir}/%{name}
%{_bindir}/lbzcat
%{_bindir}/lbunzip2
%doc %{_mandir}/man1/%{name}.1*
%doc %{_mandir}/man1/lbzcat.1*
%doc %{_mandir}/man1/lbunzip2.1*
%changelog
* Sun Nov 27 2011 Alexander Khrukin <akhrukin@mandriva.org> 2.1-1
+ Revision: 733779
- imported package lbzip2