- Update to final official beta

This commit is contained in:
Helio Chissini de Castro 2015-12-10 21:39:56 +01:00
parent 4676e90188
commit 876eed4d71
4 changed files with 24 additions and 15 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/qtsvg-opensource-src-5.5.0.tar.xz /qtsvg-opensource-src-5.5.0.tar.xz
/qtsvg-opensource-src-5.5.1-rc1.tar.xz /qtsvg-opensource-src-5.5.1-rc1.tar.xz
/qtsvg-opensource-src-5.5.1.tar.xz /qtsvg-opensource-src-5.5.1.tar.xz
/qtsvg-opensource-src-5.6.0-beta.tar.gz

View File

@ -1,30 +1,23 @@
%global qt_module qtsvg %global qt_module qtsvg
# define to build docs, need to undef this for bootstrapping
# where qt5-qttools builds are not yet available
# only primary archs (for now), allow secondary to bootstrap
#global bootstrap 1
%if ! 0%{?bootstrap}
%ifarch %{arm} %{ix86} x86_64
%define docs 1 %define docs 1
%endif
%endif
## define prerelease rc1 %define prerelease beta
Summary: Qt5 - Support for rendering and displaying SVG Summary: Qt5 - Support for rendering and displaying SVG
Name: qt5-%{qt_module} Name: qt5-%{qt_module}
Version: 5.5.1 Version: 5.6.0
Release: 2%{?dist} Release: 0.2%{?dist}
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
License: LGPLv2 with exceptions or GPLv3 with exceptions License: LGPLv2 with exceptions or GPLv3 with exceptions
Url: http://www.qt.io Url: http://www.qt.io
Source0: http://download.qt.io/official_releases/qt/5.5/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.xz Source0: http://download.qt.io/official_releases/qt/5.5/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.gz
Patch0: qtsvg-opensource-src-5.6.0-beta1-example-install.patch
BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: qt5-qtbase-devel >= %{version}
BuildRequires: qt5-qdoc
BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(zlib)
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} %{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
@ -60,7 +53,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%prep %prep
%setup -q -n %{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}} %setup -q -n %{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}
%patch0 -p1
%build %build
mkdir %{_target_platform} mkdir %{_target_platform}
@ -126,6 +119,12 @@ popd
%changelog %changelog
* Thu Dec 10 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.2
- Official beta release
* Tue Nov 03 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.1
- Start to implement 5.6.0 beta
* Thu Oct 15 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-2 * Thu Oct 15 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-2
- Update to final release 5.5.1 - Update to final release 5.5.1

View File

@ -0,0 +1,9 @@
--- qtsvg-opensource-src-5.6.0-beta1/examples/svg/richtext/textobject/textobject.pro 2015-10-28 06:32:36.000000000 -0200
+++ qtsvg-opensource-src-5.6.0-beta1/examples/svg/richtext/textobject/textobject.pro.new 2015-11-12 17:21:29.259985820 -0200
@@ -13,5 +13,5 @@
INSTALLS += target
filesToDeploy.files = files/*.svg
-filesToDeploy.path = files
+filesToDeploy.path = $$[QT_INSTALL_EXAMPLES]/svg/richtext/textobject/files
DEPLOYMENT += filesToDeploy

View File

@ -1 +1 @@
505fb8ba483818e53f759edbf735456e qtsvg-opensource-src-5.5.1.tar.xz db0dc78d8a35a704ac29ac52b6d7e96b qtsvg-opensource-src-5.6.0-beta.tar.gz