[gramps] Drop vendor tag.

Jon Ciesla limb at fedoraproject.org
Tue Feb 12 14:22:00 UTC 2013


commit d08c87e6d8bfc80db15d7aa67610f25038ebaf85
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Tue Feb 12 08:19:07 2013 -0600

    Drop vendor tag.

 gramps.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/gramps.spec b/gramps.spec
index 77f360d..c20253b 100644
--- a/gramps.spec
+++ b/gramps.spec
@@ -1,7 +1,7 @@
 #global		_beta 2
 Name:           gramps
 Version:        3.4.2
-Release:        1%{?_beta:.beta%{_beta}}%{?dist}
+Release:        3%{?_beta:.beta%{_beta}}%{?dist}
 Summary:        Genealogical Research and Analysis Management Programming System
 
 Group:          Applications/Productivity
@@ -71,7 +71,7 @@ cp -p $RPM_BUILD_ROOT%{_datadir}/%{name}/images/%{name}.png $RPM_BUILD_ROOT%{_da
 
 %find_lang %{name}
 
-desktop-file-install --vendor fedora --delete-original  \
+desktop-file-install --delete-original  \
   --dir ${RPM_BUILD_ROOT}%{_datadir}/applications   	\
   ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 
@@ -99,7 +99,7 @@ fi
 %doc AUTHORS COPYING FAQ NEWS TODO
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
-%{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/applications/%{name}.desktop
 %{_datadir}/application-registry/%{name}.applications
 %{_datadir}/mime/packages/%{name}.xml
 %{_datadir}/mime-info/*
@@ -110,6 +110,9 @@ fi
 %{_mandir}/man1/%{name}.1.gz
 
 %changelog
+* Tue Feb 12 2013 Jon Ciesla <limburgher at gmail.com> - 3.4.2-3
+- Drop desktop vendor tag.
+
 * Sun Nov 18 2012 Robert Scheck <robert at fedoraproject.org> - 3.4.2-2
 - Version 3.4.2 -- The "We're all individuals!" bug fix release.
 - * Some fixes on NarrativeWeb and book reports


More information about the scm-commits mailing list