packages: truecrypt/truecrypt.spec up to 6.2a
tiwek
tiwek at pld-linux.org
Fri Oct 2 10:52:01 CEST 2009
Author: tiwek Date: Fri Oct 2 08:52:01 2009 GMT
Module: packages Tag: HEAD
---- Log message:
up to 6.2a
---- Files affected:
packages/truecrypt:
truecrypt.spec (1.36 -> 1.37)
---- Diffs:
================================================================
Index: packages/truecrypt/truecrypt.spec
diff -u packages/truecrypt/truecrypt.spec:1.36 packages/truecrypt/truecrypt.spec:1.37
--- packages/truecrypt/truecrypt.spec:1.36 Fri Oct 3 18:30:21 2008
+++ packages/truecrypt/truecrypt.spec Fri Oct 2 10:51:55 2009
@@ -8,21 +8,21 @@
%bcond_with gcc4 # use gcc4* packages for building
%endif
-%define wx_ver 2.8.7
+%define wx_ver 2.8.9
Summary: TrueCrypt - Free Open-Source Disk Encryption Software
Summary(pl.UTF-8): TrueCrypt - wolnodostępne oprogramowanie do szyfrowania dysków
Name: truecrypt
-Version: 6.0a
-Release: 0.2
-License: TrueCrypt License Version 2.4
+Version: 6.2a
+Release: 0.1
+License: TrueCrypt License Version 2.6
Group: Base/Kernel
-#Source0: http://ftp.uni-kl.de/pub/linux/archlinux/other/truecrypt/TrueCrypt-%{version}-Source.tar.gz
-# download through form from http://www.truecrypt.org/downloads2.php,
+# Source download through form from http://www.truecrypt.org/downloads2.php,
# then rename source file (spaces are not allowed in SourceX)
Source0: TrueCrypt-%{version}-Source.tar.gz
-# Source0-md5: 7281d485a175c161e90526447d9d3fd0
Source1: http://ftp.wxwidgets.org/pub/%{wx_ver}/wxWidgets-%{wx_ver}.tar.bz2
-# Source1-md5: e3455083afdf6404a569a8bf0701cf13
+Source2: ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs11.h
+Source3: ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs11f.h
+Source4: ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs11t.h
URL: http://www.truecrypt.org/
BuildRequires: gcc >= 5:4.0.0
BuildRequires: libfuse-devel
@@ -72,6 +72,8 @@
%prep
%setup -q -n %{name}-%{version}-source -a1
+cp %{SOURCE2} %{SOURCE3} %{SOURCE4} .
+
%build
%if %{without gui}
@@ -83,7 +85,8 @@
NOGUI=1 \
WX_ROOT=%{_builddir}/%{name}-%{version}-source/wxWidgets-%{wx_ver}
%{__make} \
- NOGUI=1
+ NOGUI=1 \
+ WXSTATIC=1
%else
%{__make} wxbuild \
CC="%{__cc}" \
@@ -91,7 +94,8 @@
CFLAGS="%{rpmcflags}" \
CXXFLAGS="%{rpmcxxflags}" \
WX_ROOT=%{_builddir}/%{name}-%{version}-source/wxWidgets-%{wx_ver}
-%{__make}
+%{__make} \
+ WXSTATIC=1
%endif
%install
@@ -116,6 +120,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.37 2009/10/02 08:51:55 tiwek
+up to 6.2a
+
Revision 1.36 2008/10/03 16:30:21 glen
- CC/CXX/CFLAGS/CXXFLAGS
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/truecrypt/truecrypt.spec?r1=1.36&r2=1.37&f=u
More information about the pld-cvs-commit
mailing list