]> git.pld-linux.org Git - packages/lziprecover.git/blame - lziprecover.spec
- updated to 1.22
[packages/lziprecover.git] / lziprecover.spec
CommitLineData
10b2d0fb
JB
1Summary: Data recovery tool and decompressor for lzip files
2Summary(pl.UTF-8): Narzędzie do odzyskiwania danych i dekompresor dla plików lzip
3Name: lziprecover
ecdefc7a 4Version: 1.22
10b2d0fb
JB
5Release: 1
6License: GPL v3+
7Group: Applications/Archiving
6a400ba1 8Source0: http://download.savannah.gnu.org/releases/lzip/lziprecover/%{name}-%{version}.tar.lz
ecdefc7a 9# Source0-md5: 4dbef3b4d1617e3fa29e6bf1bdb094f6
10b2d0fb
JB
10Patch0: %{name}-info.patch
11URL: http://savannah.nongnu.org/projects/lzip/
12BuildRequires: libstdc++-devel
13BuildRequires: lzip
14BuildRequires: tar >= 1:1.22
15BuildRequires: texinfo
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19Lziprecover is a data recovery tool and decompressor for files in the
20lzip compressed data format (.lz), able to repair slightly damaged
21files, recover badly damaged files from two or more copies, extract
22data from damaged files, decompress files and test integrity of files.
23
24%description -l pl.UTF-8
25Lziprecover to narzędzie do odzyskiwania danych i dekompresor dla
26plików w formacie skompresowanym lzip (.lz), potrafiący naprawić
27nieznacznie uszkodzone pliki, odtworzyć bardziej uszkodzone pliki z
28dwóch lub większej liczby kopii, wydobyć dane z uszkodzonych plików,
29dekompresować pliki oraz testować integralność plików.
30
31%prep
32%setup -q
33%patch0 -p1
34
35%build
36%configure
37%{__make} all info
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%post -p /sbin/postshell
49-/usr/sbin/fix-info-dir -c %{_infodir}
50
51%postun -p /sbin/postshell
52-/usr/sbin/fix-info-dir -c %{_infodir}
53
54%files
55%defattr(644,root,root,755)
56%doc AUTHORS ChangeLog NEWS README
57%attr(755,root,root) %{_bindir}/lziprecover
58%{_mandir}/man1/lziprecover.1*
59%{_infodir}/lziprecover.info*
This page took 0.125255 seconds and 4 git commands to generate.