Accepting request 236092 from KDE:Qt5

- Added baselibs.conf
- Make private headers noarch

OBS-URL: https://build.opensuse.org/request/show/236092
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtdeclarative?expand=0&rev=13
This commit is contained in:
Stephan Kulow 2014-06-04 16:38:28 +00:00 committed by Git OBS Bridge
parent 8e7d15f81c
commit 497b77006c
3 changed files with 11 additions and 0 deletions

3
baselibs.conf Normal file
View File

@ -0,0 +1,3 @@
libQtQuick5
libqt5-qtdeclarative-devel
requires "libQtQuick5-<targettype> = <version>"

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 2 16:49:21 UTC 2014 - hrvoje.senjan@gmail.com
- Added baselibs.conf
- Make private headers noarch
-------------------------------------------------------------------
Mon May 19 23:42:45 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -36,6 +36,7 @@ Url: http://qt.digia.com
%define tar_version qtdeclarative-opensource-src-%{real_version}
%endif
Source: %{tar_version}.tar.xz
Source1: baselibs.conf
BuildRequires: fdupes
BuildRequires: libQt5Core-private-headers-devel >= %{version}
BuildRequires: libQt5Gui-private-headers-devel >= %{version}
@ -92,6 +93,7 @@ You need this package, if you want to compile programs with qtdeclarative.
%package private-headers-devel
Summary: Non-ABI stable experimental API
Group: Development/Libraries/C and C++
BuildArch: noarch
Requires: %{name}-devel = %{version}
Requires: libQt5Core-private-headers-devel >= %{version}
Requires: libQt5Gui-private-headers-devel >= %{version}