rpms/xfwm4/devel xfwm4.spec,1.37,1.38

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


Author: cwickert

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

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


Index: xfwm4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfwm4/devel/xfwm4.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- xfwm4.spec	20 Sep 2009 04:55:03 -0000	1.37
+++ xfwm4.spec	20 Sep 2009 05:22:58 -0000	1.38
@@ -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 (fixes bug #491092)
+- Validate *.desktop files
 
 * Tue Jul 28 2009 Kevin Fenzi <kevin at tummy.com> - 4.6.1-3
 - Add patch for focus issue (fixes bug #514206)




More information about the fedora-extras-commits mailing list