5.4.0-beta

This commit is contained in:
Rex Dieter 2014-10-18 15:23:26 -05:00
parent ff3a6af484
commit c1a62c2da8
3 changed files with 14 additions and 6 deletions

1
.gitignore vendored
View File

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

View File

@ -8,18 +8,20 @@
%define docs 1
%endif
%define pre beta
Summary: Qt5 - QtXmlPatterns 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
BuildRequires: qt5-qtbase-devel >= %{version}
@ -40,6 +42,7 @@ Requires: qt5-qtbase-devel%{?_isa}
%if 0%{?docs}
%package doc
Summary: API documentation for %{name}
License: GFDL
Requires: %{name} = %{version}-%{release}
# for qhelpgenerator
BuildRequires: qt5-qttools-devel
@ -108,7 +111,7 @@ popd
%postun -p /sbin/ldconfig
%files
%doc LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt
%doc LICENSE.GPL* LICENSE.LGPL* LGPL_EXCEPTION.txt
%{_qt5_libdir}/libQt5XmlPatterns.so.5*
%files devel
@ -123,6 +126,7 @@ popd
%if 0%{?docs}
%files doc
%doc LICENSE.FDL
%{_qt5_docdir}/qtxmlpatterns.qch
%{_qt5_docdir}/qtxmlpatterns/
%endif
@ -134,6 +138,9 @@ popd
%changelog
* Sat Oct 18 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.1.beta
- 5.4.0-beta
* Tue Sep 16 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.2-1
- 5.3.2

View File

@ -1 +1 @@
857e8040b2bf45c114a7d75ec6ef94ee qtxmlpatterns-opensource-src-5.3.2.tar.xz
bc4e3604a8d9969db8c2f698e4c92be7 qtxmlpatterns-opensource-src-5.4.0-beta.tar.xz