Author: megabajt Date: Wed Dec 5 19:11:46 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed locale names (locale-names.patch)
---- Files affected: SPECS: libexo.spec (1.25 -> 1.26) ---- Diffs: ================================================================ Index: SPECS/libexo.spec diff -u SPECS/libexo.spec:1.25 SPECS/libexo.spec:1.26 --- SPECS/libexo.spec:1.25 Wed Dec 5 19:57:19 2007 +++ SPECS/libexo.spec Wed Dec 5 20:11:40 2007 @@ -14,6 +14,7 @@ Group: Libraries Source0: http://www.xfce.org/archive/xfce-%{xfce_version}/src/exo-%{version}.tar.bz2 # Source0-md5: 7a1af943b1df32b6f89ae91823118a22 +Patch0: %{name}-locale-names.patch URL: http://www.os-cillation.com/ BuildRequires: autoconf >= 2.50 BuildRequires: automake @@ -119,6 +120,10 @@ %prep %setup -q -n exo-%{version} +%patch0 -p1 + +mv -f po/{pt_PT,pt}.po +mv -f po/{nb_NO,nb}.po %build %{__intltoolize} @@ -222,6 +227,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.26 2007-12-05 19:11:40 megabajt +- fixed locale names (locale-names.patch) + Revision 1.25 2007-12-05 18:57:19 megabajt - updated to 0.3.4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libexo.spec?r1=1.25&r2=1.26&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
