SPECS: python-kiwi.spec - up to 1.9.24 - cleaning, TODO updated

duddits duddits at pld-linux.org
Sat Mar 14 17:48:17 CET 2009


Author: duddits                      Date: Sat Mar 14 16:48:17 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 1.9.24
- cleaning, TODO updated

---- Files affected:
SPECS:
   python-kiwi.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/python-kiwi.spec
diff -u SPECS/python-kiwi.spec:1.12 SPECS/python-kiwi.spec:1.13
--- SPECS/python-kiwi.spec:1.12	Fri Mar 13 23:53:14 2009
+++ SPECS/python-kiwi.spec	Sat Mar 14 17:48:12 2009
@@ -1,18 +1,17 @@
 # $Revision$, $Date$
 # TODO:
 # - doublecheck this, as almost raw stolen from FC
-# - py_postclean?
 #
 %define		module	kiwi
 Summary:	Framework for Python GUI applications
 Summary(pl.UTF-8):	Szkielet do budowania GUI w Pythonie
 Name:		python-%{module}
-Version:	1.9.22
-Release:	3
+Version:	1.9.24
+Release:	1
 License:	LGPL
 Group:		Libraries/Python
 Source0:	http://download.gnome.org/sources/kiwi/1.9/%{module}-%{version}.tar.bz2
-# Source0-md5:	3e2e13f01efe02e5749b2424e0508180
+# Source0-md5:	217a2c0d3e4b807b01206798394befe9
 Patch0:		%{name}_es_locale_fix.patch
 URL:		http://www.async.com.br/projects/kiwi/
 BuildRequires:	gettext-devel
@@ -99,6 +98,9 @@
 
 %find_lang kiwi
 
+# Remove *.py files. We don't package them.
+find $RPM_BUILD_ROOT%{py_sitescriptdir}/%{module} -type f -name '*.py' -print0 | xargs -0 rm -f
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -126,6 +128,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2009/03/14 16:48:12  duddits
+- up to 1.9.24
+- cleaning, TODO updated
+
 Revision 1.12  2009/03/13 22:53:14  hawk
 - release 3
 
================================================================

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



More information about the pld-cvs-commit mailing list