Logoj0ke.net Open Build Service > Projects > multimedia > truecrypt > Changes
Sign Up | Log In

Changes of Revision 10

[-] Changed truecrypt.spec
x
 
1
@@ -10,11 +10,12 @@
2
 Obsoletes:      truecrypt-kmp =< 4.3a
3
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
4
 BuildRequires:  gcc-c++
5
-BuildRequires:  fuse-devel, wxWidgets-devel >= 2.8, pkg-config
6
+BuildRequires:  fuse-devel, wxWidgets-devel >= 2.8, pkg-config update-desktop-files
7
 License:        TrueCrypt License Version 2.0
8
 Group:          System/Libraries
9
 Url:            http://www.truecrypt.org
10
-Source:         %{name}-%{version}-source.tar.gz
11
+Source0:        %{name}-%{version}-source.tar.gz
12
+Source1:   %{name}.desktop
13
 Patch0:        %{name}-%{version}-wx.patch
14
 Summary:        Free open-source disk encryption software for Windows Vista/XP/2000 and Linux
15
 
16
@@ -40,7 +41,8 @@
17
 
18
 %install
19
 %{__install} -D -m 0755 Main/truecrypt %{buildroot}%{_bindir}/truecrypt
20
-
21
+%{__install} -D -m 0644 Resources/Icons/TrueCrypt-16x16.xpm %{buildroot}%{_datadir}/pixmaps/TrueCrypt-16x16.xpm
22
+%{__install} -D -m 0644 %{S:1} %{buildroot}%{_datadir}/applications/%{name}.desktop
23
 
24
 %clean
25
 %{__rm} -fr %{buildroot}
26
@@ -48,8 +50,13 @@
27
 %files
28
 %attr(0755,root,root) %{_bindir}/truecrypt
29
 %attr(0644,root,root) %doc Release/Setup\ Files/* Readme.txt
30
+%defattr(-,root,root,-)
31
+%{_datadir}/applications/%{name}.desktop
32
+%{_datadir}/pixmaps/TrueCrypt-16x16.xpm
33
 
34
 %changelog -n truecrypt
35
+* Sat Jul 19 2008 Carsten Schoene <cs@linux-administrator.com>
36
+- added desktop file
37
 * Fri Jul 18 2008 Carsten Schoene <cs@linux-administrator.com>
38
 - update to 6.0a
39
 * Sat Jul 05 2008 Carsten Schoene <cs@linux-administrator.com>
40
[+] Added truecrypt.desktop ^