5.4.0-beta
This commit is contained in:
parent
1086fd2bba
commit
4f876cd849
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user