]> git.pld-linux.org Git - packages/lzd.git/blob - lzd.spec
- up to 0.9
[packages/lzd.git] / lzd.spec
1 Summary:        Simplified decompressor for lzip files
2 Summary(pl.UTF-8):      Uproszczony dekompresor plików lzip
3 Name:           lzd
4 Version:        0.9
5 Release:        1
6 License:        Free
7 Group:          Applications/Archiving
8 Source0:        http://download.savannah.gnu.org/releases/lzip/lzd/%{name}-%{version}.tar.lz
9 # Source0-md5:  80511096e15d222759087eee84a7efe4
10 URL:            http://savannah.nongnu.org/projects/lzip/
11 BuildRequires:  libstdc++-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Lzd is a simplified decompressor for lzip files with an educational
16 purpose. Studying its source is a good first step to understand how
17 lzip works. It is not safe to use lzd for any real work.
18
19 %description -l pl.UTF-8
20 Lzd to uproszczony dekompresor plików lzip napisany z myślą o celach
21 edukacyjnych. Studiowanie jego źródeł to pierwszy krok do zrozumienia,
22 jak działa lzip. Używanie lzd do rzeczywistych zastosowań nie jest
23 bezpieczne.
24
25 %prep
26 %setup -q
27
28 %build
29 %configure
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc AUTHORS ChangeLog NEWS README
44 %attr(755,root,root) %{_bindir}/lzd
This page took 0.05105 seconds and 3 git commands to generate.