Drop vendor tag.
This commit is contained in:
parent
f2b291cdcc
commit
655cca6845
1 changed files with 6 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: angrydd
|
||||
Version: 1.0.1
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: Falling blocks game
|
||||
|
||||
Group: Amusements/Games
|
||||
|
|
@ -45,7 +45,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps
|
||||
cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps/
|
||||
|
||||
desktop-file-install --vendor="fedora" \
|
||||
desktop-file-install \
|
||||
--dir=$RPM_BUILD_ROOT%{_datadir}/applications \
|
||||
%{SOURCE3}
|
||||
|
||||
|
|
@ -67,11 +67,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_bindir}/*
|
||||
%{_datadir}/%{name}
|
||||
%{_mandir}/man*/*
|
||||
%{_datadir}/applications/fedora-%{name}.desktop
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Feb 09 2013 Jon Ciesla <limburgher@gmail.com> - 1.0.1-10
|
||||
- Drop desktop vendor tag.
|
||||
|
||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Reference in a new issue