rpms/wesnoth/EL-5 wesnoth.spec,1.36,1.37

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Tue Apr 8 12:28:58 UTC 2008


Author: limb

Update of /cvs/pkgs/rpms/wesnoth/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16296

Modified Files:
	wesnoth.spec 
Log Message:
Backport.



Index: wesnoth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wesnoth/EL-5/wesnoth.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- wesnoth.spec	8 Apr 2008 12:01:08 -0000	1.36
+++ wesnoth.spec	8 Apr 2008 12:28:17 -0000	1.37
@@ -1,21 +1,25 @@
 Name:           wesnoth
 Version:        1.0.2
-Release:        1%{?dist}
+Release:        5%{?dist}
 Summary:        Turn-based strategy game with a fantasy theme
 
 Group:          Amusements/Games
-License:        GPL
+License:        GPL+
 URL:            http://www.wesnoth.org
-Source0:        http://www.wesnoth.org/files/wesnoth-%{version}.tar.gz
+Source0:        http://www.%{name}.org/files/%{name}-%{version}.tar.bz2
 Source1:        wesnothd.init
-Source2:        wesnoth.sysconfig
-#Source3:        README.fedora
+Source2:        %{name}.sysconfig
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  SDL-devel, SDL_image-devel, SDL_mixer-devel
-BuildRequires:  SDL_ttf-devel, 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:	fribidi-devel
+BuildRequires:	python-devel
+BuildRequires:  desktop-file-utils
+BuildRequires:	gettext
 
 
 %description
@@ -44,6 +48,7 @@
 Requires(preun): /sbin/chkconfig
 Requires(pre): /usr/sbin/useradd
 
+
 %description server
 This package contains the binaries for running a Wesnoth server
 for multi-player games.
@@ -54,13 +59,13 @@
 Group:		Amusements/Games
 Requires:	%{name} = %{version}-%{release}
 
+
 %description tools
 This package contains the game editor and development tools.
 
 
 %prep
 %setup -q
-#cp %{SOURCE3} .
 chmod -x MANUAL*
 
 
@@ -70,6 +75,7 @@
     --enable-editor \
     --enable-tools \
     --enable-server \
+    --enable-python \
     --with-fifodir=/var/run/wesnothd \
     --with-server-uid=$(id -u) \
     --with-server-gid=$(id -g) 
@@ -82,7 +88,7 @@
 
 desktop-file-install --dir $RPM_BUILD_ROOT/%{_datadir}/applications \
                      --mode="0644" --vendor fedora \
-                     --add-category="X-Fedora" icons/%{name}.desktop
+                     icons/%{name}.desktop
 # add icon for menus
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/pixmaps
 install -m 644 images/%{name}-icon.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps
@@ -130,8 +136,7 @@
 %files -f %{name}.\*.lang
 %defattr(-,root,root,-)
 %doc COPYING changelog README copyright MANUAL*
-#%doc README.fedora
-%{_bindir}/wesnoth
+%{_bindir}/%{name}
 %{_datadir}/%{name}
 %{_datadir}/applications/*
 %{_datadir}/pixmaps/*
@@ -143,7 +148,6 @@
 %{_bindir}/wesnoth_editor
 %{_bindir}/exploder
 %{_bindir}/cutter
-%{_bindir}/wmlxgettext
 %{_mandir}/man6/wesnoth_editor.6*
 %{_mandir}/*/man6/wesnoth_editor.6*
 
@@ -158,6 +162,23 @@
 %ghost /var/run/wesnothd/socket
 
 %changelog
+* Tue Apr 08 2008 Jon Ciesla <limb at jcomserv.net> - 1.0.2-5
+- Backport for EL-5.
+
+* 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
+- remove BR SDL_ttf-devel, an included/patched copy is used since 0.8.7
+- patch included SDL_ttf to build with freetype 2.x and not access
+  an old freetype 1.x internal
+
+* Wed Feb 15 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.2-2
+- rebuilt for FC5
+
 * Wed Dec 21 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.2-1
 - update to 1.0.2
 




More information about the fedora-extras-commits mailing list