packages (DEVEL): wesnoth/wesnoth.spec - start update to 1.7.12 - libtooliz...

lisu lisu at pld-linux.org
Mon Feb 1 14:16:40 CET 2010


Author: lisu                         Date: Mon Feb  1 13:16:40 2010 GMT
Module: packages                      Tag: DEVEL
---- Log message:
- start update to 1.7.12
- libtoolize, fix confgiure.ac by changing obsolete AC_PROG_RANLIB to LT_INIT
- errors (TODO)

---- Files affected:
packages/wesnoth:
   wesnoth.spec (1.108.2.13 -> 1.108.2.14) 

---- Diffs:

================================================================
Index: packages/wesnoth/wesnoth.spec
diff -u packages/wesnoth/wesnoth.spec:1.108.2.13 packages/wesnoth/wesnoth.spec:1.108.2.14
--- packages/wesnoth/wesnoth.spec:1.108.2.13	Tue Dec 22 12:47:23 2009
+++ packages/wesnoth/wesnoth.spec	Mon Feb  1 14:16:35 2010
@@ -3,6 +3,7 @@
 # - use desktop file included with project (consider which one are better)
 # - dont know what should I do with sr at latin man pages
 # - unpackaged language files
+# - fix linking (now compiler is trying to link using static libraries, why?)
 # Conditional build
 %bcond_without	server	# without server
 %bcond_without	tools	# without tools
@@ -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.7.10
+Version:	1.7.12
 Release:	0.1
 Epoch:		1
 License:	GPL v2+
 Group:		X11/Applications/Games/Strategy
 Source0:	http://downloads.sourceforge.net/wesnoth/%{name}-%{version}.tar.bz2
-# Source0-md5:	e31149a10508be250200058f318876f8
+# Source0-md5:	7457cce6b444720415e9a172b177740c
 Source1:	%{name}.desktop
 Source2:	%{name}_editor.desktop
 Source3:	%{name}d.init
@@ -113,8 +114,12 @@
 %{__sed} -i 's,$PYTHON_PREFIX"/lib/,"%{_libdir}/,g' configure.ac
 %{__sed} -i 's,lua5.1,lua51,' configure.ac
 
+# AC_PROG_RANLIB is obsolete by LT_INIT
+%{__sed} -i 's,AC_PROG_RANLIB,LT_INIT,' configure.ac
+
 %build
 %{__gettextize}
+%{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
@@ -292,6 +297,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.108.2.14  2010/02/01 13:16:35  lisu
+- start update to 1.7.12
+- libtoolize, fix confgiure.ac by changing obsolete AC_PROG_RANLIB to LT_INIT
+- errors (TODO)
+
 Revision 1.108.2.13  2009/12/22 11:47:23  lisu
 - updated to 1.7.10
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wesnoth/wesnoth.spec?r1=1.108.2.13&r2=1.108.2.14&f=u



More information about the pld-cvs-commit mailing list