Author: lisu Date: Fri Jun 5 13:54:07 2009 GMT Module: packages Tag: DEVEL ---- Log message: - up to 1.7.0 - search for lua51 instead od lua5.1 (sed) - BR: lua51-devel - changes in files (man pages)
---- Files affected: packages/wesnoth: wesnoth.spec (1.108 -> 1.108.2.1) ---- Diffs: ================================================================ Index: packages/wesnoth/wesnoth.spec diff -u packages/wesnoth/wesnoth.spec:1.108 packages/wesnoth/wesnoth.spec:1.108.2.1 --- packages/wesnoth/wesnoth.spec:1.108 Fri Jun 5 10:55:28 2009 +++ packages/wesnoth/wesnoth.spec Fri Jun 5 15:54:02 2009 @@ -12,18 +12,17 @@ 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.2 -Release: 1 +Version: 1.7.0 +Release: 0.1 Epoch: 1 License: GPL v2+ Group: X11/Applications/Games/Strategy Source0: http://dl.sourceforge.net/wesnoth/%{name}-%{version}.tar.bz2 -# Source0-md5: d7de3cddcd832ebaaf8d00990ad14d01 +# Source0-md5: ed4ce3cc0f278d726264c4121de969cf Source1: %{name}.desktop Source2: %{name}_editor.desktop Source3: %{name}d.init -Patch0: %{name}-Makefile.patch -Patch1: %{name}-locale_dir.patch +Patch0: %{name}-locale_dir.patch URL: http://www.wesnoth.org/ BuildRequires: SDL-devel >= 1.2.7 BuildRequires: SDL_image-devel >= 1.2 @@ -39,6 +38,7 @@ BuildRequires: libstdc++-devel BuildRequires: libtool >= 2:1.5 BuildRequires: libvorbis-devel +BuildRequires: lua51-devel BuildRequires: pkg-config BuildRequires: python-devel BuildRequires: rpm-pythonprov @@ -108,8 +108,8 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 %{__sed} -i 's,$PYTHON_PREFIX"/lib/,"%{_libdir}/,g' configure.ac +%{__sed} -i 's,lua5.1,lua51,' configure.ac %build %{__gettextize} @@ -205,10 +205,10 @@ #%%lang(ru) %{_mandir}/ru/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(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 @@ -235,10 +235,10 @@ %lang(pl) %{_mandir}/pl/man6/wesnothd.6* #%%lang(sk) %{_mandir}/sk/man6/wesnothd.6* %lang(sr) %{_mandir}/sr/man6/wesnothd.6* -%lang(sv) %{_mandir}/sv/man6/wesnothd.6* +#%%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 @@ -283,6 +283,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.108.2.1 2009/06/05 13:54:02 lisu +- up to 1.7.0 +- search for lua51 instead od lua5.1 (sed) +- BR: lua51-devel +- changes in files (man pages) + Revision 1.108 2009/06/05 08:55:28 lisu - up to 1.6.2 - restore French man pages ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wesnoth/wesnoth.spec?r1=1.108&r2=1.108.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
