From eeae85600fc306af9c5a2f8fa05257c64b18c9f1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 11 Dec 2015 21:57:34 -0600 Subject: [PATCH] fix FTBFS, missing include/ (and syncqt.pl) --- qt5-qtwebkit.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qt5-qtwebkit.spec b/qt5-qtwebkit.spec index 7949250..fb4e6ca 100644 --- a/qt5-qtwebkit.spec +++ b/qt5-qtwebkit.spec @@ -126,6 +126,11 @@ mkdir Source/ThirdParty/orig mv Source/ThirdParty/{gtest/,qunit/} \ Source/ThirdParty/orig/ +# check for prerelease macro instead? --rex +if [ ! -d include ]; then +syncqt.pl -version %{version} Source/sync.profile +fi + %build mkdir %{_target_platform}