Summary: A file compression utility. Name: bzip2 Version: 0.9.5d Release: 1c Copyright: GPL Group: Applications/File Source: http://www.muraroa.demon.co.uk/bzip2-%{version}.tar.gz Patch0: bzip2-%{version}-shlib.patch Prefix: %{_prefix} BuildRequires: libtool BuildRoot: /var/tmp/%{name}-root %description Bzip2 is a freely available, patent-free, high quality data compressor. Bzip2 compresses files to within 10 to 15 percent of the capabilities of the best techniques available. However, bzip2 has the added benefit of being approximately two times faster at compression and six times faster at decompression than those techniques. Bzip2 is not the fastest compression utility, but it does strike a balance between speed and compression capability. Install bzip2 if you need a compression utility. %package devel Summary: Development tools for applications using bzip2 Group: Development/Libraries Requires: bzip2 = %{PACKAGE_VERSION} %description devel The bzip2-devel package contains the static libraries and header files needed for developing applications using bzip2. Install bzip2-devel if you need to develop applications using bzip2. You'll also need to install the bzip2 package. %prep %setup -q %patch0 -p1 -b .shlib %build make CFLAGS="$RPM_OPT_FLAGS" prefix=%{_prefix} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR="$RPM_BUILD_ROOT" prefix=%{_prefix} ( cd $RPM_BUILD_ROOT strip .%{_prefix}/bin/* || : cat > .%{_prefix}/bin/bzless < - devel part as a separate package. * Fri Oct 15 1999 Keisuke Fujii - upgrade to 0.9.5d. - built against linuxppc-1999 * Tue Aug 10 1999 Jeff Johnson - upgrade to 0.9.5c. * Mon Aug 9 1999 Bill Nottingham - install actual bzip2 binary, not libtool cruft. * Sun Aug 8 1999 Jeff Johnson - run ldconfig to get shared library. * Mon Aug 2 1999 Jeff Johnson - create shared libbz1.so.* library. * Sun Apr 4 1999 Jeff Johnson - update to bzip2-0.9.0c. * Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 4) * Thu Dec 17 1998 Cristian Gafton - build against glibc 2.1 * Wed Sep 30 1998 Cristian Gafton - force compilation with egcs to avoid gcc optimization bug (thank God we haven't been beaten by it) * Wed Sep 09 1998 Cristian Gafton - version 0.9.0b * Tue Sep 08 1998 Cristian Gafton - updated to 0.9.0 * Thu Apr 09 1998 Cristian Gafton - first build for Manhattan