[nemiver] drop vendor prefix

Matthias Clasen mclasen at fedoraproject.org
Wed Mar 6 17:50:51 UTC 2013


commit 6dbd7a79bb393eae1aaa347759bfe23224d55b7c
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Wed Mar 6 12:51:28 2013 -0500

    drop vendor prefix

 nemiver.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/nemiver.spec b/nemiver.spec
index 9cd35e6..fa88e9e 100644
--- a/nemiver.spec
+++ b/nemiver.spec
@@ -1,6 +1,6 @@
 Name:		nemiver
 Version:	0.9.4
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	A GNOME C/C++ Debugger
 
 Group:		Development/Debuggers
@@ -75,7 +75,7 @@ make %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool
 rm -rf %{buildroot}
 make install DESTDIR=$RPM_BUILD_ROOT
 %find_lang %{name}
-desktop-file-install --vendor fedora			\
+desktop-file-install
 	--dir %{buildroot}%{_datadir}/applications	\
 	--remove-category=Application			\
 	--delete-original				\
@@ -116,13 +116,16 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
 %{_bindir}/%{name}
 %{_libdir}/%{name}/
 %{_datadir}/glib-2.0/schemas/org.nemiver.gschema.xml
-%{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
 %{_datadir}/%{name}/
 %{_datadir}/help/*
 %{_mandir}/man?/%{name}.*
 
 %changelog
+* Wed Mar  6 2013 Matthias Clasen <mclasen at redhat.com> - 0.9.4-3
+- Drop the vendor prefix from the desktop file name
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list