]> git.pld-linux.org Git - packages/aespipe.git/blame - aespipe.spec
- converted to UTF-8
[packages/aespipe.git] / aespipe.spec
CommitLineData
33439464 1Summary: AES-encryption tool for tar/cpio and loop-aes images
150e789e 2Summary(pl.UTF-8): Narzędzie do szyfrowania AES dla tar/cpio i obrazów loop-aes
33439464 3Name: aespipe
cc8c79c5 4Version: 2.3c
a79faa6d 5Release: 1
33439464 6License: GPL
7Group: Applications
8Source0: http://loop-aes.sourceforge.net/aespipe/%{name}-v%{version}.tar.bz2
cc8c79c5 9# Source0-md5: ec2bfcd72cf800b0311d513a8720ed4d
33439464 10URL: http://loop-aes.sourceforge.net/
d7ebb6cf
JB
11BuildRequires: autoconf
12BuildRequires: automake
84866cc5 13BuildRequires: rpmbuild(macros) >= 1.213
33439464 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17aespipe is an encryption tool that reads from standard input and
18writes to standard output. It uses the AES (Rijndael) cipher.
19
20It can be used as an encryption filter, to create and restore
21encrypted tar/cpio backup archives and to read/write and convert
22loop-AES compatible encrypted images.
23
24aespipe can be used for non-destructive in-place encryption of
25existing disk partitions for use with the loop-AES encrypted loopback
26kernel module.
27
150e789e
JR
28%description -l pl.UTF-8
29aespipe to narzędzie do szyfrowania czytające ze standardowego wejścia
30i piszące na standardowe wyjście. Używa szyfru AES (Rijndael).
2b8383fd 31
150e789e
JR
32Może być używane jako filtr szyfrujący, do tworzenia i odtwarzania
33zaszyfrowanych archiwów kopii zapasowych tar/cpio oraz do
34zapisu/odczytu i konwersji zaszyfrowanych obrazów kompatybilnych z
2b8383fd
JB
35loop-aes.
36
150e789e
JR
37aespipe może być używane do niedestruktywnego szyfrowania "w miejscu"
38istniejących partycji do używania z modułem jądra szyfrowanego systemu
39plików po loopbacku loop-AES.
2b8383fd 40
33439464 41%prep
42%setup -q -n %{name}-v%{version}
43
44%build
45%{__aclocal}
46%{__autoconf}
47%configure
48%{__make} \
84866cc5 49%ifarch %{x8664}
33439464 50 amd64
51%endif
52%ifarch %{ix86}
53 x86
54%endif
55
56%install
57rm -rf $RPM_BUILD_ROOT
33439464 58install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
59
84866cc5
JB
60install aespipe $RPM_BUILD_ROOT%{_bindir}
61install bz2aespipe $RPM_BUILD_ROOT%{_bindir}
62install aespipe.1 $RPM_BUILD_ROOT%{_mandir}/man1
33439464 63
64%clean
65rm -rf $RPM_BUILD_ROOT
66
67%files
68%defattr(644,root,root,755)
69%doc ChangeLog README
70%attr(755,root,root) %{_bindir}/*
2b8383fd 71%{_mandir}/man1/*
This page took 0.148559 seconds and 4 git commands to generate.