[rcssserver3d] Drop vendor tag.

Jon Ciesla limb at fedoraproject.org
Wed May 1 13:20:49 UTC 2013


commit d3ff63f9d3d29003ef4f4f0d6f0053103fbe2076
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Wed May 1 08:15:27 2013 -0500

    Drop vendor tag.

 rcssserver3d.spec |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/rcssserver3d.spec b/rcssserver3d.spec
index 5ab32e0..d97bcee 100644
--- a/rcssserver3d.spec
+++ b/rcssserver3d.spec
@@ -1,6 +1,6 @@
 Name:           rcssserver3d
 Version:        0.6.6
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Robocup 3D Soccer Simulation Server
 
 Group:          Applications/System
@@ -15,8 +15,6 @@ BuildRequires:  ode-devel libGL-devel DevIL-devel freetype-devel libGLU-devel
 BuildRequires:  tex(latex) ImageMagick
 BuildRequires:  tex(titlesec.sty) tex(wrapfig.sty) tex(subfigure.sty)
 
-%define         linvendor fedora
-
 %description
 The RoboCup Soccer Simulator is a research and educational tool for multi-agent
 systems and artificial intelligence. It enables for two teams of 11 simulated
@@ -71,7 +69,7 @@ make -C build install DESTDIR=%{buildroot}
 mkdir %{buildroot}/%{_datadir}/pixmaps/
 cp -p data/logos/simspark.png %{buildroot}/%{_datadir}/pixmaps/
 
-desktop-file-install --vendor="%{linvendor}"                 \
+desktop-file-install \
   --dir=%{buildroot}/%{_datadir}/applications linux/%{name}.desktop
 
 mkdir package_docs
@@ -87,7 +85,7 @@ rm -f package_docs/TODO
 # they can't be moved to -devel package
 %{_libdir}/%{name}
 %{_datadir}/%{name}
-%{_datadir}/applications/%{linvendor}-%{name}.desktop
+%{_datadir}/applications/*%{name}.desktop
 %{_datadir}/pixmaps/*
 
 %files devel
@@ -100,6 +98,9 @@ rm -f package_docs/TODO
 
 
 %changelog
+* Wed May 01 2013 Jon Ciesla <limburgher at gmail.com> - 0.6.6-7
+- Drop desktop vendor tag.
+
 * Thu Feb 14 2013 Hedayat Vatankhah <hedayat.fwd+rpmchlog at gmail.com> - 0.6.6-6
 - Fix Boost-1.53 compilation
 - Add TeXLive style dependencies


More information about the scm-commits mailing list