SPECS: wesnoth.spec - up to 1.6a version - merge with DEVEL

lisu lisu at pld-linux.org
Mon Mar 23 16:00:23 CET 2009


Author: lisu                         Date: Mon Mar 23 15:00:23 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 1.6a version
- merge with DEVEL

---- Files affected:
SPECS:
   wesnoth.spec (1.102 -> 1.103) 

---- Diffs:

================================================================
Index: SPECS/wesnoth.spec
diff -u SPECS/wesnoth.spec:1.102 SPECS/wesnoth.spec:1.103
--- SPECS/wesnoth.spec:1.102	Thu Dec 18 15:49:21 2008
+++ SPECS/wesnoth.spec	Mon Mar 23 16:00:17 2009
@@ -2,8 +2,9 @@
 # TODO
 # - rename language files sr at latin to sr at Latn and include them
 # - use desktop file included with project (consider which one are better)
-# - dont know what should I do with sr at latin man pages
+# - dont know what should I do with sr at latin and racv man pages
 # Conditional build
+# - put python files into pysite_dir
 %bcond_without	server	# without server
 %bcond_without	tools	# without tools
 %bcond_without	fribidi	# without Bidirectional language support
@@ -12,13 +13,13 @@
 Summary(hu.UTF-8):	Fantasy környezetben játszódó stratégiai játék
 Summary(pl.UTF-8):	Strategiczna gra z motywem fantasy
 Name:		wesnoth
-Version:	1.4.7
-Release:	1
+Version:	1.6a
+Release:	0.1
 Epoch:		1
 License:	GPL v2+
 Group:		X11/Applications/Games/Strategy
 Source0:	http://www.wesnoth.org/files/%{name}-%{version}.tar.bz2
-# Source0-md5:	fdd341c3d66bf1bea2113c79db852d68
+# Source0-md5:	3c4618eb64d1e5aeb6a00ab3956d5080
 Source1:	%{name}.desktop
 Source2:	%{name}_editor.desktop
 Source3:	%{name}d.init
@@ -29,7 +30,7 @@
 BuildRequires:	SDL_image-devel >= 1.2
 BuildRequires:	SDL_mixer-devel >= 1.2
 BuildRequires:	SDL_net-devel >= 1.2
-BuildRequires:	SDL_ttf-devel >= 2.0
+BuildRequires:	SDL_ttf-devel >= 2.0.8
 BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake >= 1:1.9
 BuildRequires:	boost-devel >= 1.33
@@ -38,9 +39,12 @@
 BuildRequires:	libpng-devel
 BuildRequires:	libstdc++-devel
 BuildRequires:	libtool >= 2:1.5
+BuildRequires:	libvorbis-devel
+BuildRequires:	pkg-config
 BuildRequires:	python-devel
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.268
+BuildRequires:	sed >= 4.0
 BuildRequires:	zipios++-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -52,19 +56,21 @@
 carried over from one scenario to the next campaign.
 
 %description -l hu.UTF-8
-Battle for Wesnoth (Harc Wesnothért) egy fantasy környezetben játszódó
-stratégiai játék. Harc a falvak megszerzéséért, különböző egységek
-felhasználásával, amelyeknek különböző előnyeik és hátrányaik vannak a
-különféle terepeken és a különböző támadási stílusok ellen. Az
-egységek tapasztalatot gyűjtenek, és fejlődnek, amelyek átvihetők a
-következő pályára.
+Battle for Wesnoth (Harc Wesnothért) egy fantasy környezetben
+játszódó stratégiai játék. Harc a falvak megszerzéséért,
+különböző egységek felhasználásával, amelyeknek különböző
+előnyeik és hátrányaik vannak a különféle terepeken és a
+különböző támadási stílusok ellen. Az egységek tapasztalatot
+gyűjtenek, és fejlődnek, amelyek átvihetők a következő
+pályára.
 
 %description -l pl.UTF-8
