rpms/supertux/devel supertux.spec,1.12,1.13

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Feb 13 16:51:20 UTC 2007


Author: steve

Update of /cvs/extras/rpms/supertux/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10360

Modified Files:
	supertux.spec 
Log Message:
This is a work-in-progress.  It builds, but won't install.

- Update to 0.3.0.
- Update URL.
- Drop compile fix patch.
- BR: physfs-devel, openal-devel.
- Build uses jam instead of make now.



Index: supertux.spec
===================================================================
RCS file: /cvs/extras/rpms/supertux/devel/supertux.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- supertux.spec	28 Aug 2006 19:39:10 -0000	1.12
+++ supertux.spec	13 Feb 2007 16:50:48 -0000	1.13
@@ -1,18 +1,15 @@
 Name:           supertux
-Version:        0.1.3
-Release:        5%{?dist}
-
+Version:        0.3.0
+Release:        1%{?dist}
 Summary:        Jump'n run like game similar to Mario Bros
-
 Group:          Amusements/Games
 License:        GPL
-URL:            http://supertux.berlios.de/
+URL:            http://supertux.lethargik.org/
 Source0:        http://download.berlios.de/supertux/supertux-%{version}.tar.bz2
-Patch0:         supertux-0.1.3-compile.patch
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  SDL-devel >= 1.2.4, SDL_image-devel, SDL_mixer-devel
 BuildRequires:  zlib-devel, desktop-file-utils, libGLU-devel
+BuildRequires:  physfs-devel, openal-devel, jam
 
 %description
 SuperTux is a jump'n run like game, with strong inspiration from the
@@ -24,28 +21,24 @@
 
 %prep
 %setup -q
-%patch0 -p0
 
 %build
 %configure --disable-debug
-make %{?_smp_mflags}
-
+jam %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+jam install DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_datadir}/applications/supertux.desktop
 desktop-file-install \
 	--vendor fedora \
 	--add-category X-Fedora \
 	--dir $RPM_BUILD_ROOT%{_datadir}/applications supertux.desktop
-	
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog NEWS README TODO LEVELDESIGN
@@ -55,6 +48,13 @@
 %{_datadir}/pixmaps/*
 
 %changelog
+* Mon Jan 22 2007 Steven Pritchard <steve at kspei.com> 0.3.0-1
+- Update to 0.3.0.
+- Update URL.
+- Drop compile fix patch.
+- BR: physfs-devel, openal-devel.
+- Build uses jam instead of make now.
+
 * Mon Aug 28 2006 Steven Pritchard <steve at kspei.com> 0.1.3-5
 - Rebuild
 




More information about the scm-commits mailing list