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