[packages/lunzip] - new

qboosh qboosh at pld-linux.org
Sun Nov 24 20:28:13 CET 2013


commit 951f6d9a8fbc49e86abd748f8b2f1bb2763a3099
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Nov 24 20:29:01 2013 +0100

    - new

 lunzip.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)
---
diff --git a/lunzip.spec b/lunzip.spec
new file mode 100644
index 0000000..13c25f8
--- /dev/null
+++ b/lunzip.spec
@@ -0,0 +1,48 @@
+Summary:	lzip file decompressor
+Summary(pl.UTF-8):	Dekompresor plików w formacie lzip
+Name:		lunzip
+Version:	1.4
+Release:	1
+License:	GPL v3+
+Group:		Applications/Archiving
+Source0:	http://download.savannah.gnu.org/releases/lzip/%{name}-%{version}.tar.lz
+# Source0-md5:	d92d624424451fd30f259c2488313dbe
+URL:		http://savannah.nongnu.org/projects/lzip/
+BuildRequires:	lzip
+BuildRequires:	tar >= 1:1.22
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Lunzip is a decompressor for lzip files. It is written in C and its
+small size makes it well suited for embedded devices or software
+installers that need to decompress files but do not need compression
+capabilities. Lunzip is fully compatible with lzip-1.4 or newer.
+
+%description -l pl.UTF-8
+Lunzip to dekompresor plików w formacie lzip. Jest napisany w C, a
+mały rozmiar pozwala używać go na systemach wbudowanych lub w
+instalatorach potrzebujących jedynie zdekompresować pliki, bez
+potrzeby kompresji. Lunzip jest w pełni kompatybilny z lzipem 1.4 i
+nowszymi wersjami.
+
+%prep
+%setup -q
+
+%build
+%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 AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/lunzip
+%{_mandir}/man1/lunzip.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lunzip.git/commitdiff/951f6d9a8fbc49e86abd748f8b2f1bb2763a3099



More information about the pld-cvs-commit mailing list