SPECS: python-kiwi.spec - rel. 2 - small patch to fix es locale issue added...

duddits duddits at pld-linux.org
Mon Sep 22 21:58:56 CEST 2008


Author: duddits                      Date: Mon Sep 22 19:58:56 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel. 2
- small patch to fix es locale issue added
- some tune-ups inside dir tree

---- Files affected:
SPECS:
   python-kiwi.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/python-kiwi.spec
diff -u SPECS/python-kiwi.spec:1.10 SPECS/python-kiwi.spec:1.11
--- SPECS/python-kiwi.spec:1.10	Mon Sep 22 19:22:10 2008
+++ SPECS/python-kiwi.spec	Mon Sep 22 21:58:51 2008
@@ -8,11 +8,12 @@
 Summary(pl.UTF-8):	Szkielet do budowania GUI w Pythonie
 Name:		python-%{module}
 Version:	1.9.22
-Release:	1
+Release:	2
 License:	LGPL
 Group:		Libraries/Python
 Source0:	http://download.gnome.org/sources/kiwi/1.9/%{module}-%{version}.tar.bz2
 # Source0-md5:	3e2e13f01efe02e5749b2424e0508180
+Patch0:		%{name}_es_locale_fix.patch
 URL:		http://www.async.com.br/projects/kiwi/
 BuildRequires:	gettext-devel
 BuildRequires:	python-devel >= 1:2.5
@@ -70,7 +71,11 @@
 
 %prep
 %setup -q -n %{module}-%{version}
+%patch0 -p1
 sed -i -e 's|share/doc/kiwi|share/doc/%{name}-%{version}|' setup.py
+# es locale quick fix
+mv -f locale/es_ES locale/es
+mv -f po/es_ES.po po/es.po 
 
 %build
 CFLAGS="%{rpmcflags}" %{__python} setup.py build
@@ -121,6 +126,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2008/09/22 19:58:51  duddits
+- rel. 2
+- small patch to fix es locale issue added
+- some tune-ups inside dir tree
+
 Revision 1.10  2008/09/22 17:22:10  duddits
 - up to 1.9.22
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-kiwi.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list