Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
truecrypt
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 8
[-]
[+]
Added
truecrypt.spec
@@ -0,0 +1,73 @@ +# +# This file and all modifications and additions to the pristine +# package are under the same license as the package itself. +# +# norootforbuild + +Name: truecrypt +Version: 5.1 +Release: 1 +Obsoletes: truecrypt-kmp =< 4.3a +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: gcc-c++ +BuildRequires: fuse-devel, wxGTK-devel >= 2.8.0 +License: TrueCrypt License Version 2.0 +Group: System/Libraries +Url: http://www.truecrypt.org +Source: truecrypt-%{version}-source.tar.gz +# Borrowed from gentoo and Fedora:-) +Patch0: %{name}-%{version}-wx.patch +Patch1: truecrypt-5.1-64bit.patch +Patch2: truecrypt-5.1-bool.patch +Patch3: %{name}-%{version}-nogui.patch +Summary: Free open-source disk encryption software for Windows Vista/XP/2000 and Linux + +%description +TrueCrypt is a software system for establishing and maintaining an on-the-fly-encrypted volume (data storage device). + +On-the-fly encryption means that data are automatically encrypted or decrypted right before they are loaded or saved, without any user intervention. +No data stored on an encrypted volume can be read (decrypted) without using the correct password/keyfile(s) or correct encryption keys. + +Entire file system is encrypted (i.e., file names, folder names, contents of every file, and free space). + +Authors: +-------- + - TrueCrypt Foundation <ennead@truecrypt.org> + - Paul Le Roux + +%prep +%setup -n truecrypt-%{version}-source +%patch0 -p1 +#%patch1 -p1 +#%patch2 -p1 + +%build +make + +%install +%{__install} -D -m 0755 Main/truecrypt %{buildroot}%{_bindir}/truecrypt + + +%clean +%{__rm} -fr %{buildroot} + +%files +#%defattr(-, root, root,-) +%attr(0755,root,root) %{_bindir}/truecrypt +%doc Release/Setup\ Files/* Readme.txt + +%changelog -n truecrypt +* Thu Feb 21 2008 - dmacvicar@suse.de +- update to 5.0a +* Sun Sep 23 2007 - dmacvicar@suse.de +- fix build on 10.3 and Factory +* Thu Sep 6 2007 - dmacvicar@suse.de +- Add dependency on the kernel module +* Mon May 21 2007 - dmacvicar@suse.de +- Update to 4.3a +* Mon Aug 21 2006 - dmacvicar@suse.de +- Add patches from Gentoo to compile on 2.6.18 +* Mon Jul 3 2006 - dmacvicar@suse.de +- Update to 4.2a +* Thu Jun 01 2006 - dmacvicar@suse.de +- initial package of 4.2