Author: adamg Date: Sat Jun 7 17:09:02 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - removed font-related todo entry (configuration issue) - --with-iconv - --with-midi=/usr/bin/timidity + Suggests: TiMidity++ (in order to play ingame music) - release 0.2
---- Files affected: SPECS: openttd.spec (1.50 -> 1.51) ---- Diffs: ================================================================ Index: SPECS/openttd.spec diff -u SPECS/openttd.spec:1.50 SPECS/openttd.spec:1.51 --- SPECS/openttd.spec:1.50 Sat Jun 7 18:09:21 2008 +++ SPECS/openttd.spec Sat Jun 7 19:08:56 2008 @@ -2,7 +2,6 @@ # # ToDo: # - review -home_etc.patch -# - complains about polish fonts, # # Conditional build: %bcond_without home_etc # without home_etc support @@ -11,7 +10,7 @@ Summary(pl.UTF-8): Otwarta reimplementacja gry Transport Tycoon Deluxe Name: openttd Version: 0.6.1 -Release: 0.1 +Release: 0.2 License: GPL Group: X11/Applications/Games Source0: http://dl.sourceforge.net/openttd/%{name}-%{version}-source.tar.bz2 @@ -23,6 +22,7 @@ Source3: %{name}.desktop Source4: %{name}-server.desktop Patch0: %{name}-home_etc.patch +Patch1: %{name}-libiconv.patch URL: http://www.openttd.com/ BuildRequires: SDL-devel BuildRequires: freetype-devel @@ -35,6 +35,7 @@ Requires: TiMidity++ Provides: %{name}-binary = %{version}-%{release} Obsoletes: openttd-server +Suggests: TiMidity++ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -89,6 +90,7 @@ rmdir openttd-0.4.8-RC1-scenarios heightmap cd ../.. %{?with_home_etc:%patch0 -p1} +%patch1 -p1 # Let's pldize find src/lang/ -type f -exec sed -i 's/:Unix/:PLD Linux/' \{\} \; @@ -137,7 +139,9 @@ --with-zlib \ --with-png \ --with-freetype \ - --with-fontconfig + --with-fontconfig \ + --with-iconv \ + --with-midi=/usr/bin/timidity %{__make} \ MANUAL_CONFIG=1 \ @@ -190,6 +194,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.51 2008-06-07 17:08:56 adamg +- removed font-related todo entry (configuration issue) +- --with-iconv +- --with-midi=/usr/bin/timidity + Suggests: TiMidity++ (in order to play + ingame music) +- release 0.2 + Revision 1.50 2008-06-07 16:09:21 adamg - updated to 0.6.1 - include scenario packs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/openttd.spec?r1=1.50&r2=1.51&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
