Name: python-pyqt
Version: 5.1.1
Release: 1
Summary: PyQt - Python bindings for Qt5
#Group:
License: GPLv3
URL: http://riverbankcomputing.co.uk/pyqt
Source: http://surfnet.dl.sourceforge.net/project/pyqt/PyQt5/PyQt-%{version}/PyQt-gpl-%{version}.tar.gz
#BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: python-sip-devel, qt5-qmake, qt5-qtwidgets-devel
BuildRequires: qt5-qtdeclarative-qtquick-devel, qt5-qttools-qtdesigner-devel
Requires: python-sip
%description
These are Python bindings for Qt5.
%prep
%setup -q -n PyQt-gpl-%{version}
%build
python3 configure.py --confirm-license \
-q /usr/lib/qt5/bin/qmake \
--verbose
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL_ROOT=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_bindir}/*
%{_libdir}/*
%{_datadir}/*
%doc
%changelog
Attachment | Size | Date |
---|---|---|
python-pyqt-5.1.1-1.armv7hl.rpm | 2.86 MB | 19/05/2014 - 12:09 |
Recent comments