Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 5d7a772d06c11da75f36350d6fb25a0d > files > 1

python-sip-4.7-1mdv2008.0.src.rpm

Name: python-sip
Summary: Riverbanks's python sip
Version: 4.7
Release: %mkrel 1
Epoch: 1
Group: Development/Python 
URL: http://www.riverbankcomputing.co.uk/sip/index.php
Source0: http://www.riverbankcomputing.com/Downloads/sip4/sip-%{version}.tar.gz
License: GPL
BuildRoot: %_tmppath/%name-%version-%release-root
BuildRequires: bzip2-devel
%py_requires -d

%description
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.

%files 
%defattr(-,root,root)
%_bindir/sip
%py_platsitedir/s*
%py_incdir/sip.h

#------------------------------------------------------------

%prep
%setup -q -n sip-%version

%build
python configure.py

%make

%install
rm -rf %buildroot
make DESTDIR=%buildroot install

%clean
rm -rf %buildroot



%changelog
* Mon Aug 20 2007 Helio Chissini de Castro <helio@mandriva.com> 4.7-1mdv2008.0
+ Revision: 67983
- Restored external python-sip, to make it available for all python qt3 and python qt4 builds.
- import python-sip-4.7-1mdv2008.0