rpms/lrzip/F-8 lrzip.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Warren Togami (wtogami) fedora-extras-commits at redhat.com
Mon Nov 26 16:14:52 UTC 2007


Author: wtogami

Update of /cvs/pkgs/rpms/lrzip/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25477/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	lrzip.spec 
Log Message:
initial checkin



--- NEW FILE lrzip.spec ---
Name:           lrzip
Version:        0.18
Release:        1%{?dist}
Summary:        Compression program optimised for large files

Group:          Applications/File
License:        GPLv2+
URL:            http://ck.kolivas.org/apps/lrzip/
Source0:        http://ck.kolivas.org/apps/lrzip/lrzip-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  bzip2-devel lzo-devel

%description
Long Range ZIP or Lzma RZIP

This is a compression program optimised 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 100MB. 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
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING README
%{_bindir}/lrzip
%{_datadir}/man/man1/lrzip.1.gz


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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lrzip/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Nov 2007 16:07:56 -0000	1.1
+++ .cvsignore	26 Nov 2007 16:14:17 -0000	1.2
@@ -0,0 +1 @@
+lrzip-0.18.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lrzip/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Nov 2007 16:07:56 -0000	1.1
+++ sources	26 Nov 2007 16:14:17 -0000	1.2
@@ -0,0 +1 @@
+285c995f6d861c4125f6164ab0ab2368  lrzip-0.18.tar.bz2




More information about the fedora-extras-commits mailing list