[pcmanfm] Really drop desktop vendor tag

Toshio くらとみ toshio at fedoraproject.org
Wed Jun 26 07:12:11 UTC 2013


commit 0e78c647e3841f5029f3799b2c7c23caf5ccd2db
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Wed Jun 26 00:11:32 2013 -0700

    Really drop desktop vendor tag

 pcmanfm.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/pcmanfm.spec b/pcmanfm.spec
index db47e78..88ab802 100644
--- a/pcmanfm.spec
+++ b/pcmanfm.spec
@@ -1,4 +1,4 @@
-%if (0%{?fedora} && 0%{?fedora}) < 19
+%if (0%{?fedora} && 0%{?fedora} < 19)
 %global with_desktop_vendor_tag 1
 %endif
 
@@ -7,7 +7,7 @@
 # git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/pcmanfm
 
 %global         usegit      0
-%global         mainrel     3
+%global         mainrel     4
 
 %global         usegtk3     0
 %if 0%{?fedora} >= 18
@@ -97,7 +97,7 @@ make install \
 	INSTALL="install -p"
 
 desktop-file-install \
-%if %{with_desktop_vendor_tag}
+%if 0%{?with_desktop_vendor_tag}
         --vendor fedora \
 %endif
 	--delete-original \
@@ -131,6 +131,9 @@ exit 0
 %config(noreplace) %{_sysconfdir}/xdg/%{name}/
 
 %changelog
+* Wed Jun 26 2013 Toshio Kuratomi <toshio at fedoraproject.org> - 1.1.0-4
+- Really drop desktop vendor tag
+
 * Wed May 01 2013 Jon Ciesla <limburgher at gmail.com> - 1.1.0-3
 - Drop desktop vendor tag.
 


More information about the scm-commits mailing list