[beneath-a-steel-sky-cd] remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247

Rahul Sundaram sundaram at fedoraproject.org
Mon Feb 11 20:12:27 UTC 2013


commit 7840b225c2ee53afedf7e3300420171aac0456c2
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Mon Feb 11 15:12:18 2013 -0500

    remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247
    
    - clean up spec to follow current guidelines
    - fixed url and sourceurl

 beneath-a-steel-sky-cd.spec |   29 ++++++++++-------------------
 1 files changed, 10 insertions(+), 19 deletions(-)
---
diff --git a/beneath-a-steel-sky-cd.spec b/beneath-a-steel-sky-cd.spec
index 666a3a1..35a9fda 100644
--- a/beneath-a-steel-sky-cd.spec
+++ b/beneath-a-steel-sky-cd.spec
@@ -1,15 +1,14 @@
 Name:           beneath-a-steel-sky-cd
 Version:        0.0372
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Beneath a Steel Sky - Adventure Game - CD version
 Group:          Amusements/Games
 # For further discussion on distribution rights see:
 # http://www.redhat.com/archives/fedora-extras-list/2006-November/msg00030.html
 License:        Freely redistributable without restriction
-URL:            http://www.revolution.co.uk/_display.php?id=16
-Source0:        http://dl.sf.net/sourceforge/scummvm/bass-cd-1.2.zip
+URL:            https://en.wikipedia.org/wiki/Beneath_a_Steel_Sky
+Source0:        http://sourceforge.net/projects/scummvm/files/extras/Beneath%20a%20Steel%20Sky/bass-cd-1.2.zip
 Source1:        %{name}.desktop
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  desktop-file-utils
 BuildArch:      noarch
 Requires:       scummvm >= 0.9.1, hicolor-icon-theme
@@ -27,38 +26,30 @@ This package contains the CD version, which contains additional / longer
 cutscenes and voice acting, but also is much larger: 70 MB where as the also
 available floppy version (package name beneath-a-steel-sky) is only 8 MB.
 
-
 %prep
 %setup -q -n bass-cd-1.2
 
-
 %build
 # Nothing to build data only
 
-
 %install
-rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}
 install -p -m 644 sky.* $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
-desktop-file-install --vendor fedora            \
-  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
-  %{SOURCE1}
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
+desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE1}
 
 %files
-%defattr(-,root,root,-)
 %doc readme.txt
 %{_datadir}/%{name}
-%{_datadir}/applications/fedora-%{name}.desktop
-
+%{_datadir}/applications/%{name}.desktop
 
 %changelog
+* Mon Feb 11 2013 Rahul Sundaram <sundaram at fedoraproject.org> - 0.0372-8
+- remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247
+- clean up spec to follow current guidelines
+- fixed url and sourceurl
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0372-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list