packages (DEVEL): widelands/widelands.spec - start update to Build14RC - di...

lisu lisu at pld-linux.org
Fri Sep 18 14:48:32 CEST 2009


Author: lisu                         Date: Fri Sep 18 12:48:32 2009 GMT
Module: packages                      Tag: DEVEL
---- Log message:
- start update to Build14RC
- disable ggz for now
- libboost_unit_test_framework-mt -> libboost_unit_test_framework
- nfy

---- Files affected:
packages/widelands:
   widelands.spec (1.20 -> 1.20.2.1) 

---- Diffs:

================================================================
Index: packages/widelands/widelands.spec
diff -u packages/widelands/widelands.spec:1.20 packages/widelands/widelands.spec:1.20.2.1
--- packages/widelands/widelands.spec:1.20	Fri Jan 23 18:32:18 2009
+++ packages/widelands/widelands.spec	Fri Sep 18 14:48:26 2009
@@ -2,17 +2,20 @@
 #
 # TODO:
 # - translations
+# - create bcond for ggz
+# - fix syntax in src/graphic/graphic.cc
 #
-%define		_build	13
+%define		_build	14
+%define		_rc	RC
 Summary:	Game like Settlers II
 Summary(pl.UTF-8):	Remake gry Settlers II
 Name:		widelands
 Version:	0.build%{_build}
-Release:	0.1
-License:	GPL
+Release:	0.%{_rc}.1
+License:	GPL v2+
 Group:		X11/Applications/Games
-Source0:	http://dl.sourceforge.net/widelands/Widelands-Build%{_build}-src.tar.bz2
-# Source0-md5:	5e39f80b668d303abf693c48afa0c4bc
+Source0:	http://dl.sourceforge.net/widelands/Widelands-Build%{_build}%{_rc}-src.tar.bz2
+# Source0-md5:	767e22f66401fa98eab8c31fa183dc68
 Source1:	%{name}.desktop
 URL:		http://widelands.sourceforge.net/
 BuildRequires:	SDL-devel >= 1.2.11
@@ -25,6 +28,7 @@
 BuildRequires:	libpng-devel
 BuildRequires:	libstdc++-devel
 BuildRequires:	scons
+BuildRequires:	sed >= 4.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -49,13 +53,15 @@
 światem, będziesz musiał wyszkolić żołnierzy i walczyć.
 
 %prep
-%setup -q -n %{name}-b%{_build}
+%setup -q -n %{name}
+%{__sed} -i 's/framework-mt/framework/' SConstruct
 
 %build
-%scons \
+%scons -j 1 \
 	install_prefix=%{_prefix} \
 	bindir=%{_bindir} \
-	datadir=%{_datadir}/%{name}
+	datadir=%{_datadir}/%{name} \
+	enable_ggz=false
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -87,6 +93,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.20.2.1  2009/09/18 12:48:26  lisu
+- start update to Build14RC
+- disable ggz for now
+- libboost_unit_test_framework-mt -> libboost_unit_test_framework
+- nfy
+
 Revision 1.20  2009/01/23 17:32:18  adamg
 - fixed previous commit msg
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/widelands/widelands.spec?r1=1.20&r2=1.20.2.1&f=u



More information about the pld-cvs-commit mailing list