rpms/supertux/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 supertux.spec, 1.13, 1.14

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Feb 13 17:32:14 UTC 2007


Author: steve

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

Modified Files:
	.cvsignore sources supertux.spec 
Log Message:
BR: libvorbis-devel, gettext, flex, bison.
Update doc list.
Minor spec cleanup.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/supertux/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	1 Sep 2005 20:29:45 -0000	1.4
+++ .cvsignore	13 Feb 2007 17:31:42 -0000	1.5
@@ -1 +1 @@
-supertux-0.1.3.tar.bz2
+supertux-0.3.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/supertux/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	1 Sep 2005 20:29:45 -0000	1.4
+++ sources	13 Feb 2007 17:31:42 -0000	1.5
@@ -1 +1 @@
-f2fc288459f33d5cd8f645fbca737a63  supertux-0.1.3.tar.bz2
+454760a0a1d3f8ea6e54829e838cd94d  supertux-0.3.0.tar.bz2


Index: supertux.spec
===================================================================
RCS file: /cvs/extras/rpms/supertux/devel/supertux.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- supertux.spec	13 Feb 2007 16:50:48 -0000	1.13
+++ supertux.spec	13 Feb 2007 17:31:42 -0000	1.14
@@ -9,7 +9,8 @@
 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
+BuildRequires:  physfs-devel, openal-devel, libvorbis-devel
+BuildRequires:  gettext, flex, bison, jam
 
 %description
 SuperTux is a jump'n run like game, with strong inspiration from the
@@ -28,32 +29,35 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-jam install DESTDIR=$RPM_BUILD_ROOT
+jam -sDESTDIR=$RPM_BUILD_ROOT install 
 
 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
+        --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
+%doc COPYING README WHATSNEW.txt
 %{_bindir}/*
 %{_datadir}/%{name}
 %{_datadir}/applications/*
 %{_datadir}/pixmaps/*
 
 %changelog
-* Mon Jan 22 2007 Steven Pritchard <steve at kspei.com> 0.3.0-1
+* Tue Feb 13 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.
+- BR: physfs-devel, openal-devel, libvorbis-devel.
+- BR: gettext, flex, bison, jam.
 - Build uses jam instead of make now.
+- Update doc list.
+- Minor spec cleanup.
 
 * Mon Aug 28 2006 Steven Pritchard <steve at kspei.com> 0.1.3-5
 - Rebuild




More information about the scm-commits mailing list