[pachi] Drop vendor tag.

Jon Ciesla limb at fedoraproject.org
Tue Apr 30 17:28:55 UTC 2013


commit 0e4be462573051a4a0ed05fada1ed2adb7eb8652
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Tue Apr 30 12:24:56 2013 -0500

    Drop vendor tag.

 pachi.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/pachi.spec b/pachi.spec
index 029edb7..6ec4f14 100644
--- a/pachi.spec
+++ b/pachi.spec
@@ -1,6 +1,6 @@
 Name:           pachi
 Version:        1.0
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        Pachi El Marciano - Platform Game
 Group:          Amusements/Games
 License:        GPLv2+
@@ -44,7 +44,7 @@ mv $RPM_BUILD_ROOT%{_var}/lib/games/%{name}/data/scores.dat \
 
 # 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 \
   %{SOURCE1}
 
@@ -75,12 +75,15 @@ fi
 %doc COPYING ChangeLog README
 %attr(2755,root,games) %{_bindir}/%{name}
 %{_datadir}/%{name}
-%{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/applications/*%{name}.desktop
 %{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 %config(noreplace) %attr (0664,root,games) %{_var}/games/%{name}.hs
 
 
 %changelog
+* Tue Apr 30 2013 Jon Ciesla <limburgher at gmail.com> - 1.0-14
+- Drop desktop vendor tag.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list