Author: adamg Date: Thu Aug 23 13:57:08 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - fix lv translation (lv_LV->lv); release 2
---- Files affected: SPECS: xmoto.spec (1.40 -> 1.41) ---- Diffs: ================================================================ Index: SPECS/xmoto.spec diff -u SPECS/xmoto.spec:1.40 SPECS/xmoto.spec:1.41 --- SPECS/xmoto.spec:1.40 Sat Aug 4 15:18:10 2007 +++ SPECS/xmoto.spec Thu Aug 23 15:57:02 2007 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Klon gry across/elma Name: xmoto Version: 0.3.2 -Release: 1 +Release: 2 License: GPL Group: X11/Applications/Games Source0: http://download.tuxfamily.org/xmoto/xmoto/%{version}/%{name}-%{version}-src.tar.gz @@ -54,6 +54,10 @@ cat %{SOURCE3} | gzip -9 > xmoto.6.gz %patch0 -p1 +# fix lv translation +sed -i -e 's/lv_LV/lv/g' configure.in +mv -f po/lv{_LV,}.po + %build %{__libtoolize} %{__gettextize} @@ -112,6 +116,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.41 2007/08/23 13:57:02 adamg +- fix lv translation (lv_LV->lv); release 2 + Revision 1.40 2007/08/04 13:18:10 wolf - 0.3.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xmoto.spec?r1=1.40&r2=1.41&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
