Accepting request 236096 from KDE:Qt5

- Added baselibs.conf
- Make private headers noarch

OBS-URL: https://build.opensuse.org/request/show/236096
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtscript?expand=0&rev=14
This commit is contained in:
Stephan Kulow 2014-06-04 16:38:35 +00:00 committed by Git OBS Bridge
parent a8c714d878
commit b91a2c6fc3
3 changed files with 11 additions and 0 deletions

3
baselibs.conf Normal file
View File

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

View File

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

View File

@ -36,6 +36,7 @@ Url: http://qt.digia.com
%define tar_version qtscript-opensource-src-%{real_version}
%endif
Source: %{tar_version}.tar.xz
Source1: baselibs.conf
# PATCH-FIX-UPSTREAM ppc64le-support.diff uweigand@de.ibm.com -- add support for ppc64le
Patch1: ppc64le-support.patch
# PATCH-FIX-UPSTREAM libqt5-qtscript-s390-support.patch -- adds s390, taken from webkit upstream
@ -91,6 +92,7 @@ You need this package, if you want to compile programs with qtscript.
%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: libQt5Widgets-private-headers-devel >= %{version}