rpms/python-kiwi/FC-5 .cvsignore, 1.3, 1.4 python-kiwi.spec, 1.4, 1.5 sources, 1.3, 1.4

Konstantin Ryabitsev (icon) fedora-extras-commits at redhat.com
Sun Dec 17 19:27:54 UTC 2006


Author: icon

Update of /cvs/extras/rpms/python-kiwi/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1733/FC-5

Modified Files:
	.cvsignore python-kiwi.spec sources 
Log Message:
Version 0.9.11



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-kiwi/FC-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	3 Sep 2006 18:46:22 -0000	1.3
+++ .cvsignore	17 Dec 2006 19:27:24 -0000	1.4
@@ -1 +1 @@
-kiwi-1.9.9.tar.gz
+kiwi-1.9.11.tar.gz


Index: python-kiwi.spec
===================================================================
RCS file: /cvs/extras/rpms/python-kiwi/FC-5/python-kiwi.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-kiwi.spec	3 Sep 2006 18:46:22 -0000	1.4
+++ python-kiwi.spec	17 Dec 2006 19:27:24 -0000	1.5
@@ -2,20 +2,20 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-kiwi
-Version:        1.9.9
+Version:        1.9.11
 Release:        1%{?dist}
 Summary:        Framework for Python GUI applications
 
 Group:          Development/Libraries
 License:        LGPL
 URL:            http://www.async.com.br/projects/kiwi/
-Source0:        http://www.async.com.br/projects/kiwi/download/kiwi-%{version}.tar.gz
+Source0:        http://download.gnome.org/sources/kiwi/1.9/kiwi-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  python-devel, pygtk2 >= 2.8, gettext
 Requires:       pygtk2 >= 2.8
-Requires:       python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
+
 
 %description
 Kiwi consists of a set of classes and wrappers for PyGTK that were 
@@ -35,6 +35,16 @@
 Gazpacho glade editor.
 
 
+%package docs
+Group:          Documentation
+Summary:        Documentation related to python-kiwi
+Requires:       %{name} = %{version}-%{release}
+
+%description docs
+This package contains documentation that contains APIs and related materials,
+useful for reference when writing software using Kiwi.
+
+
 %prep
 %setup -q -n kiwi-%{version}
 sed -i -e 's|share/doc/kiwi|share/doc/%{name}-%{version}|' setup.py
@@ -50,7 +60,7 @@
 rm -rf $RPM_BUILD_ROOT%{_defaultdocdir}
 
 # The install script mis-guesses where gazpacho is installed on 
-# non-ix86 platforms
+# non-x86 platforms
 if [ "%{python_sitearch}" != "%{python_sitelib}" ]; then
     mv $RPM_BUILD_ROOT%{python_sitearch}/gazpacho \
         $RPM_BUILD_ROOT%{python_sitelib}/
@@ -65,19 +75,30 @@
 
 %files -f kiwi.lang
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog README NEWS doc/* examples
+%doc AUTHORS COPYING ChangeLog README NEWS
 %{_bindir}/*
 %{_datadir}/kiwi
 %{python_sitelib}/kiwi
 
 %files gazpacho
 %defattr(-,root,root,-)
-%dir %{_datadir}/gazpacho
-%{_datadir}/gazpacho/*
-%{python_sitelib}/gazpacho
+%doc COPYING
+%{python_sitelib}/gazpacho/widgets/*
+%{_datadir}/gazpacho/catalogs/*
+%{_datadir}/gazpacho/resources/*
+
+%files docs
+%defattr(-,root,root,-)
+%doc COPYING doc/* examples
 
 
 %changelog
+* Sun Dec 17 2006 Konstantin Ryabitsev <icon at fedoraproject.org> - 1.9.11-1
+- Upstream 1.9.11
+- Do not manually provide python-abi
+- Move docs into a subpackage
+- Do a better job with gazpacho dir ownerships
+
 * Sun Sep 03 2006 Konstantin Ryabitsev <icon at fedoraproject.org> - 1.9.9-1
 - Version 1.9.9
 - Do not ghost


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-kiwi/FC-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	3 Sep 2006 18:46:22 -0000	1.3
+++ sources	17 Dec 2006 19:27:24 -0000	1.4
@@ -1 +1 @@
-32482bd29ab7c78ccc1e12cc93c69adb  kiwi-1.9.9.tar.gz
+f1b516765b980b9feebd6f43722088d2  kiwi-1.9.11.tar.gz




More information about the scm-commits mailing list