Hello community, here is the log from the commit of package python-sip for openSUSE:Factory checked in at Sat Jul 25 18:58:04 CEST 2009. -------- --- python-sip/python-sip.changes 2009-06-17 11:38:13.000000000 +0200 +++ python-sip/python-sip.changes 2009-07-06 13:47:33.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Jul 06 12:24:01 CEST 2009 - hpj@urpla.net + +- create a separated -devel package and include the nice documentation + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sip.spec ++++++ --- /var/tmp/diff_new_pack.BwlIye/_old 2009-07-25 18:57:24.000000000 +0200 +++ /var/tmp/diff_new_pack.BwlIye/_new 2009-07-25 18:57:24.000000000 +0200 @@ -22,11 +22,11 @@ BuildRequires: c++_compiler python python-devel License: GPL v2 or later Group: Development/Libraries/Python -Summary: SIP tool to create python bindings +Summary: SIP tool to use python sip bindings Version: 4.8.1 -Release: 1 +Release: 2 %define rversion %version -Url: http://www.riverbankcomputing.co.uk/software/sip/intro +Url: http://www.riverbankcomputing.com/software/sip/intro BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: sip-%{rversion}.tar.bz2 Patch0: disable-rpaths.diff @@ -42,7 +42,29 @@ Authors: -------- - RIVERBANK COMPUTING LIMITED + Riverbank Computing Limited + + +%package devel +License: GPL v2 or later +Group: Development/Libraries/Python +Summary: SIP tool to create python bindings +Requires: %name = %version + +%description devel +SIP is a tool that makes it very easy to create Python bindings for C +and C++ libraries. It was originally developed to create PyQt, the +Python bindings for the Qt toolkit, but can be used to create bindings +for any C or C++ library. + +This package contains all the developer tools you need to create your +own sip bindings. + + +Authors: +-------- + Riverbank Computing Limited + %prep %setup -q -n sip-%{rversion} @@ -57,16 +79,21 @@ %install make DESTDIR=$RPM_BUILD_ROOT install mkdir -p $RPM_BUILD_ROOT/usr/share/sip +sed -i 's/"doc" directory/"doc" directory of package %{name}-devel/' README %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc ChangeLog README +%doc README +%{py_sitedir}/sip.so + +%files devel +%defattr(-,root,root) +%doc NEWS ChangeLog LICENSE doc /usr/bin/sip %{py_incdir}/sip.h -%{py_sitedir}/sip.so %{py_sitedir}/sipconfig.py %{py_sitedir}/sipdistutils.py /usr/share/sip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org