5.4.0-beta

This commit is contained in:
Rex Dieter 2014-10-19 20:25:59 -05:00
parent 8386bcc8b6
commit 475e15a72b
3 changed files with 16 additions and 7 deletions

1
.gitignore vendored
View File

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

View File

@ -5,18 +5,20 @@
# where qt5-qttools builds are not yet available # where qt5-qttools builds are not yet available
%define docs 1 %define docs 1
%define pre beta
Summary: Qt5 - Support for rendering and displaying SVG Summary: Qt5 - Support for rendering and displaying SVG
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}
@ -92,21 +94,24 @@ popd
%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}/libQt5Svg.so.5* %{_qt5_libdir}/libQt5Svg.so.5*
%{_qt5_plugindir}/iconengines/libqsvgicon.so %{_qt5_plugindir}/iconengines/libqsvgicon.so
%{_qt5_plugindir}/imageformats/libqsvg.so %{_qt5_plugindir}/imageformats/libqsvg.so
%dir %{_qt5_libdir}/cmake/Qt5Svg/
%{_qt5_libdir}/cmake/Qt5Svg/Qt5Svg_*Plugin.cmake
%files devel %files devel
%{_qt5_headerdir}/QtSvg/ %{_qt5_headerdir}/QtSvg/
%{_qt5_libdir}/libQt5Svg.so %{_qt5_libdir}/libQt5Svg.so
%{_qt5_libdir}/libQt5Svg.prl %{_qt5_libdir}/libQt5Svg.prl
%{_qt5_libdir}/cmake/Qt5Svg/ %{_qt5_libdir}/cmake/Qt5Svg/Qt5SvgConfig*.cmake
%{_qt5_libdir}/pkgconfig/Qt5Svg.pc %{_qt5_libdir}/pkgconfig/Qt5Svg.pc
%{_qt5_archdatadir}/mkspecs/modules/qt_lib_svg*.pri %{_qt5_archdatadir}/mkspecs/modules/qt_lib_svg*.pri
%if 0%{?docs} %if 0%{?docs}
%files doc %files doc
%doc LICENSE.FDL
%{_qt5_docdir}/qtsvg.qch %{_qt5_docdir}/qtsvg.qch
%{_qt5_docdir}/qtsvg/ %{_qt5_docdir}/qtsvg/
%endif %endif
@ -118,6 +123,9 @@ popd
%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 @@
f7972e80970ff26a908c43defb3d10e6 qtsvg-opensource-src-5.3.2.tar.xz 7de6661aa75bd2ae48e1cbb91dba67c6 qtsvg-opensource-src-5.4.0-beta.tar.xz