Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 44d333b0063169a172a45226cf3e2de1 > files > 2

lrzip-0.551-2.fc15.src.rpm

Name:           lrzip
Version:        0.551
Release:        2%{?dist}
Summary:        Compression program optimized for large files

Group:          Applications/File
License:        GPLv2+
URL:            http://ck.kolivas.org/apps/%{name}/
Source0:        http://ck.kolivas.org/apps/%{name}/%{name}-%{version}.tar.bz2

BuildRequires:  bzip2-devel lzo-devel zlib-devel
%ifarch x86
BuildRequires:  nasm
%endif

%description
Long Range ZIP or Lzma RZIP

This is a compression program optimized for large files. The larger the file
and the more memory you have, the better the compression advantage this will
provide, especially once the files are larger than 100 MB. The advantage can
be chosen to be either size (much smaller than bzip2) or speed (much faster
than bzip2). Decompression is always much faster than bzip2.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
make install DESTDIR=$RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS BUGS ChangeLog COPYING
%doc README README-NOT-BACKWARD-COMPATIBLE TODO WHATS-NEW
%doc doc/*
%{_bindir}/*
%{_mandir}/man1/*.1.gz
%{_mandir}/man5/*.5.gz


%changelog
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.551-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

* Mon Dec 13 2010 Petr Pisar <ppisar@redhat.com> - 0.551-1
- 0.551 bump
- Upstream changed compresion level scale. Maximal level is 7 now.

* Thu Dec 09 2010 Petr Pisar <ppisar@redhat.com> - 0.544-1
- 0.544 bump

* Thu Dec 02 2010 Petr Pisar <ppisar@redhat.com> - 0.543-1
- 0.543 bump

* Tue Nov 23 2010 Petr Pisar <ppisar@redhat.com> - 0.542-1
- 0.542 bump

* Fri Nov 19 2010 Petr Pisar <ppisar@redhat.com> - 0.541-1
- 0.541 bump

* Mon Nov 01 2010 Petr Pisar <ppisar@redhat.com> - 0.47-1
- 0.47 bump
- Drop unneeded patches
- Remove obsolete BuildRoot

* Mon Aug  9 2010 Petr Pisar <ppisar@redhat.com> - 0.46-1
- 0.46 bump (bug #606722)
- Version 0.40 breaks backward compatibility (archive format)
- Fix package description spelling

* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Fri Jul 18 2008 Shawn Starr <spstarr@fedoraproject.org> 0.23-1
- New upstream release

* Fri Feb 08 2008 Warren Togami <wtogami@redhat.com> 0.19-1
- 0.19 and rebuild for gcc-4.3

* Mon Nov 12 2007 Warren Togami <wtogami@redhat.com> 0.18-1
- initial package