SPECS: truecrypt.spec - rel 0.1, adapterized
mwinkler
mwinkler at pld-linux.org
Tue Oct 24 22:51:29 CEST 2006
Author: mwinkler Date: Tue Oct 24 20:51:29 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 0.1, adapterized
---- Files affected:
SPECS:
truecrypt.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/truecrypt.spec
diff -u SPECS/truecrypt.spec:1.2 SPECS/truecrypt.spec:1.3
--- SPECS/truecrypt.spec:1.2 Tue Oct 24 22:42:55 2006
+++ SPECS/truecrypt.spec Tue Oct 24 22:51:24 2006
@@ -6,10 +6,10 @@
%bcond_with verbose # verbose build (V=1)
Summary: TrueCrypt - Free Open-Source Disk Encryption Software
-#Summary(pl):
+#Summary(pl):
Name: truecrypt
Version: 4.2a
-Release: 0.2
+Release: 0.1
License: GPL
Group: Base/Kernel
Source0: %{name}-%{version}-source-code.tar.gz
@@ -26,25 +26,32 @@
%description
Main Features:
-* Creates a virtual encrypted disk within a file and mounts it as a real disk.
-* Encrypts an entire hard disk partition or a storage device such as USB flash drive.
-* Encryption is automatic, real-time (on-the-fly) and transparent.
-* Provides two levels of plausible deniability, in case an adversary forces you to reveal the password:
- 1) Hidden volume (steganography ? more information may be found here).
- 2) No TrueCrypt volume can be identified (volumes cannot be distinguished from random data).
-* Encryption algorithms: AES-256, Blowfish (448-bit key), CAST5, Serpent, Triple DES, and Twofish.
- Mode of operation: LRW (CBC supported as legacy).
+- Creates a virtual encrypted disk within a file and mounts it as a
+ real disk.
+- Encrypts an entire hard disk partition or a storage device such as
+ USB flash drive.
+- Encryption is automatic, real-time (on-the-fly) and transparent.
+- Provides two levels of plausible deniability, in case an adversary
+ forces you to reveal the password:
+ 1) Hidden volume (steganography ? more information may be
+ found here).
+ 2) No TrueCrypt volume can be identified (volumes cannot be
+ distinguished from random data).
+- Encryption algorithms: AES-256, Blowfish (448-bit key), CAST5,
+ Serpent, Triple DES, and Twofish. Mode of operation: LRW (CBC
+ supported as legacy).
%description -l pl
%package -n kernel%{_alt_kernel}-misc-%{name}
+Group: Base/Kernel
Summary: Kernel modules for %{name}
Summary(pl): Moduły jądra dla programu %{name}
Release: %{release}@%{_kernel_ver_str}
Group: base/kernel
%if %{with dist_kernel}
%requires_releq_kernel_up
-Requires(postun): %releq_kernel_up
+Requires(postun): %releq_kernel_up
%endif
Requires: %{name} = %{version}
Requires: modutils >= 2.4.6-4
@@ -52,13 +59,14 @@
%description -n kernel%{_alt_kernel}-misc-%{name}
%package -n kernel%{_alt_kernel}-smp-misc-%{name}
+Group: Base/Kernel
Summary: Kernel SMP modules for %{name}
Summary(pl): Moduły SMP jądra dla programu %{name}
-Release: %{release}
+Release: %{release}@%{_kernel_ver_str}
Group: base/kernel
%if %{with dist_kernel}
%requires_releq_kernel_smp
-Requires(postun): %releq_kernel_smp
+Requires(postun): %releq_kernel_smp
%endif
Requires: %{name} = %{version}
Requires: modutils >= 2.4.6-4
@@ -108,8 +116,8 @@
install -d $RPM_BUILD_ROOT/bin $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}{,smp}/misc
install Linux/Cli/%{name} $RPM_BUILD_ROOT/bin
-install -d $RPM_BUILD_ROOT/%{_mandir}/man1
-install Linux/Cli/Man/%{name}.1 $RPM_BUILD_ROOT/%{_mandir}/man1
+install -d $RPM_BUILD_ROOT%{_mandir}/man1
+install Linux/Cli/Man/%{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
for i in truecrypt; do
install Linux/Kernel/$i-%{?with_dist_kernel:up}%{!?with_dist_kernel:nondist}.ko \
@@ -158,6 +166,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2006/10/24 20:51:24 mwinkler
+- rel 0.1, adapterized
+
Revision 1.2 2006/10/24 20:42:55 mwinkler
- clean
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/truecrypt.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list