2013-08-28 19:33:57 +00:00
|
|
|
|
|
|
|
%global qt_module qtscript
|
2013-10-02 16:15:57 +00:00
|
|
|
|
2014-11-04 00:51:16 +00:00
|
|
|
# define to build docs, need to undef this for bootstrapping
|
|
|
|
# where qt5-qttools builds are not yet available
|
|
|
|
%define docs 1
|
|
|
|
|
2013-08-28 19:33:57 +00:00
|
|
|
Summary: Qt5 - QtScript component
|
|
|
|
Name: qt5-%{qt_module}
|
2014-10-19 16:31:29 +00:00
|
|
|
Version: 5.4.0
|
2014-12-10 13:27:43 +00:00
|
|
|
Release: 1%{?dist}
|
2013-08-28 19:33:57 +00:00
|
|
|
|
|
|
|
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
|
|
|
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
|
|
|
Url: http://qt-project.org/
|
2013-10-02 16:15:57 +00:00
|
|
|
%if 0%{?pre:1}
|
2014-10-19 16:31:29 +00:00
|
|
|
Source0: http://download.qt-project.org/development_releases/qt/5.4/%{version}-%{pre}/submodules/%{qt_module}-opensource-src-%{version}-%{pre}.tar.xz
|
2013-10-02 16:15:57 +00:00
|
|
|
%else
|
2014-10-19 16:31:29 +00:00
|
|
|
Source0: http://download.qt-project.org/official_releases/qt/5.4/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
|
2013-10-02 16:15:57 +00:00
|
|
|
%endif
|
2013-12-02 19:44:15 +00:00
|
|
|
|
2013-11-25 13:33:39 +00:00
|
|
|
# add s390(x0 support to Platform.h (taken from webkit)
|
2013-12-02 19:44:15 +00:00
|
|
|
Patch0: qtscript-opensource-src-5.2.0-s390.patch
|
2013-08-28 19:33:57 +00:00
|
|
|
|
|
|
|
BuildRequires: qt5-qtbase-devel >= %{version}
|
2014-01-27 14:49:50 +00:00
|
|
|
#if 0%{?_qt5_examplesdir:1}
|
2014-01-27 14:20:35 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5UiTools)
|
2014-01-27 14:49:50 +00:00
|
|
|
#endif
|
2013-08-28 19:33:57 +00:00
|
|
|
|
|
|
|
%{?_qt5_version:Requires: qt5-qtbase%{?_isa} >= %{_qt5_version}}
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: qt5-qtbase-devel%{?_isa}
|
|
|
|
%description devel
|
|
|
|
%{summary}.
|
|
|
|
|
2014-11-04 00:51:16 +00:00
|
|
|
%if 0%{?docs}
|
2013-10-02 16:15:57 +00:00
|
|
|
%package doc
|
|
|
|
Summary: API documentation for %{name}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2014-11-04 00:51:16 +00:00
|
|
|
# for qhelpgenerator
|
|
|
|
BuildRequires: qt5-qttools-devel
|
2013-10-02 16:15:57 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
%description doc
|
|
|
|
%{summary}.
|
2014-11-04 00:51:16 +00:00
|
|
|
%endif
|
2013-10-02 16:15:57 +00:00
|
|
|
|
2014-01-27 13:08:27 +00:00
|
|
|
%package examples
|
|
|
|
Summary: Programming examples for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%description examples
|
|
|
|
%{summary}.
|
|
|
|
|
2013-08-28 19:33:57 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{qt_module}-opensource-src-%{version}%{?pre:-%{pre}}
|
2013-11-25 13:33:39 +00:00
|
|
|
%patch0 -p1 -b .s390
|
2013-08-28 19:33:57 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2014-11-04 00:51:16 +00:00
|
|
|
mkdir %{_target_platform}
|
|
|
|
pushd %{_target_platform}
|
|
|
|
%{qmake_qt5} ..
|
|
|
|
|
|
|
|
make %{?_smp_mflags}
|
2013-08-28 19:33:57 +00:00
|
|
|
|
2014-11-04 00:51:16 +00:00
|
|
|
%if 0%{?docs}
|
2013-10-02 16:15:57 +00:00
|
|
|
make %{?_smp_mflags} docs
|
2014-11-04 00:51:16 +00:00
|
|
|
%endif
|
|
|
|
popd
|
2013-08-28 19:33:57 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2014-11-04 00:51:16 +00:00
|
|
|
make install INSTALL_ROOT=%{buildroot} -C %{_target_platform}
|
2013-08-28 19:33:57 +00:00
|
|
|
|
2014-11-04 00:51:16 +00:00
|
|
|
%if 0%{?docs}
|
|
|
|
make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform}
|
|
|
|
%endif
|
2013-10-02 16:15:57 +00:00
|
|
|
|
2013-08-28 19:33:57 +00:00
|
|
|
## .prl file love (maybe consider just deleting these -- rex
|
|
|
|
# nuke dangling reference(s) to %%buildroot, excessive (.la-like) libs
|
|
|
|
sed -i \
|
|
|
|
-e "/^QMAKE_PRL_BUILD_DIR/d" \
|
|
|
|
-e "/^QMAKE_PRL_LIBS/d" \
|
|
|
|
%{buildroot}%{_qt5_libdir}/*.prl
|
|
|
|
|
|
|
|
## unpackaged files
|
|
|
|
# .la files, die, die, die.
|
|
|
|
rm -fv %{buildroot}%{_qt5_libdir}/lib*.la
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
2014-10-19 16:31:29 +00:00
|
|
|
%doc LGPL_EXCEPTION.txt LICENSE.GPL* LICENSE.LGPL*
|
2013-08-28 19:33:57 +00:00
|
|
|
%{_qt5_libdir}/libQt5Script.so.5*
|
|
|
|
%{_qt5_libdir}/libQt5ScriptTools.so.5*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_qt5_headerdir}/Qt*/
|
2014-10-19 16:31:29 +00:00
|
|
|
%{_qt5_libdir}/libQt5Script.so
|
|
|
|
%{_qt5_libdir}/libQt5Script.prl
|
|
|
|
%{_qt5_libdir}/libQt5ScriptTools.so
|
|
|
|
%{_qt5_libdir}/libQt5ScriptTools.prl
|
|
|
|
%dir %{_qt5_libdir}/cmake/Qt5Script/
|
|
|
|
%{_qt5_libdir}/cmake/Qt5Script/Qt5ScriptConfig*.cmake
|
|
|
|
%dir %{_qt5_libdir}/cmake/Qt5ScriptTools/
|
|
|
|
%{_qt5_libdir}/cmake/Qt5ScriptTools/Qt5ScriptToolsConfig*.cmake
|
2013-08-28 19:33:57 +00:00
|
|
|
%{_qt5_libdir}/pkgconfig/Qt5*.pc
|
|
|
|
%{_qt5_archdatadir}/mkspecs/modules/*.pri
|
|
|
|
|
2014-11-04 00:51:16 +00:00
|
|
|
%if 0%{?docs}
|
2013-10-02 16:15:57 +00:00
|
|
|
%files doc
|
|
|
|
%{_qt5_docdir}/qtscript.qch
|
|
|
|
%{_qt5_docdir}/qtscript/
|
|
|
|
%{_qt5_docdir}/qtscripttools.qch
|
|
|
|
%{_qt5_docdir}/qtscripttools/
|
2014-11-04 00:51:16 +00:00
|
|
|
%endif
|
2013-10-02 16:15:57 +00:00
|
|
|
|
2014-01-27 14:20:35 +00:00
|
|
|
%if 0%{?_qt5_examplesdir:1}
|
2014-01-27 13:08:27 +00:00
|
|
|
%files examples
|
|
|
|
%{_qt5_examplesdir}/
|
|
|
|
%endif
|
|
|
|
|
2013-08-28 19:33:57 +00:00
|
|
|
|
|
|
|
%changelog
|
2014-12-10 13:27:43 +00:00
|
|
|
* Wed Dec 10 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-1
|
|
|
|
- 5.4.0 (final)
|
|
|
|
|
2014-11-28 16:05:50 +00:00
|
|
|
* Fri Nov 28 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.3.rc
|
|
|
|
- 5.4.0-rc
|
|
|
|
|
2014-11-04 00:51:16 +00:00
|
|
|
* Mon Nov 03 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.2.beta
|
|
|
|
- out-of-tree build, use %%qmake_qt5, support %%docs macro
|
|
|
|
|
2014-10-19 16:31:29 +00:00
|
|
|
* Sun Oct 19 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.1.beta
|
|
|
|
- 5.4.0-beta
|
|
|
|
|
2014-09-16 17:37:13 +00:00
|
|
|
* Tue Sep 16 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.2-1
|
|
|
|
- 5.3.2
|
|
|
|
|
2014-08-17 22:51:45 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-26 08:00:26 +00:00
|
|
|
* Tue Jun 17 2014 Jan Grulich <jgrulich@redhat.com> - 5.3.1-1
|
|
|
|
- 5.3.1
|
|
|
|
|
2014-06-08 01:22:55 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-21 15:50:05 +00:00
|
|
|
* Wed May 21 2014 Jan Grulich <jgrulich@redhat.com> 5.3.0-1
|
|
|
|
- 5.3.0
|
|
|
|
|
2014-02-05 21:20:57 +00:00
|
|
|
* Wed Feb 05 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-1
|
|
|
|
- 5.2.1
|
|
|
|
|
2014-02-02 21:46:51 +00:00
|
|
|
* Sun Feb 02 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-3
|
|
|
|
- Add AArch64 support to qtscript (#1056071)
|
|
|
|
|
2014-01-27 13:08:27 +00:00
|
|
|
* Mon Jan 27 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-2
|
|
|
|
- -examples subpkg
|
2014-01-27 13:31:06 +00:00
|
|
|
- -doc for all archs
|
2014-01-27 13:08:27 +00:00
|
|
|
|
2013-12-12 13:38:15 +00:00
|
|
|
* Thu Dec 12 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-1
|
|
|
|
- 5.2.0
|
|
|
|
|
2013-12-02 19:44:15 +00:00
|
|
|
* Mon Dec 02 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.10.rc1
|
|
|
|
- 5.2.0-rc1
|
|
|
|
|
2013-11-25 13:46:20 +00:00
|
|
|
* Mon Nov 25 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.5.beta1
|
|
|
|
- enable -doc only on primary archs (allow secondary bootstrap)
|
|
|
|
|
2013-11-10 19:38:27 +00:00
|
|
|
* Sun Nov 10 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.4.beta1
|
|
|
|
- rebuild (arm/qreal)
|
|
|
|
|
2013-10-25 01:11:46 +00:00
|
|
|
* Thu Oct 24 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.3.beta1
|
|
|
|
- 5.2.0-beta1
|
|
|
|
|
2013-10-16 18:20:58 +00:00
|
|
|
* Wed Oct 16 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.2.alpha
|
|
|
|
- bootstrap ppc
|
|
|
|
|
2013-10-02 16:15:57 +00:00
|
|
|
* Tue Oct 01 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.1.alpha
|
|
|
|
- 5.2.0-alpha
|
|
|
|
- -doc subpkg
|
|
|
|
|
2013-08-28 21:08:56 +00:00
|
|
|
* Wed Aug 28 2013 Rex Dieter <rdieter@fedoraproject.org> 5.1.1-1
|
|
|
|
- 5.1.1
|
|
|
|
|
2013-08-28 19:33:57 +00:00
|
|
|
* Wed Aug 28 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.2-2
|
|
|
|
- update Source URL
|
|
|
|
- %%doc LGPL_EXCEPTION.txt LICENSE.GPL LICENSE.LGPL
|
|
|
|
|
|
|
|
* Thu Apr 11 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.2-1
|
|
|
|
- 5.0.2
|
|
|
|
|
|
|
|
* Sat Feb 23 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-1
|
|
|
|
- first try
|
|
|
|
|