1
0
mirror of https://github.com/thp/pyotherside.git synced 2025-01-28 23:52:55 +08:00
pyotherside/rpm/pyotherside.spec

40 lines
766 B
RPMSpec
Raw Normal View History

Summary: Asynchronous Python 3 Bindings for Qt 5
Name: pyotherside-qml-plugin-python3-qt5
Version: 1.0.0
Release: 2
Source: %{name}-%{version}.tar.gz
URL: http://github.com/thp/pyotherside
License: ISC
Group: Development/Libraries
BuildRequires: python3-devel
BuildRequires: qt5-qmake
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Qml)
2013-10-09 00:47:48 +02:00
BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: pkgconfig(Qt5Test)
Requires: python3-base
%description
A QML Plugin that provides access to a Python 3 interpreter from QML.
%prep
%setup -q
%build
%qmake5
make %{?_smp_mflags}
%install
make INSTALL_ROOT=%{buildroot} install
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%files
%defattr(-,root,root)
%doc README COPYING
%{_libdir}/qt5/qml/io/thp/pyotherside/*