]> git.pld-linux.org Git - packages/lunzip.git/commitdiff
- new auto/th/lunzip-1.4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 24 Nov 2013 19:29:01 +0000 (20:29 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 24 Nov 2013 19:29:01 +0000 (20:29 +0100)
lunzip.spec [new file with mode: 0644]

diff --git a/lunzip.spec b/lunzip.spec
new file mode 100644 (file)
index 0000000..13c25f8
--- /dev/null
@@ -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*
This page took 0.221299 seconds and 4 git commands to generate.