Author: zbyniu Date: Fri Jan 11 00:35:42 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - fix locale names; BRsl adapterized; rel 2
---- Files affected: SPECS: gimp-plugin-lqr.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/gimp-plugin-lqr.spec diff -u SPECS/gimp-plugin-lqr.spec:1.1 SPECS/gimp-plugin-lqr.spec:1.2 --- SPECS/gimp-plugin-lqr.spec:1.1 Thu Oct 4 18:34:50 2007 +++ SPECS/gimp-plugin-lqr.spec Fri Jan 11 01:35:37 2008 @@ -2,27 +2,34 @@ Summary: Liquid Rescale GIMP Plug-In Name: gimp-plugin-lqr Version: 0.2.1 -Release: 1 +Release: 2 License: GPL v2+ Group: X11/Applications/Graphics Source0: http://liquidrescale.wikidot.com/local--files/en:download-page/gimp-lqr-plugin-%{version}.tar.gz # Source0-md5: 574ed430b552a34bc832a4760d35965c URL: http://liquidrescale.wikidot.com/ +Patch0: %{name}-locale_names.patch BuildRequires: gettext-devel BuildRequires: gimp-devel >= 1:2.3.0 BuildRequires: gtk+2-devel >= 2:2.12.0 +BuildRequires: intltool +BuildRequires: pkgconfig BuildRequires: rpmbuild(macros) >= 1.198 Requires: gimp >= 1:2.2.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description This plugin aims at resizing pictures non uniformly while preserving -their features, i.e. avoiding distortion of the important parts. -It supports manual feature selection, and can also be used to -remove portions of the picture in a consistent way. +their features, i.e. avoiding distortion of the important parts. It +supports manual feature selection, and can also be used to remove +portions of the picture in a consistent way. %prep %setup -q -n gimp-lqr-plugin-%{version} +%patch0 -p1 +mv -f po/{eu_ES,eu}.po +mv -f po/{es_ES,es}.po +mv -f po/{ro_RO,ro}.po %build %configure @@ -51,6 +58,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2008-01-11 00:35:37 zbyniu +- fix locale names; BRsl adapterized; rel 2 + Revision 1.1 2007-10-04 16:34:50 baggins - initial revision - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gimp-plugin-lqr.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
