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