diff --git a/.gitignore b/.gitignore index 7921ca3..b752508 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /qtx11extras-opensource-src-5.3.2.tar.xz +/qtx11extras-opensource-src-5.4.0-beta.tar.xz diff --git a/qt5-qtx11extras.spec b/qt5-qtx11extras.spec index 2e58f3f..08dffaf 100644 --- a/qt5-qtx11extras.spec +++ b/qt5-qtx11extras.spec @@ -1,18 +1,20 @@ %global qt_module qtx11extras +%define pre beta + Summary: Qt5 - X11 support library 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 BuildRequires: qt5-qtbase-devel >= %{version} @@ -62,22 +64,24 @@ popd %post -p /sbin/ldconfig %postun -p /sbin/ldconfig - %files -%doc LGPL_EXCEPTION.txt LICENSE.GPL LICENSE.LGPL +%doc LGPL_EXCEPTION.txt LICENSE.GPL* LICENSE.LGPL* %{_qt5_libdir}/libQt5X11Extras.so.5* - %files devel %{_qt5_headerdir}/QtX11Extras/ %{_qt5_libdir}/libQt5X11Extras.so %{_qt5_libdir}/libQt5X11Extras.prl -%{_qt5_libdir}/cmake/Qt5X11Extras/ +%dir %{_qt5_libdir}/cmake/Qt5X11Extras/ +%{_qt5_libdir}/cmake/Qt5X11Extras/Qt5X11ExtrasConfig*.cmake %{_qt5_libdir}/pkgconfig/Qt5X11Extras.pc %{_qt5_archdatadir}/mkspecs/modules/qt_lib_x11extras*.pri %changelog +* Sun Oct 19 2014 Rex Dieter 5.4.0-0.1.beta +- 5.4.0-beta + * Wed Sep 17 2014 Rex Dieter - 5.3.2-1 - 5.3.2 diff --git a/sources b/sources index d4a3c58..d29945d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -59f6cbbdf2ad48c6b95b65f8b333df2d qtx11extras-opensource-src-5.3.2.tar.xz +21fb680bbc44e6923b78da625d4c8d43 qtx11extras-opensource-src-5.4.0-beta.tar.xz