rpms/wxPython/devel .cvsignore, 1.14, 1.15 sources, 1.12, 1.13 wxPython.spec, 1.32, 1.33

Dan Horák sharkcz at fedoraproject.org
Fri Apr 10 19:08:20 UTC 2009


Author: sharkcz

Update of /cvs/pkgs/rpms/wxPython/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30484

Modified Files:
	.cvsignore sources wxPython.spec 
Log Message:
* Fri Apr 10 2009 Dan Horak <dan[at]danny.cz> - 2.8.9.2-1
- update to 2.8.9.2
- create noarch docs subpackage



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/wxPython/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	30 Sep 2008 14:48:29 -0000	1.14
+++ .cvsignore	10 Apr 2009 19:07:49 -0000	1.15
@@ -1 +1 @@
-wxPython-src-2.8.9.1.tar.bz2
+wxPython-src-2.8.9.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/wxPython/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	30 Sep 2008 14:48:29 -0000	1.12
+++ sources	10 Apr 2009 19:07:49 -0000	1.13
@@ -1 +1 @@
-4ad9a64e05529097618c7e48fbb10a84  wxPython-src-2.8.9.1.tar.bz2
+e3d89746af98b9279e4ff39a57f6dc63  wxPython-src-2.8.9.2.tar.bz2


Index: wxPython.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wxPython/devel/wxPython.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- wxPython.spec	5 Mar 2009 10:34:31 -0000	1.32
+++ wxPython.spec	10 Apr 2009 19:07:49 -0000	1.33
@@ -4,8 +4,8 @@
 %define buildflags WXPORT=gtk2 UNICODE=1
 
 Name:           wxPython
-Version:        2.8.9.1
-Release:        4%{?dist}
+Version:        2.8.9.2
+Release:        1%{?dist}
 
 Summary:        GUI toolkit for the Python programming language
 
@@ -46,11 +46,22 @@
 add-on modules for wxPython. It is NOT needed for development of most
 programs which use the wxPython toolkit.
 
+%package        docs
+Group:          Documentation
+Summary:        Documentation and samples for wxPython
+Requires:       %{name} = %{version}-%{release}
+%if 0%{?fedora} > 9
+BuildArch:      noarch
+%endif
+
+%description docs
+Documentation, samples and demo application for wxPython.
+
 
 %prep
 %setup -q -n wxPython-src-%{version}
 
-# fix libdir otherwise it additional wx libs cannot be found
+# fix libdir otherwise additional wx libs cannot be found
 sed -i -e 's|/usr/lib|%{_libdir}|' wxPython/config.py
 
 
@@ -80,14 +91,13 @@
 
 %files
 %defattr(-,root,root,-)
-%doc wxPython/docs wxPython/demo wxPython/licence/ wxPython/samples
+%doc wxPython/licence
 %{_bindir}/*
 %{python_sitearch}/wx.pth
 %{python_sitearch}/wxversion.py*
 %dir %{python_sitearch}/wx-2.8-gtk2-unicode/
 %{python_sitearch}/wx-2.8-gtk2-unicode/wx
 %{python_sitearch}/wx-2.8-gtk2-unicode/wxPython
-%{python_sitelib}/wxaddons
 %if 0%{?fedora} >= 9
 %{python_sitelib}/*egg-info
 %{python_sitearch}/wx-2.8-gtk2-unicode/*egg-info
@@ -102,8 +112,16 @@
 %{_includedir}/wx-2.8/wx/wxPython/i_files/*.py*
 %{_includedir}/wx-2.8/wx/wxPython/i_files/*.swg
 
+%files docs
+%defattr(-,root,root,-)
+%doc wxPython/docs wxPython/demo wxPython/samples
+
 
 %changelog
+* Fri Apr 10 2009 Dan Horak <dan[at]danny.cz> - 2.8.9.2-1
+- update to 2.8.9.2
+- create noarch docs subpackage
+
 * Thu Mar  5 2009 Lubomir Rintel <lkundrak at v3.sk> - 2.8.9.1-4
 - Rebuilt for newer wxgtk package
 




More information about the fedora-extras-commits mailing list