From 11bf6f4585a2fdcee4eaa1e792651ca25eeafb1e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 22 Aug 2018 10:25:22 -0500 Subject: [PATCH] better exclude fix --- pyotherside.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pyotherside.spec b/pyotherside.spec index 3265f6a..4094fa7 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.3 -Release: 12%{?dist} +Release: 13%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -40,11 +40,14 @@ make INSTALL_ROOT=%{buildroot} install %dir %{_qt5_archdatadir}/qml/io/ %dir %{_qt5_archdatadir}/qml/io/thp/ %{_qt5_archdatadir}/qml/io/thp/pyotherside -%exclude %{_usr}/tests/qtquicktests +%exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Wed Aug 22 2018 Rex Dieter - 1.5.3-13 +- better exclude fix + * Tue Jul 17 2018 Martin Kolman - 1.5.3-12 -- fix exlude for qtquicktests +- fix exclude for qtquicktests * Fri Jul 13 2018 Fedora Release Engineering - 1.5.3-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild