Accepting request 517603 from KDE:Applications

1

OBS-URL: https://build.opensuse.org/request/show/517603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio-extras5?expand=0&rev=46
This commit is contained in:
Dominique Leuenberger 2017-08-24 16:02:13 +00:00 committed by Git OBS Bridge
commit 990f890637
4 changed files with 72 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Thu Aug 17 19:48:32 UTC 2017 - jengelh@inai.de
- Fix incomplete sentence structure in description.
-------------------------------------------------------------------
Mon Aug 14 08:16:57 UTC 2017 - fabian@ritter-vogt.de
- Only BuildRequire Qt WebEngine if available
-------------------------------------------------------------------
Fri Aug 11 22:45:36 UTC 2017 - christophe@krop.fr
- Update to KDE Applications 17.08.0
* New feature release
* https://www.kde.org/announcements/announce-applications-17.08.0.php
- Changes since 17.04.3 :
- Too many changes to list here
-------------------------------------------------------------------
Sat Aug 5 18:17:56 UTC 2017 - christophe@krop.fr
- Update to KDE Applications 17.07.90
* KDE Applications 17.07.90
* https://www.kde.org/announcements/announce-applications-17.07.90.php
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jul 15 22:59:57 CEST 2017 - lbeltrame@kde.org Sat Jul 15 22:59:57 CEST 2017 - lbeltrame@kde.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package kio-extras5 # spec file for package kio-extras5
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,13 +15,14 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%bcond_without lang %bcond_without lang
Name: kio-extras5 Name: kio-extras5
Version: 17.04.3 Version: 17.08.0
Release: 0 Release: 0
%define kf5_version 5.26.0 %define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: Additional KIO slaves for KDE applications Summary: Additional KIO slaves for KDE applications
License: GPL-2.0+ License: GPL-2.0+
@ -66,6 +67,11 @@ BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0
BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(bzip2)
BuildRequires: pkgconfig(exiv2) BuildRequires: pkgconfig(exiv2)
BuildRequires: pkgconfig(smbclient) BuildRequires: pkgconfig(smbclient)
%if 0%{?suse_version} >= 1330
%ifarch %ix86 x86_64 %arm aarch64 mips mips64
BuildRequires: pkgconfig(Qt5WebEngineWidgets) >= 5.7.0
%endif
%endif
Recommends: kimageformats Recommends: kimageformats
# we want some imageformats in # we want some imageformats in
Recommends: libqt5-qtimageformats Recommends: libqt5-qtimageformats
@ -76,7 +82,24 @@ Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
Additional KIO slaves for KDE applications. Additional KIO-slaves for KDE applications.
%package -n libkioarchive5
Summary: The archiver base class library
Group: System/Libraries
%description -n libkioarchive5
The archiver base class, used by specific archive formats, is made
available as a library in its own right so that support for other
archive formats can be built outside the kio-extras source tree.
%package -n libkioarchive-devel
Summary: Development package for libkioarchive5
Group: Development/Libraries/C and C++
Requires: libkioarchive5 = %{version}
%description -n libkioarchive-devel
This is the development package for libkioarchive
%if %{with lang} %if %{with lang}
%lang_package %lang_package
@ -104,11 +127,14 @@ sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%post -n libkioarchive5 -p /sbin/ldconfig
%postun -n libkioarchive5 -p /sbin/ldconfig
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_kf5_configkcfgdir}/
%{_kf5_libdir}/libmolletnetwork5.so.* %{_kf5_libdir}/libmolletnetwork5.so.*
%{_kf5_plugindir}/ %{_kf5_plugindir}/
%{_kf5_configkcfgdir}/
%{_kf5_servicesdir}/ %{_kf5_servicesdir}/
%{_kf5_servicetypesdir}/ %{_kf5_servicetypesdir}/
%{_kf5_sharedir}/kio_bookmarks/ %{_kf5_sharedir}/kio_bookmarks/
@ -116,9 +142,19 @@ sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt
%{_kf5_sharedir}/kio_info/ %{_kf5_sharedir}/kio_info/
%{_kf5_sharedir}/konqsidebartng/ %{_kf5_sharedir}/konqsidebartng/
%{_kf5_sharedir}/konqueror/ %{_kf5_sharedir}/konqueror/
%{_kf5_sharedir}/mime/packages/kf5_network.xml
%{_kf5_sharedir}/remoteview/ %{_kf5_sharedir}/remoteview/
%{_kf5_sharedir}/solid/ %{_kf5_sharedir}/solid/
%{_kf5_sharedir}/mime/packages/kf5_network.xml
%files -n libkioarchive-devel
%defattr(-,root,root)
%{_kf5_includedir}/kio_archivebase.h
%{_kf5_includedir}/libkioarchive_export.h
%{_libdir}/cmake/KioArchive/
%files -n libkioarchive5
%defattr(-,root,root)
%{_libdir}/libkioarchive.so.5*
%if %{with lang} %if %{with lang}
%files lang -f %{name}.lang %files lang -f %{name}.lang