Name: 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: python-devel
Requires: python
%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
%build
python 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: python-devel, sip
%description devel
SIP - Python/C++ Bindings Generator headers
%files devel
%{_includedir}/*
%doc
%changelog
Attachment | Size | Date |
---|---|---|
sip-4.15.3-1.armv7hl.rpm | 178.45 KB | 22/12/2013 - 00:04 |
sip-devel-4.15.3-1.armv7hl.rpm | 13.59 KB | 22/12/2013 - 00:11 |
Recent comments