[njam] Drop vendor tag.

Jon Ciesla limb at fedoraproject.org
Mon Apr 29 16:50:01 UTC 2013


commit 6b0b370e1a6c22e7651c1d1d9a42af0266ca5d2a
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Mon Apr 29 11:45:51 2013 -0500

    Drop vendor tag.

 njam.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/njam.spec b/njam.spec
index 8fab5a8..95d4665 100644
--- a/njam.spec
+++ b/njam.spec
@@ -1,6 +1,6 @@
 Name:           njam
 Version:        1.25
-Release:        17%{?dist}
+Release:        18%{?dist}
 Summary:        Maze-game, eat all the cookies while avoiding the badguys
 Group:          Amusements/Games
 License:        GPLv2+
@@ -66,7 +66,7 @@ install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man6
 
 # below is the desktop file and icon stuff.
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
-desktop-file-install --vendor fedora            \
+desktop-file-install \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications \
   %{SOURCE2}
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps
@@ -92,12 +92,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %attr(2755,root,games) %{_bindir}/%{name}
 %{_datadir}/%{name}
 %{_mandir}/man6/%{name}.6.gz
-%{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/applications/*%{name}.desktop
 %{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 %config(noreplace) %attr (0664,root,games) %{_var}/lib/games/%{name}.hs
 
 
 %changelog
+* Mon Apr 29 2013 Jon Ciesla <limburgher at gmail.com> - 1.25-18
+- Drop desktop vendor tag.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.25-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list