Author: lisu Date: Wed Jul 8 08:25:17 2009 GMT Module: packages Tag: HEAD ---- Log message: - up to 1.6.4 - disable Werror flag causing build problems (werror.patch) - zh_TW man pages restored
---- Files affected: packages/wesnoth: wesnoth.spec (1.110 -> 1.111) ---- Diffs: ================================================================ Index: packages/wesnoth/wesnoth.spec diff -u packages/wesnoth/wesnoth.spec:1.110 packages/wesnoth/wesnoth.spec:1.111 --- packages/wesnoth/wesnoth.spec:1.110 Mon Jul 6 09:29:52 2009 +++ packages/wesnoth/wesnoth.spec Wed Jul 8 10:25:12 2009 @@ -2,7 +2,7 @@ # TODO # - rename language files s...@latin to s...@latn and include them # - use desktop file included with project (consider which one are better) -# - dont know what should I do with s...@latin and racv man pages +# - dont know what should I do with s...@latin man pages # - unpackaged language files # Conditional build %bcond_without server # without server @@ -13,18 +13,19 @@ 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.6.3 +Version: 1.6.4 Release: 1 Epoch: 1 License: GPL v2+ Group: X11/Applications/Games/Strategy Source0: http://dl.sourceforge.net/wesnoth/%{name}-%{version}.tar.bz2 -# Source0-md5: 2ffabfbbcbfd2e6c0ab5dac1d314d9e1 +# Source0-md5: c8bc4c5b2be28e29563dfe3f89eafd51 Source1: %{name}.desktop Source2: %{name}_editor.desktop Source3: %{name}d.init Patch0: %{name}-Makefile.patch Patch1: %{name}-locale_dir.patch +Patch2: %{name}-werror.patch URL: http://www.wesnoth.org/ BuildRequires: SDL-devel >= 1.2.7 BuildRequires: SDL_image-devel >= 1.2 @@ -111,6 +112,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %{__sed} -i 's,$PYTHON_PREFIX"/lib/,"%{_libdir}/,g' configure.ac %build @@ -210,7 +212,7 @@ %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 @@ -240,7 +242,7 @@ %lang(sv) %{_mandir}/sv/man6/wesnothd.6* %lang(tr) %{_mandir}/tr/man6/wesnothd.6* %lang(zh_CN) %{_mandir}/zh_CN/man6/wesnothd.6* -#%%lang(zh_TW) %{_mandir}/zh_TW/man6/wesnothd.6* +%lang(zh_TW) %{_mandir}/zh_TW/man6/wesnothd.6* %attr(770,wesnothd,wesnothd) %dir /var/run/wesnothd %endif @@ -285,6 +287,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.111 2009/07/08 08:25:12 lisu +- up to 1.6.4 +- disable Werror flag causing build problems (werror.patch) +- zh_TW man pages restored + Revision 1.110 2009/07/06 07:29:52 uzsolt - up to 1.6.3 - new TODO item ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wesnoth/wesnoth.spec?r1=1.110&r2=1.111&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
