pyotherside/pyotherside.spec

150 lines
4.6 KiB
RPMSpec
Raw Permalink Normal View History

2015-04-10 12:12:39 +00:00
Summary: Asynchronous Python 3 Bindings for Qt 5
Name: pyotherside
Version: 1.5.8
2019-01-28 16:23:02 +00:00
Release: 1%{?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: qt5-qtbase-private-devel
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
2015-04-10 12:12:39 +00:00
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5Svg)
2015-04-10 12:12:39 +00:00
BuildRequires: xorg-x11-server-Xvfb
2015-04-10 12:12:39 +00:00
Requires: python3
%description
A QML Plugin that provides access to a Python 3 interpreter from QML.
%prep
%setup -q
%build
%{qmake_qt5}
2018-05-27 21:38:30 +00:00
%make_build
2015-04-10 12:12:39 +00:00
%check
xvfb-run ./tests/tests
%install
make INSTALL_ROOT=%{buildroot} install
%files
2018-05-27 21:38:30 +00:00
%doc README
%license 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
2018-08-22 15:25:22 +00:00
%exclude %{_qt5_prefix}/tests/qtquicktests
2015-04-10 12:12:39 +00:00
%changelog
* Wed Jun 19 2019 Martin Kolman <mkolman@redhat.com> - 1.5.8-1
- Update to 1.5.8
- this should fix build issues with Python 3.8
2019-01-28 16:23:02 +00:00
* Mon Jan 28 2019 Martin Kolman <mkolman@redhat.com> - 1.5.4-1
- Updated to 1.5.4
2018-09-21 18:58:23 +00:00
* Fri Sep 21 2018 Jan Grulich <jgrulich@redhat.com> - 1.5.3-14
- rebuild (qt5)
2018-08-22 15:25:22 +00:00
* Wed Aug 22 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.5.3-13
- better exclude fix
2018-07-17 17:48:29 +00:00
* Tue Jul 17 2018 Martin Kolman <mkolman@redhat.com> - 1.5.3-12
2018-08-22 15:25:22 +00:00
- fix exclude for qtquicktests
2018-07-17 17:48:29 +00:00
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.3-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
2018-07-02 16:22:56 +00:00
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 1.5.3-10
- Rebuilt for Python 3.7
2018-06-21 12:56:47 +00:00
* Thu Jun 21 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.5.3-9
- rebuild (qt5)
2018-06-19 08:51:07 +00:00
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.5.3-8
- Rebuilt for Python 3.7
2018-05-27 21:38:30 +00:00
* Sun May 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.5.3-7
- rebuild (qt)
- use %%make_build %%license
2018-02-14 09:50:57 +00:00
* Wed Feb 14 2018 Jan Grulich <jgrulich@redhat.com> - 1.5.3-6
- rebuild (qt5)
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.3-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2018-01-01 14:39:22 +00:00
* Mon Jan 01 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.5.3-4
- rebuild (qt5)
2017-11-27 01:22:58 +00:00
* Mon Nov 27 2017 Rex Dieter <rdieter@fedoraproject.org> - 1.5.3-3
- rebuild (qt5)
2017-11-16 07:36:18 +00:00
* Thu Nov 16 2017 Christian Dersch <lupinix@fedoraproject.org> - 1.5.3-2
- rebuilt (Qt 5.9.2)
2017-10-16 11:51:35 +00:00
* Mon Oct 16 2017 Martin Kolman <mkolman@redhat.com> - 1.5.3-1
- Updated to 1.5.3
* Wed Oct 11 2017 Rex Dieter <rdieter@fedoraproject.org> - 1.5.1-5
- BuildRequires: qt5-qtbase-private-devel
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* 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
* 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
* 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
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* 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
* 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
* 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 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