forked from pool/libqt5-qtquickcontrols
Accepting request 221703 from KDE:Qt5
install license files to %doc (forwarded request 221617 from mlin7442) OBS-URL: https://build.opensuse.org/request/show/221703 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtquickcontrols?expand=0&rev=6
This commit is contained in:
parent
210e85498f
commit
555eb3973b
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 10 11:24:34 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
|
Thu Dec 12 13:42:39 UTC 2013 - hrvoje.senjan@gmail.com
|
||||||
- Update to 5.2.0 final:
|
- Update to 5.2.0 final:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libqt5-qtquickcontrols
|
# spec file for package libqt5-qtquickcontrols
|
||||||
#
|
#
|
||||||
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,20 +16,34 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define qt5_snapshot 0
|
||||||
|
|
||||||
Name: libqt5-qtquickcontrols
|
Name: libqt5-qtquickcontrols
|
||||||
Version: 5.2.0
|
Version: 5.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt 5 Serial Port Addon
|
Summary: Qt 5 Serial Port Addon
|
||||||
License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
|
License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
Url: http://qt.digia.com
|
Url: http://qt.digia.com
|
||||||
|
%define base_name libqt5
|
||||||
|
%define real_version 5.2.1
|
||||||
|
%define so_version 5.2.1
|
||||||
|
%if %qt5_snapshot
|
||||||
|
%define tar_version qtquickcontrols-%{real_version}
|
||||||
|
%else
|
||||||
|
%define tar_version qtquickcontrols-opensource-src-%{real_version}
|
||||||
|
%endif
|
||||||
Source: %{tar_version}.tar.xz
|
Source: %{tar_version}.tar.xz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%define base_name libqt5
|
BuildRequires: libQt5Core-private-headers-devel >= %{version}
|
||||||
%define real_version 5.2.0
|
BuildRequires: libQt5Gui-private-headers-devel >= %{version}
|
||||||
%define so_version 5.2.0
|
BuildRequires: libqt5-qtdeclarative-private-headers-devel >= %{version}
|
||||||
%define tar_version qtquickcontrols-opensource-src-%{real_version}
|
BuildRequires: pkgconfig(Qt5Qml) >= %{version}
|
||||||
BuildRequires: libQt5Quick-private-headers-devel >= %{version}
|
BuildRequires: pkgconfig(Qt5Quick) >= %{version}
|
||||||
|
%if %qt5_snapshot
|
||||||
|
#to create the forwarding headers
|
||||||
|
BuildRequires: perl
|
||||||
|
%endif
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -40,10 +54,17 @@ This package contains base tools, like string, xml, and network
|
|||||||
handling.
|
handling.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%define plugindir %{_libdir}/qt5/plugins
|
%if %qt5_snapshot
|
||||||
|
%setup -q -n qtquickcontrols-%{real_version}
|
||||||
|
%else
|
||||||
%setup -q -n qtquickcontrols-opensource-src-%{real_version}
|
%setup -q -n qtquickcontrols-opensource-src-%{real_version}
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %qt5_snapshot
|
||||||
|
#force the configure script to generate the forwarding headers (it checks whether .git directory exists)
|
||||||
|
mkdir .git
|
||||||
|
%endif
|
||||||
%qmake5
|
%qmake5
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
@ -52,6 +73,7 @@ handling.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
|
%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
|
||||||
%{_libqt5_archdatadir}/qml/QtQuick
|
%{_libqt5_archdatadir}/qml/QtQuick
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c778c364d8d438ff7939c540f56ea741e4b5b957b620b194c2e881c775ab582c
|
|
||||||
size 597420
|
|
3
qtquickcontrols-opensource-src-5.2.1.tar.xz
Normal file
3
qtquickcontrols-opensource-src-5.2.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eb03a69402576984d588923e994c3cb672d8479ac9b68ed90da15d0c2fd82aac
|
||||||
|
size 598328
|
Loading…
x
Reference in New Issue
Block a user