diff --git a/.gitignore b/.gitignore index 66eb536..ddbf612 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /qtscript-opensource-src-5.3.2.tar.xz +/qtscript-opensource-src-5.4.0-beta.tar.xz diff --git a/qt5-qtscript.spec b/qt5-qtscript.spec index 3166235..0a54599 100644 --- a/qt5-qtscript.spec +++ b/qt5-qtscript.spec @@ -1,18 +1,20 @@ %global qt_module qtscript +%define pre beta + Summary: Qt5 - QtScript component Name: qt5-%{qt_module} -Version: 5.3.2 -Release: 1%{?dist} +Version: 5.4.0 +Release: 0.1.%{pre}%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions Url: http://qt-project.org/ %if 0%{?pre:1} -Source0: http://download.qt-project.org/development_releases/qt/5.3/%{version}-%{pre}/submodules/%{qt_module}-opensource-src-%{version}-%{pre}.tar.xz +Source0: http://download.qt-project.org/development_releases/qt/5.4/%{version}-%{pre}/submodules/%{qt_module}-opensource-src-%{version}-%{pre}.tar.xz %else -Source0: http://download.qt-project.org/official_releases/qt/5.3/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz +Source0: http://download.qt-project.org/official_releases/qt/5.4/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz %endif # add s390(x0 support to Platform.h (taken from webkit) @@ -83,15 +85,20 @@ rm -fv %{buildroot}%{_qt5_libdir}/lib*.la %postun -p /sbin/ldconfig %files -%doc LGPL_EXCEPTION.txt LICENSE.GPL LICENSE.LGPL +%doc LGPL_EXCEPTION.txt LICENSE.GPL* LICENSE.LGPL* %{_qt5_libdir}/libQt5Script.so.5* %{_qt5_libdir}/libQt5ScriptTools.so.5* %files devel %{_qt5_headerdir}/Qt*/ -%{_qt5_libdir}/libQt5*.so -%{_qt5_libdir}/libQt5*.prl -%{_qt5_libdir}/cmake/Qt5*/ +%{_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 %{_qt5_libdir}/pkgconfig/Qt5*.pc %{_qt5_archdatadir}/mkspecs/modules/*.pri @@ -108,6 +115,9 @@ rm -fv %{buildroot}%{_qt5_libdir}/lib*.la %changelog +* Sun Oct 19 2014 Rex Dieter 5.4.0-0.1.beta +- 5.4.0-beta + * Tue Sep 16 2014 Rex Dieter 5.3.2-1 - 5.3.2 diff --git a/sources b/sources index 775a2c5..8e73b8c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d0e70adf7c993f33bad27290dae778d5 qtscript-opensource-src-5.3.2.tar.xz +e443bcce54de56308353640350e1aa40 qtscript-opensource-src-5.4.0-beta.tar.xz