Name: lbzip2 Version: 2.5 Release: 1 Summary: Fast, multi-threaded bzip2 utility Group: Applications/File License: GPLv2+ URL: https://github.com/kjn/lbzip2 Source0: https://github.com/downloads/kjn/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description lbzip2 is an independent, multi-threaded implementation of bzip2. It is commonly the fastest SMP (and uniprocessor) bzip2 compressor and decompressor. lbzip2 integrates nicely with GNU tar. %prep %setup -q %build ./configure \ --prefix=%{_prefix} \ --mandir=%{_mandir} \ make %{?_smp_mflags} %install [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} make install DESTDIR=${RPM_BUILD_ROOT} strip ${RPM_BUILD_ROOT}%{_bindir}/* || : cd ${RPM_BUILD_ROOT} mkdir -p usr/bin cd usr/bin ln -sf ../..%{_bindir}/* . %clean [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,system,-) %doc AUTHORS COPYING ChangeLog* NEWS README %{_bindir}/* %{_mandir}/man1/* /usr/bin/* %changelog * Thu Mar 27 2014 Michael Perzl - 2.5-1 - updated to version 2.5 * Mon Mar 17 2014 Michael Perzl - 2.4-1 - updated to version 2.4 * Tue Aug 07 2012 Michael Perzl - 2.2-1 - updated to version 2.2 * Thu Dec 22 2011 Michael Perzl - 2.1-2 - fixed list of dependencies, new homepage and new project description * Thu Nov 24 2011 Michael Perzl - 2.1-1 - updated to version 2.1 * Mon Nov 07 2011 Michael Perzl - 0.23-1 - first version for AIX V5.1 and higher