2013-10-01 08:13:38 +02:00
|
|
|
#
|
|
|
|
# spec file for package libqt5-qtgraphicaleffects
|
|
|
|
#
|
2014-02-11 10:34:36 +01:00
|
|
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
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.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2014-02-11 10:34:36 +01:00
|
|
|
%define qt5_snapshot 0
|
|
|
|
|
2013-10-01 08:13:38 +02:00
|
|
|
Name: libqt5-qtgraphicaleffects
|
2014-06-30 21:44:23 +02:00
|
|
|
Version: 5.3.1
|
2013-10-01 08:13:38 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Qt 5 Graphical Effects
|
2013-11-04 09:12:42 +01:00
|
|
|
License: BSD-3-Clause and (SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0)
|
2013-10-01 08:13:38 +02:00
|
|
|
Group: Development/Libraries/X11
|
2013-11-04 09:12:42 +01:00
|
|
|
Url: http://qt.digia.com
|
2013-10-01 08:13:38 +02:00
|
|
|
%define base_name libqt5
|
2014-06-30 21:44:23 +02:00
|
|
|
%define real_version 5.3.1
|
|
|
|
%define so_version 5.3.1
|
2014-02-11 10:34:36 +01:00
|
|
|
%if %qt5_snapshot
|
|
|
|
%define tar_version qtgraphicaleffects-%{real_version}
|
|
|
|
%else
|
2013-10-01 08:13:38 +02:00
|
|
|
%define tar_version qtgraphicaleffects-opensource-src-%{real_version}
|
2014-02-11 10:34:36 +01:00
|
|
|
%endif
|
|
|
|
Source: %{tar_version}.tar.xz
|
|
|
|
BuildRequires: libqt5-qtdeclarative-devel >= %{version}
|
|
|
|
%if %qt5_snapshot
|
|
|
|
#to create the forwarding headers
|
|
|
|
BuildRequires: perl
|
|
|
|
%endif
|
2013-10-01 08:13:38 +02:00
|
|
|
BuildRequires: xz
|
|
|
|
Requires: libQtQuick5
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
Qt is a set of libraries for developing applications.
|
|
|
|
|
|
|
|
This package contains base tools, like string, xml, and network
|
|
|
|
handling.
|
|
|
|
|
|
|
|
%prep
|
2014-02-11 10:34:36 +01:00
|
|
|
%if %qt5_snapshot
|
|
|
|
%setup -q -n qtgraphicaleffects-%{real_version}
|
|
|
|
%else
|
2013-10-01 08:13:38 +02:00
|
|
|
%setup -q -n qtgraphicaleffects-opensource-src-%{real_version}
|
2014-02-11 10:34:36 +01:00
|
|
|
%endif
|
2013-10-01 08:13:38 +02:00
|
|
|
|
|
|
|
%build
|
2014-02-11 10:34:36 +01:00
|
|
|
%if %qt5_snapshot
|
|
|
|
#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)
|
2014-02-11 10:34:36 +01:00
|
|
|
%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
|
2013-10-01 08:13:38 +02:00
|
|
|
%{_libqt5_archdatadir}/qml/QtGraphicalEffects
|
|
|
|
|
|
|
|
%changelog
|