5.4.0-beta

This commit is contained in:
Rex Dieter 2014-10-19 15:34:36 -05:00
parent 1086fd2bba
commit 4f876cd849
3 changed files with 14 additions and 9 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/qtx11extras-opensource-src-5.3.2.tar.xz /qtx11extras-opensource-src-5.3.2.tar.xz
/qtx11extras-opensource-src-5.4.0-beta.tar.xz

View File

@ -1,18 +1,20 @@
%global qt_module qtx11extras %global qt_module qtx11extras
%define pre beta
Summary: Qt5 - X11 support library Summary: Qt5 - X11 support library
Name: qt5-%{qt_module} Name: qt5-%{qt_module}
Version: 5.3.2 Version: 5.4.0
Release: 1%{?dist} Release: 0.1.%{pre}%{?dist}
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
License: LGPLv2 with exceptions or GPLv3 with exceptions License: LGPLv2 with exceptions or GPLv3 with exceptions
Url: http://qt-project.org/ Url: http://qt-project.org/
%if 0%{?pre:1} %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 %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 %endif
BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: qt5-qtbase-devel >= %{version}
@ -62,22 +64,24 @@ popd
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files %files
%doc LGPL_EXCEPTION.txt LICENSE.GPL LICENSE.LGPL %doc LGPL_EXCEPTION.txt LICENSE.GPL* LICENSE.LGPL*
%{_qt5_libdir}/libQt5X11Extras.so.5* %{_qt5_libdir}/libQt5X11Extras.so.5*
%files devel %files devel
%{_qt5_headerdir}/QtX11Extras/ %{_qt5_headerdir}/QtX11Extras/
%{_qt5_libdir}/libQt5X11Extras.so %{_qt5_libdir}/libQt5X11Extras.so
%{_qt5_libdir}/libQt5X11Extras.prl %{_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_libdir}/pkgconfig/Qt5X11Extras.pc
%{_qt5_archdatadir}/mkspecs/modules/qt_lib_x11extras*.pri %{_qt5_archdatadir}/mkspecs/modules/qt_lib_x11extras*.pri
%changelog %changelog
* Sun Oct 19 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.1.beta
- 5.4.0-beta
* Wed Sep 17 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.3.2-1 * Wed Sep 17 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.3.2-1
- 5.3.2 - 5.3.2

View File

@ -1 +1 @@
59f6cbbdf2ad48c6b95b65f8b333df2d qtx11extras-opensource-src-5.3.2.tar.xz 21fb680bbc44e6923b78da625d4c8d43 qtx11extras-opensource-src-5.4.0-beta.tar.xz