forked from pool/libqt5-qttools
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
This commit is contained in:
parent
a0eac9452e
commit
2ccaf954cd
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user