Author: lisu Date: Fri Apr 3 08:45:38 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.0.7 - fix scenario workaround - more verbose files
---- Files affected: SPECS: openttd.spec (1.57 -> 1.58) ---- Diffs: ================================================================ Index: SPECS/openttd.spec diff -u SPECS/openttd.spec:1.57 SPECS/openttd.spec:1.58 --- SPECS/openttd.spec:1.57 Tue Mar 31 13:06:55 2009 +++ SPECS/openttd.spec Fri Apr 3 10:45:32 2009 @@ -6,12 +6,12 @@ Summary: An open source reimplementation of the Microprose game "Transport Tycoon Deluxe" Summary(pl.UTF-8): Otwarta reimplementacja gry Transport Tycoon Deluxe Name: openttd -Version: 0.6.3 +Version: 0.7.0 Release: 1 -License: GPL +License: GPL v2+ Group: X11/Applications/Games Source0: http://dl.sourceforge.net/openttd/%{name}-%{version}-source.tar.bz2 -# Source0-md5: d05b9ebf67c83f07e8286d0d2b1fc293 +# Source0-md5: 3185dccdb094ada9a1f3f610965c15bc Source1: http://dl.sourceforge.net/openttd/%{name}-0.4.8-scenarios.tar.bz2 # Source1-md5: 34e8cb13ce1d4e6b5b24887c628c1ac8 Source2: http://dl.sourceforge.net/openttd/%{name}-0.5.0-scenarios.tar.bz2 @@ -79,17 +79,18 @@ %prep %setup -q +mkdir bin/scenario cd bin/scenario tar xvjf %{SOURCE1} tar xvjf %{SOURCE2} mv openttd-0.4.8-RC1-scenarios/* . -rmdir openttd-0.4.8-RC1-scenarios heightmap +rmdir openttd-0.4.8-RC1-scenarios cd ../.. %{?with_home_etc:%patch0 -p1} %patch1 -p1 # Let's pldize -find src/lang/ -type f -exec sed -i 's/:Unix/:PLD Linux/' \{\} \; +find src/lang/ -type f -exec %{__sed} -i 's/:Unix/:PLD Linux/' \{\} \; %build @@ -183,13 +184,13 @@ %doc changelog.txt known-bugs.txt readme.txt docs/{Manual.txt,multiplayer.txt} %attr(755,root,root) %{_bindir}/%{name} %{_desktopdir}/%{name}.desktop -%{_mandir}/man6/* +%{_mandir}/man6/openttd.* %files data %defattr(644,root,root,755) %doc bin/scripts %{_datadir}/%{name} -%{_pixmapsdir}/* +%{_pixmapsdir}/openttd.* %files server %defattr(644,root,root,755) @@ -202,6 +203,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.58 2009/04/03 08:45:32 lisu +- up to 0.0.7 +- fix scenario workaround +- more verbose files + Revision 1.57 2009/03/31 11:06:55 tommat - home-etc patch seems to be ok, rel 1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/openttd.spec?r1=1.57&r2=1.58&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
