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