]> git.pld-linux.org Git - packages/tarlz.git/blame - tarlz.spec
typo
[packages/tarlz.git] / tarlz.spec
CommitLineData
e783729b 1Summary: Parallel combined implementation of tar archiver and lzip compressor
97ef730d 2Summary(pl.UTF-8): Równoległa, połączona implementacja archiwizera tar oraz kompresora lzip
e783729b
JB
3Name: tarlz
4Version: 0.15
5Release: 1
2202c7a4 6License: GPL v2+
e783729b
JB
7Group: Applications/Archiving
8Source0: http://download.savannah.gnu.org/releases/lzip/tarlz/%{name}-%{version}.tar.lz
9# Source0-md5: 8b2ba09c63c0621e930f92413bbd619c
10Patch0: %{name}-info.patch
11URL: http://savannah.nongnu.org/projects/lzip/
12BuildRequires: libstdc++-devel
13BuildRequires: lzip
14BuildRequires: lzlib-devel
15BuildRequires: tar >= 1:1.22
16BuildRequires: texinfo
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20Tarlz is a massively parallel (multi-threaded) combined implementation
21of the tar archiver and the lzip compressor. Tarlz creates, lists and
22extracts archives in a simplified posix pax format compressed with
23lzip, keeping the alignment between tar members and lzip members. This
24method adds an indexed lzip layer on top of the tar archive, making it
25possible to decode the archive safely in parallel. The resulting
26multimember tar.lz archive is fully backward compatible with standard
27tar tools like GNU tar, which treat it like any other tar.lz archive.
28Tarlz can append files to the end of such compressed archives.
29
30%description -l pl.UTF-8
31Tarlz to intensywnie zrównoleglona (wielowątkowa) połączona
32implementacja archiwizera tar oraz kompresora lzip. Tarlz tworzy,
33wypisuje zawartość oraz rozpakowuje archiwa w uproszczonym formacie
34posix pax, skompresowane przy użyciu lzipa, z zachowaniem wyrównań
35pomiędzy elementami archiwum tar oraz elementami lzipa. Ta metoda
36dodaje indeksowaną warstwę lzip powyżej archiwum tar, dzięki czemu
37można bezpiecznie dekodować równolegle archiwum. Wynikowe archiwum
38tar.lz z wieloma plikami jest w pełni wstecznie kompatybilne ze
39standardowymi narzędziami tar, takimi jak GNU tar, traktującymi
40takie archiwa identycznie, jak inne archiwa tar.lz. Tarlz potrafi
41dołączać pliki na końcu takich skompresowanych archiwów.
42
43%prep
44%setup -q
45%patch0 -p1
46
47%build
48%configure
49%{__make} all info
50
51%install
52rm -rf $RPM_BUILD_ROOT
53
54%{__make} install \
55 DESTDIR=$RPM_BUILD_ROOT
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%post -p /sbin/postshell
61-/usr/sbin/fix-info-dir -c %{_infodir}
62
63%postun -p /sbin/postshell
64-/usr/sbin/fix-info-dir -c %{_infodir}
65
66%files
67%defattr(644,root,root,755)
68%doc AUTHORS ChangeLog NEWS README
69%attr(755,root,root) %{_bindir}/tarlz
70%{_mandir}/man1/tarlz.1*
71%{_infodir}/tarlz.info*
This page took 0.099936 seconds and 4 git commands to generate.