Wolfgang Bauer 2018-08-20 12:58:32 +00:00 committed by Git OBS Bridge
parent 633e700302
commit 3b02792eba
4 changed files with 33 additions and 24 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Aug 19 09:18:43 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:
* Honor BUILD_TESTING
-------------------------------------------------------------------
Mon Jul 16 04:37:34 UTC 2018 - lbeltrame@kde.org

View File

@ -17,14 +17,20 @@
%define lname libKF5Style5
%define _tar_path 5.48
%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}')}
Name: frameworkintegration
Version: 5.48.0
Version: 5.49.0
Release: 0
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
License: LGPL-2.1-or-later
Group: System/GUI/KDE
URL: http://www.kde.org
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
Source1: baselibs.conf
BuildRequires: cmake >= 3.0
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes
@ -37,9 +43,7 @@ BuildRequires: kio-devel >= %{_kf5_bugfix_version}
BuildRequires: knotifications-devel >= %{_kf5_bugfix_version}
BuildRequires: kpackage-devel >= %{_kf5_bugfix_version}
BuildRequires: kwidgetsaddons-devel >= %{_kf5_bugfix_version}
%if 0%{?suse_version} >= 1330 || (0%{?sle_version} >= 120200 && 0%{?is_opensuse})
BuildRequires: cmake(AppStreamQt) >= 0.10.4
%endif
BuildRequires: pkgconfig
BuildRequires: cmake(KF5NewStuff)
BuildRequires: cmake(Qt5DBus) >= 5.6.0
BuildRequires: cmake(Qt5Widgets) >= 5.6.0
@ -48,13 +52,9 @@ BuildRequires: cmake(packagekitqt5)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb)
BuildRequires: pkgconfig(xcursor)
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
License: LGPL-2.1-or-later
Group: System/GUI/KDE
Url: http://www.kde.org
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} >= 1330 || (0%{?sle_version} >= 120200 && 0%{?is_opensuse})
BuildRequires: cmake(AppStreamQt) >= 0.10.4
%endif
%description
Framework Integration is a set of plugins responsible for better
@ -63,13 +63,13 @@ KDE Plasma workspace.
Applications do not need to link to this directly.
%package -n %lname
%package -n %{lname}
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
Group: System/GUI/KDE
Obsoletes: %lname-lang < %{version}
Obsoletes: %{lname}-lang < %{version}
Obsoletes: libKF5Style4
%description -n %lname
%description -n %{lname}
Framework Integration is a set of plugins responsible for better
integration of Qt applications when running on a
KDE Plasma workspace.
@ -79,8 +79,8 @@ Applications do not need to link to this directly.
%package plugin
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
Group: System/GUI/KDE
Conflicts: %lname < 5.6.0
Requires: plasma5-integration-plugin
Conflicts: %{lname} < 5.6.0
%description plugin
Framework Integration is a set of plugins responsible for better
@ -92,7 +92,7 @@ Applications do not need to link to this directly.
%package devel
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
Group: Development/Libraries/KDE
Requires: %lname = %{version}
Requires: %{lname} = %{version}
Requires: extra-cmake-modules
Requires: kconfigwidgets-devel >= %{_kf5_bugfix_version}
Requires: kiconthemes-devel >= %{_kf5_bugfix_version}
@ -115,11 +115,10 @@ Applications do not need to link to this directly. Development files
%kf5_makeinstall -C build
%fdupes %{buildroot}
%post -n %lname -p /sbin/ldconfig
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%files -n %lname
%files -n %{lname}
%license COPYING*
%doc README*
%{_kf5_libdir}/libKF5Style.so.*