http://bugzilla.rpmfusion.org/show_bug.cgi?id=25
--- Comment #27 from leigh scott <leigh123linux(a)fedoraproject.org> 2009-07-04
00:51:47 ---
* Possible licensing problems (send an email to ennead(a)truecrypt.org
or
syncon(a)truecrypt.org asking for clarification about redistributing TrueCrypt in
RPM format)
I have sent emails to both email addresses.
Hi,
Can you tell me if it's OK redistribute TrueCrypt packaged in
RPM format for rpmfusion?
http://rpmfusion.org/
Here's the spec file and srpm for your inspection.
http://leigh123linux.fedorapeople.org/pub/review/truecrypt/5/
here's a list of files in the rpm
[root@localhost Desktop]# rpm -qa --filesbypkg truecrypt
truecrypt /etc/pam.d/truecrypt
truecrypt /etc/security/console.apps/truecrypt
truecrypt /usr/bin/truecrypt
truecrypt /usr/sbin/truecrypt
truecrypt /usr/share/applications/truecrypt.desktop
truecrypt /usr/share/doc/truecrypt-6.2a
truecrypt /usr/share/doc/truecrypt-6.2a/License.txt
truecrypt /usr/share/doc/truecrypt-6.2a/Readme.txt
truecrypt /usr/share/doc/truecrypt-6.2a/TrueCrypt User
Guide.pdf
truecrypt /usr/share/icons/hicolor/48x48/apps/truecrypt.png
[root@localhost Desktop]#
It contains your License.txt
The only modification to the source code is
--- truecrypt-6.2a-source/Makefile.orig
+++ truecrypt-6.2a-source/Makefile
@@ -85,7 +85,7 @@
ifeq "$(TC_BUILD_CONFIG)" "Release"
-C_CXX_FLAGS += -O2 -fno-strict-aliasing # Do not enable strict aliasing
+C_CXX_FLAGS += $(RPM_OPT_FLAGS)
export WX_BUILD_DIR ?= $(BASE_DIR)/wxrelease
WX_CONFIGURE_FLAGS += --disable-debug_flag --disable-debug_gdb
--disable-debug_info
Here's the package review.
https://bugzilla.rpmfusion.org/show_bug.cgi?id=25
Thanks
Leigh Scott
--
Configure bugmail:
http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.