2013-10-01 08:13:38 +02:00
|
|
|
#
|
|
|
|
# spec file for package libqt5-qtgraphicaleffects
|
|
|
|
#
|
2019-12-17 10:50:01 +01:00
|
|
|
# Copyright (c) 2019 SUSE LLC
|
2013-10-01 08:13:38 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-12-17 10:50:01 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2013-10-01 08:13:38 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2014-09-18 07:56:37 +02:00
|
|
|
%define qt5_snapshot 0
|
2019-12-17 10:50:01 +01:00
|
|
|
%define base_name libqt5
|
2020-03-01 09:57:57 +01:00
|
|
|
%define real_version 5.15.0-beta1
|
2020-02-26 13:43:16 +01:00
|
|
|
%define so_version 5.15.0
|
2020-03-01 09:57:57 +01:00
|
|
|
%define tar_version qtgraphicaleffects-everywhere-src-5.15.0-beta1
|
2013-10-01 08:13:38 +02:00
|
|
|
Name: libqt5-qtgraphicaleffects
|
2020-03-01 09:57:57 +01:00
|
|
|
Version: 5.15.0~beta1
|
2013-10-01 08:13:38 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Qt 5 Graphical Effects
|
2019-12-17 10:50:01 +01:00
|
|
|
# Legal: the 'tools' folder is not built.
|
|
|
|
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
|
2013-10-01 08:13:38 +02:00
|
|
|
Group: Development/Libraries/X11
|
2019-12-17 10:50:01 +01:00
|
|
|
URL: https://www.qt.io
|
2020-02-26 13:43:16 +01:00
|
|
|
Source: https://download.qt.io/development_releases/qt/5.15/%{real_version}/submodules/%{tar_version}.tar.xz
|
2014-02-11 10:34:36 +01:00
|
|
|
BuildRequires: libqt5-qtdeclarative-devel >= %{version}
|
2016-05-17 17:04:50 +02:00
|
|
|
BuildRequires: libqt5-qtdeclarative-private-headers-devel >= %{version}
|
2019-12-17 10:50:01 +01:00
|
|
|
BuildRequires: xz
|
|
|
|
%requires_ge libQtQuick5
|
|
|
|
%if %{qt5_snapshot}
|
2014-02-11 10:34:36 +01:00
|
|
|
#to create the forwarding headers
|
|
|
|
BuildRequires: perl
|
|
|
|
%endif
|
2013-10-01 08:13:38 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
Qt is a set of libraries for developing applications.
|
|
|
|
|
|
|
|
This package contains base tools, like string, xml, and network
|
|
|
|
handling.
|
|
|
|
|
|
|
|
%prep
|
2017-12-23 12:12:58 +01:00
|
|
|
%setup -q -n %{tar_version}
|
2013-10-01 08:13:38 +02:00
|
|
|
|
|
|
|
%build
|
2019-12-17 10:50:01 +01:00
|
|
|
%if %{qt5_snapshot}
|
2014-02-11 10:34:36 +01:00
|
|
|
#force the configure script to generate the forwarding headers (it checks whether .git directory exists)
|
|
|
|
mkdir .git
|
|
|
|
%endif
|
2013-11-04 09:12:42 +01:00
|
|
|
%qmake5
|
|
|
|
%make_jobs
|
2013-10-01 08:13:38 +02:00
|
|
|
|
|
|
|
%install
|
2013-11-04 09:12:42 +01:00
|
|
|
%qmake5_install
|
2013-10-01 08:13:38 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,755)
|
2019-12-17 10:50:01 +01:00
|
|
|
%license LICENSE.*
|
2013-10-01 08:13:38 +02:00
|
|
|
%{_libqt5_archdatadir}/qml/QtGraphicalEffects
|
|
|
|
|
|
|
|
%changelog
|