|
|
913a56 |
|
|
|
913a56 |
%global qt_module qtgraphicaleffects
|
|
|
913a56 |
|
|
|
913a56 |
%define docs 1
|
|
|
913a56 |
|
|
|
913a56 |
#define prerelease
|
|
|
913a56 |
|
|
|
913a56 |
Summary: Qt5 - QtGraphicalEffects component
|
|
|
913a56 |
Name: qt5-%{qt_module}
|
|
|
913a56 |
Version: 5.9.2
|
|
|
913a56 |
Release: 1%{?dist}
|
|
|
913a56 |
|
|
|
913a56 |
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively from qt5-qtbase for details
|
|
|
913a56 |
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
|
|
913a56 |
Url: http://www.qt.io
|
|
|
913a56 |
Source0: http://download.qt.io/official_releases/qt/5.9/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
|
|
|
913a56 |
|
|
|
913a56 |
# filter qml provides
|
|
|
913a56 |
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
|
|
913a56 |
|
|
|
913a56 |
BuildRequires: qt5-qtbase-devel >= %{version}
|
|
|
913a56 |
BuildRequires: qt5-qtdeclarative-devel
|
|
|
913a56 |
BuildRequires: libmng-devel
|
|
|
913a56 |
BuildRequires: libtiff-devel
|
|
|
913a56 |
|
|
|
913a56 |
%description
|
|
|
913a56 |
The Qt Graphical Effects module provides a set of QML types for adding
|
|
|
913a56 |
visually impressive and configurable effects to user interfaces. Effects
|
|
|
913a56 |
are visual items that can be added to Qt Quick user interface as UI
|
|
|
913a56 |
components.
|
|
|
913a56 |
|
|
|
913a56 |
%if 0%{?docs}
|
|
|
913a56 |
%package doc
|
|
|
913a56 |
Summary: API documentation for %{name}
|
|
|
913a56 |
License: GFDL
|
|
|
913a56 |
Requires: %{name} = %{version}-%{release}
|
|
|
913a56 |
BuildRequires: qt5-qdoc
|
|
|
913a56 |
BuildRequires: qt5-qhelpgenerator
|
|
|
913a56 |
BuildArch: noarch
|
|
|
913a56 |
%description doc
|
|
|
913a56 |
%{summary}.
|
|
|
913a56 |
%endif
|
|
|
913a56 |
|
|
|
913a56 |
|
|
|
913a56 |
%prep
|
|
|
913a56 |
%setup -q -n %{qt_module}-opensource-src-%{version}
|
|
|
913a56 |
|
|
|
913a56 |
|
|
|
913a56 |
%build
|
|
|
913a56 |
%{qmake_qt5}
|
|
|
913a56 |
|
|
|
913a56 |
make %{?_smp_mflags}
|
|
|
913a56 |
|
|
|
913a56 |
%if 0%{?docs}
|
|
|
913a56 |
make %{?_smp_mflags} docs
|
|
|
913a56 |
%endif
|
|
|
913a56 |
|
|
|
913a56 |
|
|
|
913a56 |
%install
|
|
|
913a56 |
make install INSTALL_ROOT=%{buildroot}
|
|
|
913a56 |
|
|
|
913a56 |
%if 0%{?docs}
|
|
|
913a56 |
make install_docs INSTALL_ROOT=%{buildroot}
|
|
|
913a56 |
%endif
|
|
|
913a56 |
|
|
|
913a56 |
%files
|
|
|
913a56 |
%license LICENSE.*
|
|
|
913a56 |
%{_qt5_qmldir}/QtGraphicalEffects/
|
|
|
913a56 |
|
|
|
913a56 |
%if 0%{?docs}
|
|
|
913a56 |
%files doc
|
|
|
913a56 |
%license LICENSE.FDL
|
|
|
913a56 |
%{_qt5_docdir}/qtgraphicaleffects.qch
|
|
|
913a56 |
%{_qt5_docdir}/qtgraphicaleffects/
|
|
|
913a56 |
%endif
|
|
|
913a56 |
|
|
|
913a56 |
|
|
|
913a56 |
%changelog
|
|
|
913a56 |
* Fri Oct 06 2017 Jan Grulich <jgrulich@redhat.com> - 5.9.2-1
|
|
|
913a56 |
- Update to 5.9.2
|
|
|
913a56 |
Resolves: bz#1482781
|
|
|
913a56 |
|
|
|
913a56 |
* Mon Aug 28 2017 Jan Grulich <jgrulich@redhat.com> - 5.9.1-1
|
|
|
913a56 |
- Update to 5.9.1
|
|
|
913a56 |
Resolves: bz#1482781
|
|
|
913a56 |
|
|
|
913a56 |
* Wed Jan 11 2017 Jan Grulich <jgrulich@redhat.com> - 5.6.2-1
|
|
|
913a56 |
- Update to 5.6.2
|
|
|
913a56 |
Resolves: bz#1384820
|
|
|
913a56 |
|
|
|
913a56 |
* Tue Aug 30 2016 Jan Grulich <jgrulich@redhat.com> - 5.6.1-10
|
|
|
913a56 |
- Increase build version to have newer version than in EPEL
|
|
|
913a56 |
Resolves: bz#1317403
|
|
|
913a56 |
|
|
|
913a56 |
* Wed Jun 08 2016 Jan Grulich <jgrulich@redhat.com> - 5.6.1-1
|
|
|
913a56 |
- Update to 5.6.1
|
|
|
913a56 |
Resolves: bz#1317403
|
|
|
913a56 |
|
|
|
913a56 |
* Wed Apr 13 2016 Jan Grulich <jgrulich@redhat.com> - 5.6.0-5
|
|
|
913a56 |
- Enable documentation
|
|
|
913a56 |
Resolves: bz#1317403
|
|
|
913a56 |
|
|
|
913a56 |
* Thu Apr 07 2016 Jan Grulich <jgrulich@redhat.com> - 5.6.0-4
|
|
|
913a56 |
- Initial version for RHEL
|
|
|
913a56 |
Resolves: bz#1317403
|
|
|
913a56 |
|
|
|
913a56 |
* Sun Mar 20 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-3
|
|
|
913a56 |
- rebuild
|
|
|
913a56 |
|
|
|
913a56 |
* Fri Mar 18 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-2
|
|
|
913a56 |
- rebuild
|
|
|
913a56 |
|
|
|
913a56 |
* Mon Mar 14 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-1
|
|
|
913a56 |
- 5.6.0 final release
|
|
|
913a56 |
|
|
|
913a56 |
* Tue Feb 23 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.6.rc
|
|
|
913a56 |
- Update to final RC
|
|
|
913a56 |
|
|
|
913a56 |
* Mon Feb 15 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.5
|
|
|
913a56 |
- Update RC release
|
|
|
913a56 |
|
|
|
913a56 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.0-0.4.beta
|
|
|
913a56 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
913a56 |
|
|
|
913a56 |
* Mon Dec 28 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.3.beta
|
|
|
913a56 |
- update source URL, use %%license, update source URL
|
|
|
913a56 |
|
|
|
913a56 |
* Thu Dec 10 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.2
|
|
|
913a56 |
- Official beta release
|
|
|
913a56 |
|
|
|
913a56 |
* Tue Nov 03 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.1
|
|
|
913a56 |
- Start to implement 5.6.0 beta
|
|
|
913a56 |
|
|
|
913a56 |
* Thu Oct 15 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-2
|
|
|
913a56 |
- Update to final release 5.5.1
|
|
|
913a56 |
|
|
|
913a56 |
* Tue Sep 29 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-1
|
|
|
913a56 |
- Update to Qt 5.5.1 RC1
|
|
|
913a56 |
|
|
|
913a56 |
* Wed Jul 29 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-2
|
|
|
913a56 |
- -docs: BuildRequires: qt5-qhelpgenerator, standardize bootstrapping
|
|
|
913a56 |
|
|
|
913a56 |
* Wed Jun 24 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.2.rc
|
|
|
913a56 |
- Update for official RC1 released packages
|
|
|
913a56 |
|
|
|
913a56 |
* Wed Jun 17 2015 Daniel Vrátil <dvratil@redhat.com> - 5.5.0-0.1.rc
|
|
|
913a56 |
- Qt 5.5.0 RC1
|
|
|
913a56 |
|
|
|
913a56 |
* Wed Jun 03 2015 Jan Grulich <jgrulich@redhat.com> - 5.4.2-1
|
|
|
913a56 |
- 5.4.2
|
|
|
913a56 |
|
|
|
913a56 |
* Fri Feb 27 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.4.1-2
|
|
|
913a56 |
- rebuild (gcc5)
|
|
|
913a56 |
|
|
|
913a56 |
* Tue Feb 24 2015 Jan Grulich <jgrulich@redhat.com> 5.4.1-1
|
|
|
913a56 |
- 5.4.1
|
|
|
913a56 |
|
|
|
913a56 |
* Wed Dec 10 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-1
|
|
|
913a56 |
- 5.4.0 (final)
|
|
|
913a56 |
|
|
|
913a56 |
* Fri Nov 28 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.3.rc
|
|
|
913a56 |
- 5.4.0-rc
|
|
|
913a56 |
|
|
|
913a56 |
* Mon Nov 03 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.2.beta
|
|
|
913a56 |
- out-of-tree build, use %%qmake_qt5
|
|
|
913a56 |
|
|
|
913a56 |
* Sun Oct 19 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.1.beta
|
|
|
913a56 |
- 5.4.0-beta
|
|
|
913a56 |
|
|
|
913a56 |
* Wed Sep 17 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.3.2-1
|
|
|
913a56 |
- 5.3.2
|
|
|
913a56 |
|
|
|
913a56 |
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.1-2
|
|
|
913a56 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
913a56 |
|
|
|
913a56 |
* Tue Jun 17 2014 Jan Grulich <jgrulich@redhat.com> - 5.3.1-1
|
|
|
913a56 |
- 5.3.1
|
|
|
913a56 |
|
|
|
913a56 |
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.0-2
|
|
|
913a56 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
913a56 |
|
|
|
913a56 |
* Wed May 21 2014 Jan Grulich <jgrulich@redhat.com> 5.3.0-1
|
|
|
913a56 |
- 5.3.0
|
|
|
913a56 |
|
|
|
913a56 |
* Thu Feb 06 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-1
|
|
|
913a56 |
- 5.2.1
|
|
|
913a56 |
|
|
|
913a56 |
* Thu Dec 12 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-1
|
|
|
913a56 |
- 5.2.0
|
|
|
913a56 |
|
|
|
913a56 |
* Mon Dec 02 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.10.rc1
|
|
|
913a56 |
- 5.2.0-rc1
|
|
|
913a56 |
|
|
|
913a56 |
* Sun Nov 10 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.4.beta1
|
|
|
913a56 |
- rebuild (arm/qreal)
|
|
|
913a56 |
|
|
|
913a56 |
* Thu Oct 24 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.3.beta1
|
|
|
913a56 |
- 5.2.0-beta1
|
|
|
913a56 |
|
|
|
913a56 |
* Thu Oct 24 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.2.alpha
|
|
|
913a56 |
- ppc bootstrap
|
|
|
913a56 |
|
|
|
913a56 |
* Wed Oct 02 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.1.alpha
|
|
|
913a56 |
- 5.2.0-alpha
|
|
|
913a56 |
- -doc subpkg
|
|
|
913a56 |
|
|
|
913a56 |
* Thu Aug 29 2013 Rex Dieter <rdieter@fedoraproject.org> 5.1.1-1
|
|
|
913a56 |
- 5.1.1
|
|
|
913a56 |
|
|
|
913a56 |
* Wed Aug 28 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.2-2
|
|
|
913a56 |
- improved description
|
|
|
913a56 |
- update Source URL
|
|
|
913a56 |
- clarify license comment
|
|
|
913a56 |
- disable -debuginfo
|
|
|
913a56 |
|
|
|
913a56 |
* Thu Apr 11 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.2-1
|
|
|
913a56 |
- 5.0.2
|
|
|
913a56 |
|
|
|
913a56 |
* Sat Feb 23 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-1
|
|
|
913a56 |
- first try
|
|
|
913a56 |
|