[lure] Drop vendor tag.

Jon Ciesla limb at fedoraproject.org
Fri Apr 26 17:28:33 UTC 2013


commit 55151b9753d4fe08771433bdfd51409410bc0c2d
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Fri Apr 26 12:24:33 2013 -0500

    Drop vendor tag.

 lure.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/lure.spec b/lure.spec
index afa2613..62781f0 100644
--- a/lure.spec
+++ b/lure.spec
@@ -1,6 +1,6 @@
 Name:           lure
 Version:        1.1
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Lure of the Temptress - Adventure Game
 Group:          Amusements/Games
 # For further discussion on distribution rights see:
@@ -43,7 +43,7 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}
 install -p -m 644 *.vga *.ega $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
-desktop-file-install --vendor fedora            \
+desktop-file-install \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications \
   %{SOURCE1}
 
@@ -56,10 +56,13 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc *.txt Manual.pdf PROTECT.PDF README
 %{_datadir}/%{name}
-%{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/applications/*%{name}.desktop
 
 
 %changelog
+* Fri Apr 26 2013 Jon Ciesla <limburgher at gmail.com> - 1.1-9
+- Drop desktop vendor tag.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list