rpms/xfwm4/F-11 xfwm4.spec,1.36,1.37

Christoph Wickert cwickert at fedoraproject.org
Sun Sep 20 05:22:58 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/xfwm4/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23604/F-11

Modified Files:
	xfwm4.spec 
Log Message:
validate desktop files


Index: xfwm4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfwm4/F-11/xfwm4.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- xfwm4.spec	20 Sep 2009 04:55:01 -0000	1.36
+++ xfwm4.spec	20 Sep 2009 05:22:58 -0000	1.37
@@ -39,10 +39,14 @@ make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
 
 %find_lang %{name}
 
+for file in $RPM_BUILD_ROOT/%{_datadir}/applications/*.desktop; do
+  desktop-file-validate $file
+done
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -76,6 +80,7 @@ fi
 %changelog
 * Sun Sep 20 2009 Christoph Wickert <cwickert at fedoraproject.org> - 4.6.1-4
 - Make Nodoka default (bug #491092)
+- Validate *.desktop files
 
 * Tue Jul 28 2009 Kevin Fenzi <kevin at tummy.com> - 4.6.1-2
 - Add patch for focus issue (fixes bug #514206)




More information about the scm-commits mailing list