From 2ccaf954cd79f670764f365ba1dad931e2486d263dc4dfdf8860cd13babc9ccc Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 19 Dec 2013 11:46:13 +0000 Subject: [PATCH] Accepting request 211351 from KDE:Qt5 Move away from pkgconfig(...) BuildRequires and just use libqt5-$upstreammodulename-(devel|private-headers-devel) No hurry to checkin ;-) but it is needed for QtLocation OBS-URL: https://build.opensuse.org/request/show/211351 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qttools?expand=0&rev=7 --- libqt5-qttools.changes | 6 ++++++ libqt5-qttools.spec | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/libqt5-qttools.changes b/libqt5-qttools.changes index 792d99e..5715dc7 100644 --- a/libqt5-qttools.changes +++ b/libqt5-qttools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 16 23:19:32 UTC 2013 - hrvoje.senjan@gmail.com + +- Make devel packages naming consistent: + use libqt5-$upstreammodulename-(devel, private-headers-devel) + ------------------------------------------------------------------- Thu Dec 12 13:42:39 UTC 2013 - hrvoje.senjan@gmail.com - Update to 5.2.0 final: diff --git a/libqt5-qttools.spec b/libqt5-qttools.spec index 5239e9b..243e59b 100644 --- a/libqt5-qttools.spec +++ b/libqt5-qttools.spec @@ -35,7 +35,7 @@ BuildRequires: fdupes %define real_version 5.2.0 %define so_version 5.2.0 %define tar_version qttools-opensource-src-%{real_version} -BuildRequires: libQt5Quick-private-headers-devel >= %{version} +BuildRequires: libqt5-qtdeclarative-private-headers-devel >= %{version} BuildRequires: libQt5WebKitWidgets-devel >= %{version} BuildRequires: libxslt-devel BuildRequires: update-desktop-files @@ -59,7 +59,7 @@ Requires: libQt5CLucene5 = %{version} Requires: libQt5Designer5 = %{version} Requires: libQt5DesignerComponents5 = %{version} Requires: libQt5Help5 = %{version} -Requires: libQt5Quick-devel >= %{version} +Requires: libqt5-qtdeclarative-devel >= %{version} Requires: libQt5WebKitWidgets-devel >= %{version} Requires: libxslt-devel @@ -70,7 +70,7 @@ You need this package, if you want to compile programs with qttools. Summary: Non-ABI stable experimental API Group: Development/Libraries/C and C++ Requires: %{name}-devel = %{version} -Requires: libQt5Quick-private-headers-devel >= %{version} +Requires: libqt5-qtdeclarative-private-headers-devel >= %{version} %description private-headers-devel This package provides private headers of libqt5-qttools that are normally