-Bitwa o Wesnoth jest strategiczną grą fantasy. Batalia o kontrolę nad
-wsiami przy pomocy różnego rodzaju oddziałów, które mają przewagę lub
-jej brak w odmiennym ukształtowaniu terenu i przeciwko różnym sposobom
-ataku. Oddziały zdobywają doświadczenie i poziomy zaawansowania i są
-przenoszone z jednej scenerii do następnej kampanii.
+Bitwa o Wesnoth jest strategiczną grą fantasy. Batalia o kontrolę
+nad wsiami przy pomocy różnego rodzaju oddziałów, które mają
+przewagę lub jej brak w odmiennym ukształtowaniu terenu i przeciwko
+różnym sposobom ataku. Oddziały zdobywają doświadczenie i poziomy
+zaawansowania i są przenoszone z jednej scenerii do następnej
+kampanii.
 
 %package server
 Summary:	Network server for Wesnoth
@@ -106,6 +112,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%{__sed} -i 's,PYTHON_PREFIX"/lib,PYTHON_PREFIX"/%{_lib},g' configure.ac
 
 %build
 %{__gettextize}
@@ -115,6 +122,8 @@
 %{__automake}
 %configure \
 	%{?with_server:--enable-server} \
+	%{?with_server:--enable-campaign-server} \
+	--enable-python-install \
 	%{?with_tools:--enable-editor} \
 	%{?with_tools:--enable-tools} \
 	--with%{!?with_fribidi:out}-fribidi \
@@ -136,7 +145,9 @@
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir}
+%if %{with server}
 install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/wesnothd
+%endif
 
 mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{nb_NO,nb}
 
@@ -148,6 +159,10 @@
 # the same as manuals from %{_mandir}/man?
 rm -rf $RPM_BUILD_ROOT%{_mandir}/en_GB
 
+#%%py_comp $RPM_BUILD_ROOT%{py_sitedir}
+#%%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
+#%%py_postclean
+
 %find_lang %{name} --all-name
 
 %clean
@@ -175,24 +190,24 @@
 %attr(755,root,root) %{_bindir}/wesnoth
 %{_mandir}/man6/wesnoth.6*
 %lang(cs) %{_mandir}/cs/man6/wesnoth.6*
-%lang(da) %{_mandir}/da/man6/wesnoth.6*
+#%%lang(da) %{_mandir}/da/man6/wesnoth.6*
 %lang(de) %{_mandir}/de/man6/wesnoth.6*
 %lang(es) %{_mandir}/es/man6/wesnoth.6*
 %lang(fi) %{_mandir}/fi/man6/wesnoth.6*
-%lang(fr) %{_mandir}/fr/man6/wesnoth.6*
+#%%lang(fr) %{_mandir}/fr/man6/wesnoth.6*
 %lang(gl) %{_mandir}/gl/man6/wesnoth.6*
 %lang(hu) %{_mandir}/hu/man6/wesnoth.6*
 %lang(it) %{_mandir}/it/man6/wesnoth.6*
-%lang(ja) %{_mandir}/ja/man6/wesnoth.6*
+#%%lang(ja) %{_mandir}/ja/man6/wesnoth.6*
 %lang(lt) %{_mandir}/lt/man6/wesnoth.6*
-%lang(nl) %{_mandir}/nl/man6/wesnoth.6*
+#%%lang(nl) %{_mandir}/nl/man6/wesnoth.6*
 %lang(pl) %{_mandir}/pl/man6/wesnoth.6*
 %lang(sk) %{_mandir}/sk/man6/wesnoth.6*
-%lang(sr) %{_mandir}/sr/man6/wesnoth.6*
-%lang(sv) %{_mandir}/sv/man6/wesnoth.6*
+#%%lang(sr) %{_mandir}/sr/man6/wesnoth.6*
+#%%lang(sv) %{_mandir}/sv/man6/wesnoth.6*
 %lang(tr) %{_mandir}/tr/man6/wesnoth.6*
 %lang(zh_CN) %{_mandir}/zh_CN/man6/wesnoth.6*
