rpms/powermanga/FC-5 .cvsignore, 1.2, 1.3 powermanga.spec, 1.11, 1.12 sources, 1.2, 1.3 powermanga-64bit.patch, 1.1, NONE

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue Apr 11 15:58:42 UTC 2006


Author: thias

Update of /cvs/extras/rpms/powermanga/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18319

Modified Files:
	.cvsignore powermanga.spec sources 
Removed Files:
	powermanga-64bit.patch 
Log Message:
Update to 0.80.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/powermanga/FC-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 Nov 2004 02:49:43 -0000	1.2
+++ .cvsignore	11 Apr 2006 15:58:42 -0000	1.3
@@ -1 +1 @@
-powermanga-0.79.tgz
+powermanga-0.80.tgz


Index: powermanga.spec
===================================================================
RCS file: /cvs/extras/rpms/powermanga/FC-5/powermanga.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- powermanga.spec	6 Mar 2006 16:23:01 -0000	1.11
+++ powermanga.spec	11 Apr 2006 15:58:42 -0000	1.12
@@ -1,18 +1,17 @@
 Summary: Arcade 2D shoot-them-up game
 Name: powermanga
-Version: 0.79
-Release: 8%{?dist}
+Version: 0.80
+Release: 1%{?dist}
 License: GPL
 Group: Amusements/Games
 URL: http://linux.tlk.fr/games/Powermanga/
 Source0: http://linux.tlk.fr/games/Powermanga/download/powermanga-%{version}.tgz
 Source1: powermanga.png
-Patch0: powermanga-64bit.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: SDL-devel, SDL_mixer-devel, desktop-file-utils
+BuildRequires: SDL-devel, SDL_mixer-devel, zlib-devel, desktop-file-utils
 # Use monolithic X up to FC4, and modular X for FC5+ and non-Fedora
 %if %{!?fedora:5}%{?fedora} >= 5
-BuildRequires: libXxf86dga-devel, libXxf86vm-devel
+BuildRequires: libXt-devel, libXxf86dga-devel, libXxf86vm-devel
 %endif
 
 %description
@@ -22,7 +21,6 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .64bit
 
 %{__cat} > %{name}.desktop << EOF
 [Desktop Entry]
@@ -44,7 +42,7 @@
 
 %build
 %configure
-%{__make} %{?_smp_mflags} CXXFLAGS="%{optflags}"
+%{__make} %{?_smp_mflags} CXXFLAGS="%{optflags} `sdl-config --cflags`"
 
 
 %install
@@ -54,7 +52,7 @@
 # Install wrapper script
 %{__install} -D -m 0755 %{name}.sh %{buildroot}%{_bindir}/powermanga
 
-# Allow stripping, g+s will be set in %%files
+# Allow stripping, g+s will be set back in %%files
 %{__chmod} g-s %{buildroot}%{_prefix}/games/powermanga
 
 # Fix location of the man page
@@ -63,13 +61,14 @@
         %{buildroot}%{_mandir}/man6/
 
 # Install pixmap for the menu entry
-%{__install} -D -m 0644 %{SOURCE1} \
+%{__install} -D -p -m 0644 %{SOURCE1} \
     %{buildroot}%{_datadir}/pixmaps/powermanga.png
 
 # Install menu entry
 %{__mkdir_p} %{buildroot}%{_datadir}/applications
 desktop-file-install \
     --vendor fedora \
+    --add-category X-Fedora \
     --dir %{buildroot}%{_datadir}/applications \
     %{name}.desktop
 
@@ -93,6 +92,12 @@
 
 
 %changelog
+* Tue Apr 11 2006 Matthias Saou <http://freshrpms.net/> 0.80-1
+- Update to 0.80, fixes crash at level 35 boss (#184076, Hugo Cisneiros).
+- Add new zlib-devel build requirement.
+- Add `sdl-config --cflags` to CXXFLAGS, otherwise SDL_mixer.h isn't found.
+- Add missing libXt-devel build requirement to get modular X detected.
+
 * Mon Mar  6 2006 Matthias Saou <http://freshrpms.net/> 0.79-8
 - FC5 rebuild.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/powermanga/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 Nov 2004 02:49:43 -0000	1.2
+++ sources	11 Apr 2006 15:58:42 -0000	1.3
@@ -1 +1 @@
-3a4f00658496921b7327413ac476c1b7  powermanga-0.79.tgz
+8f6e8755ac88108f2f9bb4cd6feae489  powermanga-0.80.tgz


--- powermanga-64bit.patch DELETED ---




More information about the fedora-extras-commits mailing list