From c54a9d69e9e955c876d5e3219f8255808d8c9e4d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Wed, 11 Mar 2015 21:18:24 +0100 Subject: [PATCH] - new qmake-qt5 can do library name change byt itself - rel 2 --- QtSingleApplication.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/QtSingleApplication.spec b/QtSingleApplication.spec index a123b73..cd8bd4f 100644 --- a/QtSingleApplication.spec +++ b/QtSingleApplication.spec @@ -9,7 +9,7 @@ Summary: Qt library to start applications only once per user Name: QtSingleApplication Version: 2.6.1 -Release: 1 +Release: 2 License: GPL v3 or LGPL v2 with exceptions Group: Libraries # git clone git@gitorious.org:qt-solutions/qt-solutions.git @@ -38,7 +38,7 @@ BuildRequires: Qt5LockedFile-devel BuildRequires: Qt5Network-devel BuildRequires: Qt5Widgets-devel BuildRequires: qt5-build -BuildRequires: qt5-qmake +BuildRequires: qt5-qmake >= 5.4 %endif BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -106,8 +106,6 @@ install -d build-qt{4,5} cp -al "$@" build-qt4 cp -al "$@" build-qt5 -%{__sed} -i -e 's/QtSolutions/Qt5Solutions/' build-qt5/common.pri - %build %if %{with qt4} cd build-qt4 -- 2.44.0