-%lang(zh_TW) %{_mandir}/zh_TW/man6/wesnoth.6*
+#%%lang(zh_TW) %{_mandir}/zh_TW/man6/wesnoth.6*
 %{_datadir}/%{name}
 %{_desktopdir}/%{name}.desktop
 %{_pixmapsdir}/%{name}-icon.png
@@ -200,6 +215,7 @@
 %if %{with server}
 %files server
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/campaignd
 %attr(755,root,root) %{_bindir}/wesnothd
 %attr(754,root,root) /etc/rc.d/init.d/wesnothd
 %{_mandir}/man6/wesnothd.6*
@@ -213,6 +229,7 @@
 %lang(hu) %{_mandir}/hu/man6/wesnothd.6*
 %lang(it) %{_mandir}/it/man6/wesnothd.6*
 %lang(ja) %{_mandir}/ja/man6/wesnothd.6*
+%lang(lt) %{_mandir}/lt/man6/wesnothd.6*
 %lang(nl) %{_mandir}/nl/man6/wesnothd.6*
 %lang(pl) %{_mandir}/pl/man6/wesnothd.6*
 %lang(sk) %{_mandir}/sk/man6/wesnothd.6*
@@ -229,32 +246,34 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/cutter
 %attr(755,root,root) %{_bindir}/exploder
-%attr(755,root,root) %{_bindir}/wesnoth_editor
+%attr(755,root,root) %{_bindir}/wesnoth_addon_manager
+#%%attr(755,root,root) %{_bindir}/wesnoth_editor
 %attr(755,root,root) %{_bindir}/wmlindent
 %attr(755,root,root) %{_bindir}/wmllint
 %attr(755,root,root) %{_bindir}/wmlscope
-%{_mandir}/man6/wesnoth_editor.6*
-%lang(cs) %{_mandir}/cs/man6/wesnoth_editor.6*
-%lang(da) %{_mandir}/da/man6/wesnoth_editor.6*
-%lang(de) %{_mandir}/de/man6/wesnoth_editor.6*
-%lang(es) %{_mandir}/es/man6/wesnoth_editor.6*
-%lang(fi) %{_mandir}/fi/man6/wesnoth_editor.6*
-%lang(fr) %{_mandir}/fr/man6/wesnoth_editor.6*
-%lang(gl) %{_mandir}/gl/man6/wesnoth_editor.6*
-%lang(hu) %{_mandir}/hu/man6/wesnoth_editor.6*
-%lang(it) %{_mandir}/it/man6/wesnoth_editor.6*
-%lang(ja) %{_mandir}/ja/man6/wesnoth_editor.6*
-%lang(lt) %{_mandir}/lt/man6/wesnoth_editor.6*
-%lang(nl) %{_mandir}/nl/man6/wesnoth_editor.6*
-%lang(pl) %{_mandir}/pl/man6/wesnoth_editor.6*
-%lang(sk) %{_mandir}/sk/man6/wesnoth_editor.6*
-%lang(sr) %{_mandir}/sr/man6/wesnoth_editor.6*
-%lang(sv) %{_mandir}/sv/man6/wesnoth_editor.6*
-%lang(tr) %{_mandir}/tr/man6/wesnoth_editor.6*
-%lang(zh_CN) %{_mandir}/zh_CN/man6/wesnoth_editor.6*
-%lang(zh_TW) %{_mandir}/zh_TW/man6/wesnoth_editor.6*
+#%%{_mandir}/man6/wesnoth_editor.6*
+#%%lang(cs) %{_mandir}/cs/man6/wesnoth_editor.6*
+#%%lang(da) %{_mandir}/da/man6/wesnoth_editor.6*
+#%%lang(de) %{_mandir}/de/man6/wesnoth_editor.6*
+#%%lang(es) %{_mandir}/es/man6/wesnoth_editor.6*
+#%%lang(fr) %{_mandir}/fr/man6/wesnoth_editor.6*
+#%%lang(gl) %{_mandir}/gl/man6/wesnoth_editor.6*
+#%%lang(hu) %{_mandir}/hu/man6/wesnoth_editor.6*
+#%%lang(it) %{_mandir}/it/man6/wesnoth_editor.6*
+#%%lang(ja) %{_mandir}/ja/man6/wesnoth_editor.6*
+#%%lang(lt) %{_mandir}/lt/man6/wesnoth_editor.6*
+#%%lang(nl) %{_mandir}/nl/man6/wesnoth_editor.6*
+#%%lang(pl) %{_mandir}/pl/man6/wesnoth_editor.6*
+#%%lang(sk) %{_mandir}/sk/man6/wesnoth_editor.6*
+#%%lang(sr) %{_mandir}/sr/man6/wesnoth_editor.6*
+#%%lang(sv) %{_mandir}/sv/man6/wesnoth_editor.6*
+#%%lang(tr) %{_mandir}/tr/man6/wesnoth_editor.6*
+#%%lang(zh_CN) %{_mandir}/zh_CN/man6/wesnoth_editor.6*
+#%%lang(zh_TW) %{_mandir}/zh_TW/man6/wesnoth_editor.6*
 %{_desktopdir}/%{name}_editor.desktop
 %{_pixmapsdir}/%{name}_editor-icon.png
