This commit is contained in:
parent
740affd274
commit
7407ba1cd8
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,13 +15,14 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: kio-extras5
|
||||
Version: 17.07.90
|
||||
Release: 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}')}
|
||||
Summary: Additional KIO slaves for KDE applications
|
||||
License: GPL-2.0+
|
||||
@ -55,6 +56,8 @@ BuildRequires: libtag-devel
|
||||
BuildRequires: openslp-devel
|
||||
BuildRequires: phonon4qt5-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: solid-devel
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(Qt5DBus) >= 5.4.0
|
||||
BuildRequires: pkgconfig(Qt5Network) >= 5.4.0
|
||||
BuildRequires: pkgconfig(Qt5Sql)
|
||||
@ -64,8 +67,9 @@ BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0
|
||||
BuildRequires: pkgconfig(bzip2)
|
||||
BuildRequires: pkgconfig(exiv2)
|
||||
BuildRequires: pkgconfig(smbclient)
|
||||
BuildRequires: solid-devel
|
||||
BuildRequires: xz
|
||||
%if 0%{?suse_version} >= 1330
|
||||
BuildRequires: pkgconfig(Qt5WebEngineWidgets) >= 5.7.0
|
||||
%endif
|
||||
Recommends: kimageformats
|
||||
# we want some imageformats in
|
||||
Recommends: libqt5-qtimageformats
|
||||
@ -78,11 +82,11 @@ Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Additional KIO slaves for KDE applications.
|
||||
Additional KIO-slaves for KDE applications.
|
||||
|
||||
%package -n libkioarchive5
|
||||
Group: System/Libraries
|
||||
Summary: The archiver base class library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libkioarchive5
|
||||
So that support for other archive formats can be built outside
|
||||
@ -91,8 +95,8 @@ a separately installed library, with the specific archive formats
|
||||
using it.
|
||||
|
||||
%package -n libkioarchive-devel
|
||||
Group: Development/Libraries/C and C++
|
||||
Summary: Development package for libkioarchive5
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libkioarchive5 = %{version}
|
||||
|
||||
%description -n libkioarchive-devel
|
||||
@ -129,9 +133,9 @@ sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_kf5_configkcfgdir}/
|
||||
%{_kf5_libdir}/libmolletnetwork5.so.*
|
||||
%{_kf5_plugindir}/
|
||||
%{_kf5_configkcfgdir}/
|
||||
%{_kf5_servicesdir}/
|
||||
%{_kf5_servicetypesdir}/
|
||||
%{_kf5_sharedir}/kio_bookmarks/
|
||||
@ -139,14 +143,14 @@ sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt
|
||||
%{_kf5_sharedir}/kio_info/
|
||||
%{_kf5_sharedir}/konqsidebartng/
|
||||
%{_kf5_sharedir}/konqueror/
|
||||
%{_kf5_sharedir}/mime/packages/kf5_network.xml
|
||||
%{_kf5_sharedir}/remoteview/
|
||||
%{_kf5_sharedir}/solid/
|
||||
%{_kf5_sharedir}/mime/packages/kf5_network.xml
|
||||
|
||||
%files -n libkioarchive-devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/KF5/kio_archivebase.h
|
||||
%{_includedir}/KF5/libkioarchive_export.h
|
||||
%{_kf5_includedir}/kio_archivebase.h
|
||||
%{_kf5_includedir}/libkioarchive_export.h
|
||||
%{_libdir}/cmake/KioArchive/
|
||||
|
||||
%files -n libkioarchive5
|
||||
|
Loading…
Reference in New Issue
Block a user