SPECS: lrzip.spec (NEW) - new

glen glen at pld-linux.org
Mon Oct 30 22:24:50 CET 2006


Author: glen                         Date: Mon Oct 30 21:24:50 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   lrzip.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/lrzip.spec
diff -u /dev/null SPECS/lrzip.spec:1.1
--- /dev/null	Mon Oct 30 22:24:50 2006
+++ SPECS/lrzip.spec	Mon Oct 30 22:24:44 2006
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+Summary:	Long Range ZIP or Lzma RZIP
+Name:		lrzip
+Version:	0.13
+Release:	0.3
+License:	GPL v2
+Group:		Applications/Archiving
+Source0:	http://ck.kolivas.org/apps/lrzip/%{name}-%{version}.tar.bz2
+# Source0-md5:	d1fd644d631c523a779eee4eb5b14542
+Patch0:		%{name}-lzolib.patch
+Patch1:		%{name}-escape.patch
+Patch2:		%{name}-lzma.patch
+Patch3:		%{name}-DESTDIR.patch
+URL:		http://ck.kolivas.org/apps/lrzip/
+BuildRequires:	bzip2-devel
+BuildRequires:	lzma-devel >= 4.43-2
+BuildRequires:	lzo-devel
+ExclusiveArch:	%{ix86}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+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 much
+always faster than bzip2.
+
+%prep
+%setup -q
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+
+rm -rf lzma # lzma 4.43
+
+%build
+%{__aclocal}
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/lrzip
+%{_mandir}/man1/lrzip.1*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/10/30 21:24:44  glen
+- new
+
================================================================


More information about the pld-cvs-commit mailing list