Author: hawk Date: Tue Jan 5 23:12:19 2010 GMT Module: packages Tag: HEAD ---- Log message: - locale fixes
---- Files affected: packages/geany: geany.spec (1.30 -> 1.31) ---- Diffs: ================================================================ Index: packages/geany/geany.spec diff -u packages/geany/geany.spec:1.30 packages/geany/geany.spec:1.31 --- packages/geany/geany.spec:1.30 Mon Aug 17 06:11:43 2009 +++ packages/geany/geany.spec Wed Jan 6 00:12:14 2010 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Szybkie i lekkie IDE używające GTK+2 Name: geany Version: 0.18 -Release: 1 +Release: 2 License: GPL v2+ Group: Development/Tools Source0: http://download.geany.org/%{name}-%{version}.tar.bz2 @@ -164,6 +164,10 @@ rm -f $RPM_BUILD_ROOT/%{_pixmapsdir}/%{name}.ico +# fix locales +rm -rf $RPM_BUILD_ROOT/%{_datadir}/locale/lb +mv $RPM_BUILD_ROOT%{_datadir}/locale/pt{_PT,} + %find_lang %{name} %{!?_noautocompressdoc:find $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} -not -name '*.html' -not -name '*.png' -exec gzip '{}' ';'} @@ -227,6 +231,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.31 2010/01/05 23:12:14 hawk +- locale fixes + Revision 1.30 2009/08/17 04:11:43 aredridel - 0.18 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/geany/geany.spec?r1=1.30&r2=1.31&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
