rpms/powermanga/devel powermanga.desktop, 1.1, 1.2 powermanga.spec, 1.24, 1.25

Matthias Saou thias at fedoraproject.org
Tue Dec 8 16:58:55 UTC 2009


Author: thias

Update of /cvs/extras/rpms/powermanga/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8573

Modified Files:
	powermanga.desktop powermanga.spec 
Log Message:
Minor cleanups here and there.



Index: powermanga.desktop
===================================================================
RCS file: /cvs/extras/rpms/powermanga/devel/powermanga.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- powermanga.desktop	19 Jun 2007 17:02:37 -0000	1.1
+++ powermanga.desktop	8 Dec 2009 16:58:55 -0000	1.2
@@ -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


Index: powermanga.spec
===================================================================
RCS file: /cvs/extras/rpms/powermanga/devel/powermanga.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- powermanga.spec	26 Jul 2009 19:19:14 -0000	1.24
+++ powermanga.spec	8 Dec 2009 16:58:55 -0000	1.25
@@ -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
 # 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 <http://freshrpms.net/> 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 <rel-eng at lists.fedoraproject.org> - 0.90-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list