diff --git a/powermanga.desktop b/powermanga.desktop index ddbad95..0cb6554 100644 --- a/powermanga.desktop +++ b/powermanga.desktop @@ -1,9 +1,9 @@ [Desktop Entry] Name=Powermanga -Comment=Arcade 2D shoot-them-up game -Icon=powermanga +GenericName=Arcade 2D shoot-them-up game +Comment=Play an arcade style vertical scrolling 2D shoot-them-up game Exec=powermanga +Icon=powermanga Terminal=false Type=Application Categories=Game;ArcadeGame; -Encoding=UTF-8 diff --git a/powermanga.spec b/powermanga.spec index 9dbc7a2..cba3cbb 100644 --- a/powermanga.spec +++ b/powermanga.spec @@ -1,7 +1,7 @@ Summary: Arcade 2D shoot-them-up game Name: powermanga Version: 0.90 -Release: 6 +Release: 7 License: GPLv3+ Group: Amusements/Games URL: http://linux.tlk.fr/games/Powermanga/ @@ -17,12 +17,10 @@ BuildRequires: SDL_mixer-devel BuildRequires: zlib-devel BuildRequires: libpng-devel BuildRequires: desktop-file-utils -Requires(post): coreutils -Requires(postun): coreutils %description -Powermanga is an arcade 2D shoot-them-up game with 41 levels and more than -200 sprites. +Powermanga is a vertical scrolling arcade style 2D shoot-them-up game with +41 levels and more than 200 sprites. %prep @@ -50,8 +48,6 @@ Powermanga is an arcade 2D shoot-them-up game with 41 levels and more than # Install menu entry %{__mkdir_p} %{buildroot}%{_datadir}/applications desktop-file-install \ - --vendor "" \ - --mode 0644 \ --dir %{buildroot}%{_datadir}/applications \ %{SOURCE2} @@ -83,7 +79,14 @@ fi %attr(2755,root,games) %{_bindir}/powermanga %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/48x48/apps/powermanga.png -%{_datadir}/powermanga/ +# No _datadir/powermanga/ single line to avoid including config.ini twice +%dir %{_datadir}/powermanga/ +%{_datadir}/powermanga/data/ +%{_datadir}/powermanga/graphics/ +%{_datadir}/powermanga/sound/ +%{_datadir}/powermanga/sounds/ +%dir %{_datadir}/powermanga/texts/ +%{_datadir}/powermanga/texts/*.txt %config(noreplace) %{_datadir}/powermanga/texts/config.ini %{_mandir}/man6/powermanga.6* %config(noreplace) %attr(664,root,games) %{_var}/games/powermanga.hi @@ -92,6 +95,12 @@ fi %changelog +* Tue Dec 8 2009 Matthias Saou 0.90-7 +- Remove coreutils scriplet requirements : Current guidelines don't require it, + as we have "|| :" anyway. +- Clean up desktop file. +- Fix the build warning about config.ini being listed twice. + * Sun Jul 26 2009 Fedora Release Engineering - 0.90-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild