File rzip.spec of Package rzip

#
# spec file for package rzip (Version 2.1)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild

Name:           rzip
BuildRequires:  libbz2-devel
Summary:        A large-file compression program
Version:        2.1
Release:        29
Group:          Productivity/Archiving/Compression
License:        GNU General Public License (GPL)
URL:            http://rzip.samba.org/
Source:         %{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
rzip is a compression program, similar in functionality to gzip or
bzip2, but able to take advantage long distance redundencies in files,
which can sometimes allow rzip to produce much better compression
ratios than other programs.



Authors:
--------
    Andrew Tridgell <http://samba.org/~tridge/>

%prep
%setup -q

%build
./configure --prefix=/usr
make CFLAGS="$RPM_OPT_FLAGS"

%install
make install INSTALL_BIN=$RPM_BUILD_ROOT/%{_bindir} INSTALL_MAN=$RPM_BUILD_ROOT%{_mandir}

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%{_bindir}/*
%{_mandir}/man*/*

%changelog
* Sat Mar 24 2007 - aj@suse.de
- Add libbz2-devel to BuildRequires.
* Fri Aug 11 2006 - schwab@suse.de
- Update to rzip 2.1.
  * No release notes.
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Nov 02 2005 - schwab@suse.de
- Initial version 2.0
openSUSE Build Service is sponsored by