rpms/gpa/devel gpa-0.7.6-desktop.patch, NONE, 1.1 gpa.spec, 1.18, 1.19 gpa-0.7.3-dt.patch, 1.2, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon May 5 13:26:49 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/gpa/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17365

Modified Files:
	gpa.spec 
Added Files:
	gpa-0.7.6-desktop.patch 
Removed Files:
	gpa-0.7.3-dt.patch 
Log Message:
* Mon May 05 2008 Rex Dieter <rdieter at fedoraproject.org> - 0.7.6-5
- BR: gnupg (#440849)
- validate .desktop file


gpa-0.7.6-desktop.patch:

--- NEW FILE gpa-0.7.6-desktop.patch ---
diff -up gpa-0.7.6/gpa.desktop.dt gpa-0.7.6/gpa.desktop
--- gpa-0.7.6/gpa.desktop.dt	2005-10-06 10:17:35.000000000 -0500
+++ gpa-0.7.6/gpa.desktop	2008-05-05 08:22:40.000000000 -0500
@@ -1,9 +1,8 @@
 [Desktop Entry]
-Name=GNU Privacy Assistant
-Name[en_US.ISO8859-1]=GNU Privacy Assistant
+Name=GPA
+Comment=GNU Privacy Assistant
 Exec=gpa
-Icon=gpa.png
+Icon=gpa
 Terminal=false
-Encoding=UTF-8
 Type=Application
-Categories=GTK;Application;Security;Utility;
+Categories=GTK;Security;Utility;


Index: gpa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gpa/devel/gpa.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- gpa.spec	19 Feb 2008 21:12:41 -0000	1.18
+++ gpa.spec	5 May 2008 13:26:06 -0000	1.19
@@ -2,7 +2,7 @@
 Name:	 gpa
 Summary: Graphical user interface for GnuPG
 Version: 0.7.6
-Release: 4%{?dist} 
+Release: 5%{?dist}
 
 License: GPLv2+
 Group:   Applications/System
@@ -12,12 +12,14 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Patch1:   gpa-0.7.3-keyservers.patch
-Patch2:   gpa-0.7.3-dt.patch
+Patch2:   gpa-0.7.6-desktop.patch
 
+BuildRequires: desktop-file-utils
+BuildRequires: gettext
+BuildRequires: gnupg
+BuildRequires: gpgme-devel
 BuildRequires: gtk2-devel
 BuildRequires: zlib-devel
-BuildRequires: gpgme-devel
-BuildRequires: gettext
 
 %description
 GNU Privacy Assistant (GPA) is a graphical frontend for the GNU
@@ -49,6 +51,10 @@
 %find_lang %{name}
 
 
+%check
+desktop-file-validate %{buildroot}%{_datadir}/applications/gpa.desktop
+
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -72,6 +78,10 @@
 
 
 %changelog
+* Mon May 05 2008 Rex Dieter <rdieter at fedoraproject.org> - 0.7.6-5
+- BR: gnupg (#440849)
+- validate .desktop file
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.7.6-4
 - Autorebuild for GCC 4.3
 


--- gpa-0.7.3-dt.patch DELETED ---




More information about the fedora-extras-commits mailing list