- Update rc1 5.5.0

This commit is contained in:
Helio Chissini de Castro 2015-06-29 14:15:27 -03:00
parent 072f6fb88f
commit e9165f58f4
3 changed files with 15 additions and 15 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/qtxmlpatterns-opensource-src-5.4.0.tar.xz /qtxmlpatterns-opensource-src-5.4.0.tar.xz
/qtxmlpatterns-opensource-src-5.4.1.tar.xz /qtxmlpatterns-opensource-src-5.4.1.tar.xz
/qtxmlpatterns-opensource-src-5.4.2.tar.xz /qtxmlpatterns-opensource-src-5.4.2.tar.xz
/qtxmlpatterns-opensource-src-5.5.0-rc.tar.xz

View File

@ -8,19 +8,17 @@
%define docs 1 %define docs 1
%endif %endif
%define prerelease rc
Summary: Qt5 - QtXmlPatterns component Summary: Qt5 - QtXmlPatterns component
Name: qt5-%{qt_module} Name: qt5-%{qt_module}
Version: 5.4.2 Version: 5.5.0
Release: 2%{?dist} Release: 0.2.rc%{?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://www.qt.io
%if 0%{?pre:1} Source0: http://download.qt.io/development_releases/qt/5.5/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.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.4/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
%endif
BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: qt5-qtbase-devel >= %{version}
@ -43,7 +41,7 @@ Summary: API documentation for %{name}
License: GFDL License: GFDL
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
# for qhelpgenerator # for qhelpgenerator
BuildRequires: qt5-qttools-devel BuildRequires: qt5-qttools-devel >= %{version}
BuildArch: noarch BuildArch: noarch
%description doc %description doc
%{summary}. %{summary}.
@ -57,7 +55,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%prep %prep
%setup -q -n %{qt_module}-opensource-src-%{version}%{?pre:-%{pre}} %setup -q -n %{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}
%build %build
@ -72,7 +70,6 @@ make %{?_smp_mflags} docs
%endif %endif
popd popd
%install %install
make install INSTALL_ROOT=%{buildroot} -C %{_target_platform} make install INSTALL_ROOT=%{buildroot} -C %{_target_platform}
@ -108,7 +105,6 @@ for prl_file in libQt5*.prl ; do
done done
popd popd
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
@ -140,8 +136,11 @@ popd
%changelog %changelog
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.4.2-2 * Thu Jun 25 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.2.rc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - Update for official RC1 released packages
* Wed Jun 17 2015 Daniel Vrátil <dvratil@redhat.com> - 5.5.0-0.1.rc
- Qt 5.5.0 RC1
* Wed Jun 03 2015 Jan Grulich <jgrulich@redhat.com> - 5.4.2-1 * Wed Jun 03 2015 Jan Grulich <jgrulich@redhat.com> - 5.4.2-1
- 5.4.2 - 5.4.2

View File

@ -1 +1 @@
162c72d1398261bc15b8411705ca05e2 qtxmlpatterns-opensource-src-5.4.2.tar.xz f207f78eca9b1754114837f75c533e4c qtxmlpatterns-opensource-src-5.5.0-rc.tar.xz