Name: python-sip
Version: 4.15.3
Release: 1
Summary: SIP - Python/C++ Bindings Generator
#Group:
License: GPLv3
URL: http://riverbankcomputing.co.uk/sip
Source: http://surfnet.dl.sourceforge.net/project/pyqt/sip/sip-%{version}/sip-%{version}.tar.gz
#BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: python3-devel
Requires: python3-base
%description
SIP is a tool for generating bindings for C++ classes so that they can be
accessed as normal Python classes. SIP takes many of its ideas from SWIG but,
because it is specifically designed for C++ and Python, is able to generate
tighter bindings. SIP is so called because it is a small SWIG.
%prep
%setup -q -n sip-%{version}
%build
python3 configure.py
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_bindir}/*
%{_libdir}/*
%package devel
Summary: SIP - Python/C++ Bindings Generator headers
Requires: python3-devel, python-sip
%description devel
SIP - Python/C++ Bindings Generator headers
%files devel
%{_includedir}/*
%doc
%changelog
Attachment | Size | Date |
---|---|---|
python-sip-4.15.3-1.armv7hl.rpm | 178.45 KB | 19/05/2014 - 12:06 |
python-sip-devel-4.15.3-1.armv7hl.rpm | 13.64 KB | 19/05/2014 - 12:06 |
Recent comments