[packages/xlunzip] - new, for lz compatibility testing

qboosh qboosh at pld-linux.org
Sun May 26 14:11:15 CEST 2019


commit 1aaaf3e84f07105e6a47eee23aa0052ffc273ab0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun May 26 14:11:57 2019 +0200

    - new, for lz compatibility testing

 xlunzip.spec | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)
---
diff --git a/xlunzip.spec b/xlunzip.spec
new file mode 100644
index 0000000..1505dcb
--- /dev/null
+++ b/xlunzip.spec
@@ -0,0 +1,45 @@
+Summary:	Test tool for lzip_decompress Linux kernel module
+Summary(pl.UTF-8):	Narzędzie testowe dla modułu jądra Linuksa lzip_decompress
+Name:		xlunzip
+Version:	0.4
+Release:	1
+License:	GPL v2+
+Group:		Applications/Archiving
+Source0:	http://download.savannah.gnu.org/releases/lzip/xlunzip/%{name}-%{version}.tar.lz
+# Source0-md5:	08b83c6e34386ca3239b04b71df56d2d
+URL:		http://savannah.nongnu.org/projects/lzip/
+BuildRequires:	lzip
+BuildRequires:	tar >= 1:1.22
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Xlunzip is a test tool for the lzip_decompress Linux kernel module.
+It's similar to lunzip, but it uses lzip_decompress module code as a
+backend.
+
+%description -l pl.UTF-8
+Xlunzip to narzędzie testowe dla modułu jądra Linuksa lzip_decompress.
+Jest podobne do narzędzia lunzip, ale wewnętrznie wykorzystuja kod
+modułu lzip_decompress.
+
+%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}/xlunzip
+%{_mandir}/man1/xlunzip.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xlunzip.git/commitdiff/1aaaf3e84f07105e6a47eee23aa0052ffc273ab0



More information about the pld-cvs-commit mailing list