Dominique Leuenberger 2017-06-13 14:05:45 +00:00 committed by Git OBS Bridge
parent d18cd7e9a6
commit 3bb74c9e21
4 changed files with 37 additions and 22 deletions

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Jun 2 10:04:22 UTC 2017 - jengelh@inai.de
- Description updates.
- Use find -exec's "+" strategy.
-------------------------------------------------------------------
Wed May 31 07:05:25 UTC 2017 - fabian@ritter-vogt.de
- Update to 5.9.0 final
-------------------------------------------------------------------
Wed May 24 19:16:41 UTC 2017 - fabian@ritter-vogt.de
- Update to 5.9.0 RC:
* For more details please see:
http://lists.qt-project.org/pipermail/announce/2017-May/000115.html
and https://wiki.qt.io/New_Features_in_Qt_5.9
-------------------------------------------------------------------
Wed Dec 14 16:05:56 UTC 2016 - hrvoje.senjan@gmail.com

View File

@ -21,17 +21,17 @@
%define libname libQt5Svg5
Name: libqt5-qtsvg
Version: 5.7.1
Version: 5.9.0
Release: 0
Summary: Qt 5 SVG Library
License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
Group: Development/Libraries/X11
Url: http://qt.digia.com
Url: https://www.qt.io
%define base_name libqt5
%define real_version 5.7.1
%define so_version 5.7.1
%define real_version 5.9.0
%define so_version 5.9.0
%define tar_version qtsvg-opensource-src-%{real_version}
Source: %{tar_version}.tar.xz
Source: https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz
Source1: baselibs.conf
BuildRequires: libQt5Core-private-headers-devel >= %{version}
BuildRequires: libQt5Gui-private-headers-devel >= %{version}
@ -46,10 +46,8 @@ BuildRequires: xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Qt is a set of libraries for developing applications.
This package contains base tools, like string, xml, and network
handling.
The Qt SVG module provides functionality for displaying SVG images
as a widget, and to create SVG files using drawing commands.
%prep
%setup -q -n qtsvg-opensource-src-%{real_version}
@ -60,23 +58,21 @@ Group: Development/Libraries/X11
%requires_ge libQt5Widgets5
%description -n %libname
Qt is a set of libraries for developing applications.
This package contains base tools, like string, xml, and network
handling.
The Qt SVG module provides functionality for displaying SVG images
as a widget, and to create SVG files using drawing commands.
%package devel
Summary: Qt Development Kit
Summary: Development files for the Qt5 SVG library
Group: Development/Libraries/X11
Requires: %libname = %{version}
Provides: libQt5Svg-devel = %{version}
Obsoletes: libQt5Svg-devel < %{version}
%description devel
You need this package, if you want to compile programs with QtSvg.
You need this package if you want to compile programs with QtSvg.
%package private-headers-devel
Summary: Non-ABI stable experimental API
Summary: Non-ABI stable experimental API for the Qt5 SVG library
Group: Development/Libraries/C and C++
BuildArch: noarch
Requires: %{name}-devel = %{version}
@ -90,12 +86,12 @@ API guarantees. The packages that build against these have to require
the exact Qt version.
%package examples
Summary: Qt5 svg examples
Summary: Qt5 SVG examples
Group: Development/Libraries/X11
Recommends: %{name}-devel
%description examples
Examples for libqt5-qtsvg modules.
Examples for the libqt5-qtsvg modules.
%post -n %libname -p /sbin/ldconfig
@ -111,7 +107,7 @@ mkdir .git
%install
%qmake5_install
find %{buildroot}/%{_libqt5_libdir} -type f -name '*prl' -exec sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" {} \;
find %{buildroot}/%{_libqt5_libdir} -type f -name '*prl' -exec sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" {} +
# kill .la files
rm -f %{buildroot}%{_libqt5_libdir}/lib*.la

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0f017db8cf18e655e8a6635bc4ddbdbad6f8ef839857451b78942630a4c3947
size 1751536

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0fd1ac11bdcbbc359156792dc6f943f4c69936068550e7c2916a32b0f628fe7e
size 1765204