]> git.pld-linux.org Git - packages/pdlzip.git/blob - pdlzip.spec
0e94e6af68c14b68f670512ca5f758ff183669a7
[packages/pdlzip.git] / pdlzip.spec
1 Summary:        Public domain version of lzip
2 Summary(pl.UTF-8):      Wersja lzipa wydana jako Public Domain
3 Name:           pdlzip
4 Version:        1.8
5 Release:        1
6 License:        Public Domain
7 Group:          Applications/Archiving
8 Source0:        http://download.savannah.gnu.org/releases/lzip/pdlzip/%{name}-%{version}.tar.lz
9 # Source0-md5:  e16b4a38e718e890df01331d07efba41
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 Pdlzip is a lossless data compressor with a user interface similar to
17 the one of lzip, bzip2 or gzip.
18
19 Pdlzip uses the lzip file format; the files produced by pdlzip are
20 (hope)fully compatible with lzip-1.4 or newer. Pdlzip is in fact a
21 "public domain" version of the lzip data compressor.
22
23 %description -l pl.UTF-8
24 Pdlzip to bezstratny kompresor danych z interfejsem użytkownika
25 podobnym do programów lzip, bzip2 i gzip.
26
27 Pdlzip wykorzystuje format plików lzip; pliki wytworzone pdlzipem
28 powinny być zgodne z lzipem 1.4 lub nowszym. Pdlzip to właściwie
29 wersja kompresora lzip wydana jako "public domain".
30
31 %prep
32 %setup -q
33
34 %build
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS ChangeLog NEWS README
50 %attr(755,root,root) %{_bindir}/pdlzip
51 %{_mandir}/man1/pdlzip.1*
This page took 0.101821 seconds and 2 git commands to generate.