SPECS: truecrypt.spec - up to 4.3a - rel 0.1
mwinkler
mwinkler at pld-linux.org
Sat Jun 2 17:11:19 CEST 2007
Author: mwinkler Date: Sat Jun 2 15:11:19 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 4.3a
- rel 0.1
---- Files affected:
SPECS:
truecrypt.spec (1.21 -> 1.22)
---- Diffs:
================================================================
Index: SPECS/truecrypt.spec
diff -u SPECS/truecrypt.spec:1.21 SPECS/truecrypt.spec:1.22
--- SPECS/truecrypt.spec:1.21 Thu Apr 12 17:17:48 2007
+++ SPECS/truecrypt.spec Sat Jun 2 17:11:14 2007
@@ -14,20 +14,16 @@
Summary: TrueCrypt - Free Open-Source Disk Encryption Software
Summary(pl.UTF-8): TrueCrypt - wolnodostępne oprogramowanie do szyfrowania dysków
Name: truecrypt
-Version: 4.2a
-%define _rel 0.6
+Version: 4.3a
+%define _rel 0.1
Release: %{_rel}
License: GPL
Group: Base/Kernel
# from truecrypt.org
Source0: %{name}-%{version}-source-code.tar.gz
-# Source0-md5: 6e60ead403fe23355f61341ccce68ff1
-Patch0: %{name}-build.patch
-Patch1: %{name}-4.2a_kernel-2.6.18-rc1_fix.patch
-Patch2: %{name}-init_work-2.6.20-fix.patch
-Patch3: %{name}-blk_congestion_wait-2.6.20-fix.patch
-Patch4: %{name}-dm_dev.patch
-Patch5: %{name}-kmem_cache-2.6.20-fix.patch
+# Source0-md5: 8f2536eae16e6044a22b2a82c7003357
+Patch0: %{name}-4.2a_kernel-2.6.18-rc1_fix.patch
+Patch1: %{name}-dm_dev.patch
URL: http://www.truecrypt.org/
BuildRequires: rpmbuild(macros) >= 1.379
%if %{with kernel}
@@ -89,13 +85,9 @@
Moduły jądra Linuksa dla TrueCrypta
%prep
-%setup -q
+%setup -q -n %{name}-%{version}-source-code
%patch0 -p1
%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
%build
%if %{with kernel}
@@ -148,7 +140,7 @@
%endif
%if %{with kernel}
-%install_kernel_modules -m Linux/Kernel/truecrypt -d kernel/misc
+%install_kernel_modules -m Linux/Kernel/truecrypt -d misc
%endif
%clean
@@ -171,7 +163,7 @@
%if %{with kernel}
%files -n kernel%{_alt_kernel}-misc-%{name}
%defattr(644,root,root,755)
-/lib/modules/%{_kernel_ver}/kernel/misc/*.ko*
+/lib/modules/%{_kernel_ver}/misc/*.ko*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -179,6 +171,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.22 2007/06/02 15:11:14 mwinkler
+- up to 4.3a
+- rel 0.1
+
Revision 1.21 2007/04/12 15:17:48 shadzik
- proper kernel-module-build version
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/truecrypt.spec?r1=1.21&r2=1.22&f=u
More information about the pld-cvs-commit
mailing list