SPECS: truecrypt.spec - corrected Group, added todos
glen
glen at pld-linux.org
Wed Oct 25 01:14:40 CEST 2006
Author: glen Date: Tue Oct 24 23:14:40 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- corrected Group, added todos
---- Files affected:
SPECS:
truecrypt.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/truecrypt.spec
diff -u SPECS/truecrypt.spec:1.3 SPECS/truecrypt.spec:1.4
--- SPECS/truecrypt.spec:1.3 Tue Oct 24 22:51:24 2006
+++ SPECS/truecrypt.spec Wed Oct 25 01:14:35 2006
@@ -1,10 +1,15 @@
# $Revision$, $Date$
+# TODO
+# - requires modutils???
+# - missing kernel-module-build BR?
+# - License: specfile from r1.1 contained different License than GPL
+#
# Conditional build:
%bcond_without dist_kernel # allow non-distribution kernel
%bcond_without kernel # don't build kernel modules
%bcond_without smp # don't build SMP module
%bcond_with verbose # verbose build (V=1)
-
+#
Summary: TrueCrypt - Free Open-Source Disk Encryption Software
#Summary(pl):
Name: truecrypt
@@ -15,7 +20,7 @@
Source0: %{name}-%{version}-source-code.tar.gz
Patch0: %{name}-build.patch
Patch1: %{name}-4.2a_kernel-2.6.18-rc1_fix.patch
-URL: http://www.truecrypt.org
+URL: http://www.truecrypt.org/
%if %{with kernel}
Requires(post,postun): /sbin/depmod
%endif
@@ -25,7 +30,6 @@
%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
@@ -35,7 +39,7 @@
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
+ 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
@@ -44,11 +48,10 @@
%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
+Group: Base/Kernel
%if %{with dist_kernel}
%requires_releq_kernel_up
Requires(postun): %releq_kernel_up
@@ -59,11 +62,10 @@
%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}@%{_kernel_ver_str}
-Group: base/kernel
+Group: Base/Kernel
%if %{with dist_kernel}
%requires_releq_kernel_smp
Requires(postun): %releq_kernel_smp
@@ -166,6 +168,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2006/10/24 23:14:35 glen
+- corrected Group, added todos
+
Revision 1.3 2006/10/24 20:51:24 mwinkler
- rel 0.1, adapterized
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/truecrypt.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list