]> git.pld-linux.org Git - packages/lunzip.git/blame - lunzip.spec
- updated to 1.14
[packages/lunzip.git] / lunzip.spec
CommitLineData
951f6d9a
JB
1Summary: lzip file decompressor
2Summary(pl.UTF-8): Dekompresor plików w formacie lzip
3Name: lunzip
b43ce633 4Version: 1.14
951f6d9a
JB
5Release: 1
6License: GPL v3+
7Group: Applications/Archiving
e7ff61aa 8Source0: http://download.savannah.gnu.org/releases/lzip/lunzip/%{name}-%{version}.tar.lz
b43ce633 9# Source0-md5: 9e67c3cc7ca71a11ea0b3ccdff737b14
951f6d9a
JB
10URL: http://savannah.nongnu.org/projects/lzip/
11BuildRequires: lzip
12BuildRequires: tar >= 1:1.22
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16Lunzip is a decompressor for lzip files. It is written in C and its
17small size makes it well suited for embedded devices or software
18installers that need to decompress files but do not need compression
19capabilities. Lunzip is fully compatible with lzip-1.4 or newer.
20
21%description -l pl.UTF-8
22Lunzip to dekompresor plików w formacie lzip. Jest napisany w C, a
23mały rozmiar pozwala używać go na systemach wbudowanych lub w
24instalatorach potrzebujących jedynie zdekompresować pliki, bez
25potrzeby kompresji. Lunzip jest w pełni kompatybilny z lzipem 1.4 i
26nowszymi wersjami.
27
28%prep
29%setup -q
30
31%build
32%configure
33%{__make}
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
38%{__make} install \
39 DESTDIR=$RPM_BUILD_ROOT
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
46%doc AUTHORS ChangeLog NEWS README
47%attr(755,root,root) %{_bindir}/lunzip
48%{_mandir}/man1/lunzip.1*
This page took 0.116958 seconds and 4 git commands to generate.