[gabedit] Drop vendor tag.

Jon Ciesla limb at fedoraproject.org
Mon Apr 8 15:54:56 UTC 2013


commit 176a42840c5e592702d909ffba807ae48725d0bd
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Mon Apr 8 10:51:04 2013 -0500

    Drop vendor tag.

 gabedit.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gabedit.spec b/gabedit.spec
index ab48294..efedfc2 100644
--- a/gabedit.spec
+++ b/gabedit.spec
@@ -3,7 +3,7 @@
 Name:		gabedit
 Summary:	GUI for computational chemistry
 Version:	2.4.6
-Release:	1%{?dist}
+Release:	2%{?dist}
 Source0:	http://downloads.sourceforge.net/sourceforge/gabedit/GabeditSrc%{tarver}.tar.gz
 Patch2:		%{name}-csh.patch
 Patch3:		%{name}-gtk.patch
@@ -52,7 +52,7 @@ install -d %{buildroot}/%{_bindir}
 install -pm755 %{name} %{buildroot}/%{_bindir}
 
 install -d %{buildroot}%{_datadir}/applications
-desktop-file-install --vendor=fedora \
+desktop-file-install \
 	--dir=%{buildroot}%{_datadir}/applications \
 	utils/Others/gabedit.desktop
 
@@ -84,6 +84,9 @@ fi
 %{_datadir}/icons/hicolor/*/apps/*.png
 
 %changelog
+* Mon Apr 08 2013 Jon Ciesla <limburgher at gmail.com> 2.4.6-2
+- Drop desktop vendor tag.
+
 * Mon Mar 25 2013 Dominik Mierzejewski <rpm at greysector.net> 2.4.6-1
 - updated to latest development version (2.4.6)
 


More information about the scm-commits mailing list