Blob Blame History Raw
Name:           rzip
Version:        2.1
Release:        1%{?dist}
Summary:        A large-file compression program
Group:          Applications/File
License:        GPL
URL:            http://rzip.samba.org
Source0:        http://rzip.samba.org/ftp/rzip/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  bzip2-devel

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

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install INSTALL_BIN=$RPM_BUILD_ROOT%{_bindir} INSTALL_MAN=$RPM_BUILD_ROOT%{_mandir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING
%{_bindir}/rzip
%{_mandir}/man1/*

%changelog
* Sat Dec 30 2006 Paul P Komkoff Jr <i@stingr.net> - 2.1-1
- Added -L compression level option
- minor portability fixes
- fixed a bug that could cause some files to not be able to be uncompressed

* Sun Sep 10 2006 Paul P Komkoff Jr <i@stingr.net> - 2.0-3
- rebuild

* Sun Feb 19 2006 Paul P Komkoff Jr <i@stingr.net> - 2.0-2
- rebuild

* Sun Apr 24 2005 Paul P Komkoff Jr <i@stingr.net> - 2.0-1
- initial import.