forked from pool/libqt5-qtgraphicaleffects
Accepting request 221698 from KDE:Qt5
install license files to %doc (forwarded request 221614 from mlin7442) OBS-URL: https://build.opensuse.org/request/show/221698 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtgraphicaleffects?expand=0&rev=5
This commit is contained in:
parent
4e6575935d
commit
dadb8dad71
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 10 11:27:57 UTC 2014 - mlin@suse.com
|
||||
|
||||
- Install LICENSE files to %doc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 5 17:07:24 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.2.1:
|
||||
* For more details please see:
|
||||
http://blog.qt.digia.com/blog/2014/02/05/qt-5-2-1-released/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 12 13:42:39 UTC 2013 - hrvoje.senjan@gmail.com
|
||||
- Update to 5.2.0 final:
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libqt5-qtgraphicaleffects
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,19 +16,29 @@
|
||||
#
|
||||
|
||||
|
||||
%define qt5_snapshot 0
|
||||
|
||||
Name: libqt5-qtgraphicaleffects
|
||||
Version: 5.2.0
|
||||
Version: 5.2.1
|
||||
Release: 0
|
||||
Summary: Qt 5 Graphical Effects
|
||||
License: BSD-3-Clause and (SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0)
|
||||
Group: Development/Libraries/X11
|
||||
Url: http://qt.digia.com
|
||||
Source: %{tar_version}.tar.xz
|
||||
%define base_name libqt5
|
||||
%define real_version 5.2.0
|
||||
%define so_version 5.2.0
|
||||
%define real_version 5.2.1
|
||||
%define so_version 5.2.1
|
||||
%if %qt5_snapshot
|
||||
%define tar_version qtgraphicaleffects-%{real_version}
|
||||
%else
|
||||
%define tar_version qtgraphicaleffects-opensource-src-%{real_version}
|
||||
BuildRequires: libQt5Quick-devel >= %{version}
|
||||
%endif
|
||||
Source: %{tar_version}.tar.xz
|
||||
BuildRequires: libqt5-qtdeclarative-devel >= %{version}
|
||||
%if %qt5_snapshot
|
||||
#to create the forwarding headers
|
||||
BuildRequires: perl
|
||||
%endif
|
||||
BuildRequires: xz
|
||||
Requires: libQtQuick5
|
||||
|
||||
@ -41,9 +51,17 @@ This package contains base tools, like string, xml, and network
|
||||
handling.
|
||||
|
||||
%prep
|
||||
%if %qt5_snapshot
|
||||
%setup -q -n qtgraphicaleffects-%{real_version}
|
||||
%else
|
||||
%setup -q -n qtgraphicaleffects-opensource-src-%{real_version}
|
||||
%endif
|
||||
|
||||
%build
|
||||
%if %qt5_snapshot
|
||||
#force the configure script to generate the forwarding headers (it checks whether .git directory exists)
|
||||
mkdir .git
|
||||
%endif
|
||||
%qmake5
|
||||
%make_jobs
|
||||
|
||||
@ -52,6 +70,7 @@ handling.
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,755)
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
|
||||
%{_libqt5_archdatadir}/qml/QtGraphicalEffects
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b28cefa95578cf5ed1dfcbc81da1cbec427400e56edf0ce81323b3f25e2a558d
|
||||
size 14325860
|
3
qtgraphicaleffects-opensource-src-5.2.1.tar.xz
Normal file
3
qtgraphicaleffects-opensource-src-5.2.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5abb17ee60d68cf49c4f8f0b69c3f1e4d0a2f7b32cda8d6901d9c35447cc3482
|
||||
size 14325888
|
Loading…
Reference in New Issue
Block a user