|
@@ -3,16 +3,16 @@
|
|
%define with_campaignd 0
|
|
%define with_campaignd 0
|
|
%define with_wesnothd 0
|
|
%define with_wesnothd 0
|
|
|
|
|
|
-%define ver 1.8.5
|
|
|
|
|
|
+%define ver 1.8.6
|
|
%define src_ver %{ver}
|
|
%define src_ver %{ver}
|
|
-%define rel 2
|
|
|
|
|
|
+%define rel 1
|
|
|
|
|
|
%define with_svn 0
|
|
%define with_svn 0
|
|
%if %{with_svn}
|
|
%if %{with_svn}
|
|
%define svn_rev 41885
|
|
%define svn_rev 41885
|
|
%endif
|
|
%endif
|
|
|
|
|
|
-%define with_unofficial_po 1
|
|
|
|
|
|
+%define with_unofficial_po 0
|
|
%define po_date 20100926
|
|
%define po_date 20100926
|
|
|
|
|
|
Summary: Fantasy Turn-Based Strategy Game
|
|
Summary: Fantasy Turn-Based Strategy Game
|
|
@@ -28,10 +28,8 @@ Source0: %{name}-%{src_ver}.tar.bz2
|
|
%endif
|
|
%endif
|
|
Source1: wesnothd.init
|
|
Source1: wesnothd.init
|
|
Source2: %{name}.sysconfig
|
|
Source2: %{name}.sysconfig
|
|
-%if %{with_unofficial_po}
|
|
|
|
# http://sourceforge.jp/projects/wesnoth-ja/releases/?package_id=11460
|
|
# http://sourceforge.jp/projects/wesnoth-ja/releases/?package_id=11460
|
|
-Source12: wesnoth-%{version}_ja-catalogs-%{po_date}.zip
|
|
|
|
-%endif
|
|
|
|
|
|
+Source12: wesnoth-1.8.5_ja-catalogs-%{po_date}.zip
|
|
|
|
|
|
%{?nosrc:NoSource: 0}
|
|
%{?nosrc:NoSource: 0}
|
|
|
|
|
|
@@ -162,11 +160,12 @@ Battle for Wesnoth はターンベースの戦略シミュレーションゲー
|
|
%if %{with_svn}
|
|
%if %{with_svn}
|
|
%setup -q -n %{name}-%{version}-svn%{svn_rev}
|
|
%setup -q -n %{name}-%{version}-svn%{svn_rev}
|
|
%else
|
|
%else
|
|
-%setup -q -a 12 -n %{name}-%{src_ver}
|
|
|
|
|
|
+%setup -q -n %{name}-%{src_ver}
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%if %{with_unofficial_po}
|
|
%if %{with_unofficial_po}
|
|
-%define japo_dir wesnoth-%{version}_ja-catalogs-%{po_date}
|
|
|
|
|
|
+%define japo_dir wesnoth-1.8.5ja-catalogs-%{po_date}
|
|
|
|
+%__unzip %{SOURCE12}
|
|
|
|
|
|
pushd %{japo_dir}
|
|
pushd %{japo_dir}
|
|
target=(
|
|
target=(
|
|
@@ -382,6 +381,9 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun May 15 2011 IWAI, Masaharu <iwai@alib.jp> 1.8.6-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Tue Jan 18 2011 Shu KONNO <owa@bg.wakwak.com> 1.8.5-2
|
|
* Tue Jan 18 2011 Shu KONNO <owa@bg.wakwak.com> 1.8.5-2
|
|
- rebuilt with libboost-1.45.0
|
|
- rebuilt with libboost-1.45.0
|
|
|
|
|