+#%%dir %{py_sitedir}/%{name}
+#%%{py_sitedir}/%{name}/*.py[co]
 %endif
 
 %define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -263,20 +282,50 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.102  2008/12/18 14:49:21  lisu
-- 1.4.7
-
-Revision 1.101  2008/11/15 19:37:22  arekm
-- release 2
-
-Revision 1.100  2008/11/11 14:22:24  arvenil
-- packaged man pages
-
-Revision 1.99  2008/11/10 19:14:50  arvenil
-- up to 1.4.6 (just md5)
+Revision 1.103  2009/03/23 15:00:17  lisu
+- up to 1.6a version
+- merge with DEVEL
+
+Revision 1.97.2.10  2009/03/17 12:40:18  lisu
+- up to 1.5.14
+- Finnish man pages
+
+Revision 1.97.2.9  2009/03/13 10:06:54  lisu
+- up to 1.5.13
+- zh_CN man pages
+
+Revision 1.97.2.8  2009/03/05 09:21:36  lisu
+- up to 1.5.12
+- restore polish man page
+- problem with packaging python files (TODO)
+- missing BR: sed
+- SDL_ttf-devel >= 2.0.8
+
+Revision 1.97.2.7  2009/02/18 15:37:10  lisu
+- 1.5.10
+
+Revision 1.97.2.6  2009/02/11 11:20:51  lisu
+- up to 1.5.9
+- restore hu and sk manpages for main package
+
+Revision 1.97.2.5  2009/02/02 11:28:37  lisu
+- up to 1.5.8
+
+Revision 1.97.2.4  2009/01/01 20:04:41  lisu
+- missing BRs: libvorbis-devel, pkg-config
+- remove --disable-strict-compilation option (builds without it now)
+- adapter
+
+Revision 1.97.2.3  2009/01/01 16:41:41  arvenil
+- up to 1.5.7
+
+Revision 1.97.2.2  2008/12/01 09:44:35  lisu
+- up to 1.5.6
+- config with --disable-strict-compilation (there were some problems with python2.6)
+- fail to install some language files for this moment
 
-Revision 1.98  2008/11/07 23:09:34  megabajt
-- release 3
+Revision 1.97.2.1  2008/10/03 20:57:41  arvenil
+- up to 1.5.4
 
 Revision 1.97  2008/10/03 18:06:21  arekm
 - release 2
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/wesnoth.spec?r1=1.102&r2=1.103&f=u



More information about the pld-cvs-commit mailing list