rpms/wesnoth/devel wesnoth.spec,1.28,1.29

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Fri Sep 8 00:45:36 UTC 2006


Author: bpepple

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

Modified Files:
	wesnoth.spec 
Log Message:
* Thu Sep  7 2006 Brian Pepple <bpepple at fedoraproject.org> - 1.0.2-4
- Rebuild for FC6.
- Remove unnecessary BR on SDL-devel.



Index: wesnoth.spec
===================================================================
RCS file: /cvs/extras/rpms/wesnoth/devel/wesnoth.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- wesnoth.spec	18 Jul 2006 14:21:24 -0000	1.28
+++ wesnoth.spec	8 Sep 2006 00:45:36 -0000	1.29
@@ -1,6 +1,6 @@
 Name:           wesnoth
 Version:        1.0.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Turn-based strategy game with a fantasy theme
 
 Group:          Amusements/Games
@@ -9,15 +9,17 @@
 Source0:        http://www.wesnoth.org/files/wesnoth-%{version}.tar.gz
 Source1:        wesnothd.init
 Source2:        wesnoth.sysconfig
-#Source3:        README.fedora
 Patch0:         wesnoth-1.0.2-sdl_ttf.patch
 Patch1:         wesnoth-1.0.2-help-speedup-199079.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  SDL-devel, SDL_image-devel, SDL_mixer-devel
-BuildRequires:  SDL_net-devel, freetype-devel
+BuildRequires:	SDL_image-devel
+BuildRequires:	SDL_mixer-devel
+BuildRequires:  SDL_net-devel
+BuildRequires:	freetype-devel
 BuildRequires:  libpng-devel
-BuildRequires:  desktop-file-utils, gettext
+BuildRequires:  desktop-file-utils
+BuildRequires:	gettext
 
 
 %description
@@ -64,7 +66,6 @@
 %setup -q
 %patch0 -p1 -b .sdl_ttf
 %patch1 -p1 -b .help-199079
-#cp %{SOURCE3} .
 chmod -x MANUAL*
 
 
@@ -134,7 +135,6 @@
 %files -f %{name}.\*.lang
 %defattr(-,root,root,-)
 %doc COPYING changelog README copyright MANUAL*
-#%doc README.fedora
 %{_bindir}/wesnoth
 %{_datadir}/%{name}
 %{_datadir}/applications/*
@@ -162,6 +162,10 @@
 %ghost /var/run/wesnothd/socket
 
 %changelog
+* Thu Sep  7 2006 Brian Pepple <bpepple at fedoraproject.org> - 1.0.2-4
+- Rebuild for FC6.
+- Remove unnecessary BR on SDL-devel.
+
 * Tue Jul 18 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.2-3
 - fix #199079, so loading some help pages like the "License" doesn't
   take ages




More information about the scm-commits mailing list