remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247

- clean up spec to follow current guidelines
This commit is contained in:
Rahul Sundaram 2013-02-09 12:18:21 -05:00
commit e677cfe1f0

View file

@ -1,11 +1,11 @@
Name: alex4
Version: 1.0
Release: 13%{?dist}
Release: 14%{?dist}
Summary: Alex the Allegator 4 - Platform game
Group: Amusements/Games
License: GPL+
URL: http://allegator.sourceforge.net/
Source0: http://dl.sf.net/sourceforge/allegator/alex4src_data.zip
Source0: http://downloads.sf.net/allegator/Alex4/source%20and%20data/alex4src_data.zip
Source1: alex4.desktop
Source2: alex4.png
Patch0: alex4-unix.patch
@ -44,8 +44,7 @@ popd
# below is the desktop file and icon stuff.
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
desktop-file-install --vendor fedora \
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications \
%{SOURCE1}
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps
install -p -m 644 %{SOURCE2} \
@ -66,15 +65,18 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files
%defattr(-,root,root,-)
%doc license.txt readme.txt
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/fedora-%{name}.desktop
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%changelog
* Sat Feb 09 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 1.0-14
- remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247
- clean up spec to follow current guidelines
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild