rhughes pushed to pinta (master). "trivial: Fix a typo in the last commit"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Mar 26 17:34:50 UTC 2015


>From bc16f5d42f37ddf4f1b082b6cb5f8678e7651887 Mon Sep 17 00:00:00 2001
From: Richard Hughes <richard at hughsie.com>
Date: Thu, 26 Mar 2015 17:30:34 +0000
Subject: trivial: Fix a typo in the last commit


diff --git a/pinta.spec b/pinta.spec
index 30af51a..4fc5043 100644
--- a/pinta.spec
+++ b/pinta.spec
@@ -52,15 +52,6 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 
-desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
-
-%find_lang %name
-  
-%post
-update-desktop-database &> /dev/null ||:
-
-touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-
 # Register as an application to be visible in the software center
 #
 # NOTE: It would be *awesome* if this file was maintained by the upstream
@@ -98,6 +89,15 @@ SentUpstream: 2014-03-23
 </application>
 EOF
 
+desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
+
+%find_lang %name
+  
+%post
+update-desktop-database &> /dev/null ||:
+
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+
 %postun
 update-desktop-database &> /dev/null || :
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/pinta.git/commit/?h=master&id=bc16f5d42f37ddf4f1b082b6cb5f8678e7651887


More information about the scm-commits mailing list