[midori] Remove the --vendor flag to desktop-file-install

Toshio くらとみ toshio at fedoraproject.org
Thu Feb 14 09:06:51 UTC 2013


commit e9dc8ccb37b579e4d95ccb5a75c11e940e5a4dc4
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Thu Feb 14 01:06:42 2013 -0800

    Remove the --vendor flag to desktop-file-install

 midori.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/midori.spec b/midori.spec
index d325255..9808a4c 100644
--- a/midori.spec
+++ b/midori.spec
@@ -1,6 +1,6 @@
 Name:		midori
 Version:	0.4.8
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A lightweight GTK+ web browser 
 
 Group:		Applications/Internet
@@ -86,7 +86,6 @@ rm -rf %{buildroot}
 ./waf --destdir=%{buildroot} install
 %find_lang %{name}
 desktop-file-install					\
-	--vendor fedora					\
 	--delete-original				\
 	--dir %{buildroot}%{_datadir}/applications	\
 	%{buildroot}%{_datadir}/applications/%{name}.desktop
@@ -118,7 +117,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %defattr(-,root,root,-)
 %doc %{_docdir}/%{name}-%{version}/
 %{_bindir}/midori
-%{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/applications/%{name}.desktop
 %{_datadir}/applications/%{name}-private.desktop
 %{_datadir}/icons/*/*/apps/%{name}.*
 %{_datadir}/icons/*/*/categories/extension.*
@@ -136,6 +135,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Thu Feb 14 2013 Toshio Kuratomi <toshio at fedoraproject.org> - 0.4.8-2
+- Remove the --vendor flag to desktop-file-install
+
 * Tue Feb 05 2013 Kevin Fenzi <kevin at scrye.com> 0.4.8-1
 - Update to 0.4.8
 


More information about the scm-commits mailing list