]> git.pld-linux.org Git - packages/aespipe.git/blame - aespipe.spec
- updated to 2.4g
[packages/aespipe.git] / aespipe.spec
CommitLineData
33439464 1Summary: AES-encryption tool for tar/cpio and loop-aes images
8acd4af0 2Summary(pl.UTF-8): Narzędzie do szyfrowania AES dla tar/cpio i obrazów loop-aes
33439464 3Name: aespipe
689800ca 4Version: 2.4g
a79faa6d 5Release: 1
02967ba8
TP
6License: GPL, distributable
7Group: Applications/File
689800ca
JB
8Source0: https://loop-aes.sourceforge.net/aespipe/%{name}-v%{version}.tar.bz2
9# Source0-md5: c216c6c9e939fac69f859af0ad2fd8ef
10URL: https://loop-aes.sourceforge.net/
11BuildRequires: autoconf >= 2.50
d7ebb6cf 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}
02967ba8 43%{__patch} --forward README < aes-GPL.diff || :
33439464 44
45%build
46%{__aclocal}
47%{__autoconf}
02967ba8 48%configure \
689800ca 49%ifarch %{ix86} %{x8664} x32
02967ba8
TP
50 --enable-padlock \
51 --enable-intelaes \
689800ca 52%endif
33439464 53%ifarch %{ix86}
02967ba8
TP
54 --enable-asm=x86
55%endif
56%ifarch %{x8664}
57 --enable-asm=amd64
33439464 58%endif
59
02967ba8
TP
60%{__make}
61
33439464 62%install
63rm -rf $RPM_BUILD_ROOT
33439464 64
02967ba8
TP
65%{__make} install \
66 DESTDIR=$RPM_BUILD_ROOT
84866cc5 67install bz2aespipe $RPM_BUILD_ROOT%{_bindir}
33439464 68
69%clean
70rm -rf $RPM_BUILD_ROOT
71
72%files
73%defattr(644,root,root,755)
74%doc ChangeLog README
689800ca
JB
75%attr(755,root,root) %{_bindir}/aespipe
76%attr(755,root,root) %{_bindir}/bz2aespipe
77%{_mandir}/man1/aespipe.1*
This page took 0.071779 seconds and 4 git commands to generate.