Wolfgang Bauer 2018-08-20 12:58:42 +00:00 committed by Git OBS Bridge
parent fa75d7fa3f
commit 6a0d96a49d
4 changed files with 29 additions and 19 deletions

View File

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

3
kio-5.49.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Aug 19 09:19:11 UTC 2018 - christophe@krop.fr
- Update to 5.49.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.49.0.php
- Changes since 5.48.0:
- Too many changes to list here
-------------------------------------------------------------------
Mon Jul 16 04:37:41 UTC 2018 - lbeltrame@kde.org

View File

@ -16,29 +16,25 @@
#
%bcond_without lang
%define _tar_path 5.48
Name: kio
Version: 5.48.0
Release: 0
%define _tar_path 5.49
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kio
Version: 5.49.0
Release: 0
Summary: Network transparent access to files and data
License: LGPL-2.1-or-later
Group: System/GUI/KDE
Url: http://www.kde.org
URL: http://www.kde.org
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
Source1: baselibs.conf
# PATCH-FIX-OPENSUSE kio_help-fallback-to-kde4-docs.patch -- allow kio_help to see into kde4 documentation, needed especially for khelpcenter5
Patch0: kio_help-fallback-to-kde4-docs.patch
# PATCH-FIX-OPENSUSE
Patch1: 0001-Revert-Support-NTFS-hidden-files.patch
%if 0%{?suse_version} < 1330
# It does not build with the default compiler (GCC 4.8) on Leap 42.x
BuildRequires: gcc7-c++
%endif
BuildRequires: cmake >= 3.0
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes
@ -65,6 +61,7 @@ BuildRequires: kwindowsystem-devel >= %{_kf5_bugfix_version}
BuildRequires: kxmlgui-devel >= %{_kf5_bugfix_version}
BuildRequires: libacl-devel
BuildRequires: libattr-devel
BuildRequires: pkgconfig
BuildRequires: solid-devel >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Concurrent) >= 5.6.0
BuildRequires: cmake(Qt5Core) >= 5.6.0
@ -78,11 +75,15 @@ BuildRequires: cmake(Qt5Xml) >= 5.6.0
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(x11)
Requires: %{name}-core = %{version}
# KIO/FileDialog uses klauncher directly, but we can't add Requires, as that would introduce dep cycle
Recommends: kinit
%if 0%{?suse_version} < 1330
# It does not build with the default compiler (GCC 4.8) on Leap 42.x
BuildRequires: gcc7-c++
%endif
%if %{with lang}
Recommends: %{name}-lang = %{version}
%endif
# KIO/FileDialog uses klauncher directly, but we can't add Requires, as that would introduce dep cycle
Recommends: kinit
%description
This framework implements almost all the file management functions you
@ -127,6 +128,7 @@ file dialog also uses this to provide its network-enabled file management.
Development files.
%lang_package
%prep
%setup -q
%autopatch -p1
@ -146,15 +148,12 @@ Development files.
%if %{with lang}
%find_lang %{name} --with-man --all-name
%kf5_find_htmldocs
%{kf5_find_htmldocs}
%endif
%post core -p /sbin/ldconfig
%postun core -p /sbin/ldconfig
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%if %{with lang}
@ -202,6 +201,7 @@ Development files.
%files
%doc README*
%license COPYING*
%{_kf5_debugdir}/kio.categories
%{_kf5_libdir}/libKF5KIOGui.so.*
%{_kf5_libdir}/libKF5KIOWidgets.so.*
%{_kf5_libdir}/libKF5KIOFileWidgets.so.*