- Update to final official beta

This commit is contained in:
Helio Chissini de Castro 2015-12-10 21:39:24 +01:00
parent a9539c351c
commit b8843d8810
3 changed files with 16 additions and 15 deletions

1
.gitignore vendored
View File

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

View File

@ -1,34 +1,28 @@
%global qt_module qtgraphicaleffects
# 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
%endif
%endif
## define prerelease rc1
%define prerelease beta
Summary: Qt5 - QtGraphicalEffects component
Name: qt5-%{qt_module}
Version: 5.5.1
Release: 2%{?dist}
Version: 5.6.0
Release: 0.2%{?dist}
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively from qt5-qtbase for details
License: LGPLv2 with exceptions or GPLv3 with exceptions
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
# debuginfo.list ends up empty/blank anyway, since the included qml is *basically* noarch
# todo: look into making this pkg proper noarch instead
%global debug_package %{nil}
BuildRequires: qt5-qtbase-devel >= %{version}
BuildRequires: pkgconfig(Qt5Declarative)
BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: qt5-qdoc
BuildRequires: libmng-devel
BuildRequires: libtiff-devel
@ -77,7 +71,7 @@ make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform}
%endif
%files
%doc LGPL_EXCEPTION.txt LICENSE.LGPL*
%license LGPL_EXCEPTION.txt LICENSE.LGPL*
%dir %{_qt5_archdatadir}/qml/
%{_qt5_archdatadir}/qml/QtGraphicalEffects/
@ -90,6 +84,12 @@ make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform}
%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
- Update to final release 5.5.1

View File

@ -1 +1 @@
62ef23772af430d2beddd320eeec6016 qtgraphicaleffects-opensource-src-5.5.1.tar.xz
05357fce7aa638e7e905d687ccc21a34 qtgraphicaleffects-opensource-src-5.6.0-beta.tar.gz