2015-04-10 12:12:39 +00:00
|
|
|
Summary: Asynchronous Python 3 Bindings for Qt 5
|
|
|
|
Name: pyotherside
|
2017-03-20 13:41:29 +00:00
|
|
|
Version: 1.5.1
|
2017-07-27 09:22:10 +00:00
|
|
|
Release: 3%{?dist}
|
2015-04-10 12:12:39 +00:00
|
|
|
Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz
|
|
|
|
URL: http://thp.io/2011/pyotherside/
|
|
|
|
License: ISC
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
BuildRequires: pkgconfig(Qt5Gui)
|
|
|
|
BuildRequires: pkgconfig(Qt5Qml)
|
|
|
|
BuildRequires: pkgconfig(Qt5Quick)
|
|
|
|
BuildRequires: pkgconfig(Qt5Test)
|
2016-06-15 14:07:23 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Svg)
|
2015-04-10 12:12:39 +00:00
|
|
|
BuildRequires: xorg-x11-server-Xvfb
|
|
|
|
Requires: python3
|
|
|
|
|
|
|
|
%description
|
|
|
|
A QML Plugin that provides access to a Python 3 interpreter from QML.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2015-04-10 13:06:30 +00:00
|
|
|
%{qmake_qt5}
|
2015-04-10 12:12:39 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%check
|
|
|
|
xvfb-run ./tests/tests
|
|
|
|
|
|
|
|
%install
|
|
|
|
make INSTALL_ROOT=%{buildroot} install
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc README LICENSE
|
2015-04-10 13:12:52 +00:00
|
|
|
%dir %{_qt5_archdatadir}/qml/io/
|
|
|
|
%dir %{_qt5_archdatadir}/qml/io/thp/
|
|
|
|
%{_qt5_archdatadir}/qml/io/thp/pyotherside
|
2017-03-20 15:22:03 +00:00
|
|
|
%exclude %{_libdir}/qt5/tests/qtquicktests/qtquicktests
|
2015-04-10 12:12:39 +00:00
|
|
|
|
|
|
|
%changelog
|
2017-07-27 09:22:10 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-03-20 15:22:03 +00:00
|
|
|
* Mon Mar 20 2017 Martin Kolman <mkolman@redhat.com> - 1.5.1-2
|
|
|
|
- exclude a test related executable
|
|
|
|
|
2017-03-20 13:41:29 +00:00
|
|
|
* Mon Mar 20 2017 Martin Kolman <mkolman@redhat.com> - 1.5.1-1
|
|
|
|
- updated to 1.5.1
|
|
|
|
|
2017-02-11 08:08:12 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-12-19 17:20:36 +00:00
|
|
|
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.5.0-3
|
|
|
|
- Rebuild for Python 3.6
|
|
|
|
|
2016-06-15 14:07:23 +00:00
|
|
|
* Wed Jun 15 2016 Martin Kolman <mkolman@redhat.com> - 1.5.0-2
|
|
|
|
- add missing pkgconfig(Qt5Svg) dependency
|
|
|
|
|
2016-06-15 13:45:57 +00:00
|
|
|
* Wed Jun 15 2016 Martin Kolman <mkolman@redhat.com> - 1.5.0-1
|
|
|
|
- updated to 1.5.0
|
|
|
|
|
2016-02-04 18:46:34 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-11-10 14:59:26 +00:00
|
|
|
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
|
|
|
2015-06-18 18:14:21 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-04-10 13:06:30 +00:00
|
|
|
* Fri Apr 10 2015 Rex Dieter <rdieter@fedoraproject.org> 1.4.0-4
|
|
|
|
- drop needless ldconfig scriptlets
|
|
|
|
- drop deprecated .spec tags
|
2015-04-10 13:12:52 +00:00
|
|
|
- use %%qmake_qt5, %%{_qt5_archdatadir} macros
|
2015-04-10 13:06:30 +00:00
|
|
|
|
2015-04-10 12:12:39 +00:00
|
|
|
* Fri Apr 10 2015 Martin Kolman <mkolman@redhat.com> - 1.4.0-3
|
|
|
|
- fix QML plugin directory ownership
|
|
|
|
|
|
|
|
* Thu Apr 02 2015 Martin Kolman <mkolman@redhat.com> - 1.4.0-2
|
|
|
|
- add a changelog
|
|
|
|
- call ldconfig correctly
|
|
|
|
- run the test suite in check
|
|
|
|
|
|
|
|
* Thu Apr 02 2015 Martin Kolman <mkolman@redhat.com> - 1.4.0-1
|
|
|
|
- update to upstream release 1.4.0
|
|
|
|
|
|
|
|
* Wed Dec 10 2014 Martin Kolman <mkolman@redhat.com> - 1.3.0-1
|
|
|
|
- Initial package
|