Update to 5.49.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kactivities5?expand=0&rev=181
This commit is contained in:
parent
e2559e33cb
commit
7a29be66b7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e87ba05b07fa484b617b1fc48997de9dcf921c8c0e877d1a827010893effadff
|
|
||||||
size 61328
|
|
3
kactivities-5.49.0.tar.xz
Normal file
3
kactivities-5.49.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:35e24926a8f2123770a8a85ed20d0ca00a6043327e1fcb415017e8d5f21fee84
|
||||||
|
size 61352
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 19 09:18:44 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
|
Mon Jul 16 04:37:34 UTC 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -17,25 +17,20 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Activities5
|
%define lname libKF5Activities5
|
||||||
%define _tar_path 5.48
|
%define _tar_path 5.49
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# 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}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
Name: kactivities5
|
Name: kactivities5
|
||||||
Version: 5.48.0
|
Version: 5.49.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: KDE Plasma Activities support
|
Summary: KDE Plasma Activities support
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://projects.kde.org/kactivities
|
URL: http://projects.kde.org/kactivities
|
||||||
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/kactivities-%{version}.tar.xz
|
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/kactivities-%{version}.tar.xz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
%if 0%{?suse_version} > 1325
|
|
||||||
BuildRequires: libboost_headers-devel
|
|
||||||
%else
|
|
||||||
BuildRequires: boost-devel
|
|
||||||
%endif
|
|
||||||
BuildRequires: cmake >= 3.0
|
BuildRequires: cmake >= 3.0
|
||||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -51,7 +46,11 @@ BuildRequires: cmake(Qt5Qml) >= 5.6.0
|
|||||||
BuildRequires: cmake(Qt5Quick) >= 5.6.0
|
BuildRequires: cmake(Qt5Quick) >= 5.6.0
|
||||||
BuildRequires: cmake(Qt5Sql) >= 5.6.0
|
BuildRequires: cmake(Qt5Sql) >= 5.6.0
|
||||||
BuildRequires: cmake(Qt5Test) >= 5.6.0
|
BuildRequires: cmake(Qt5Test) >= 5.6.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
%if 0%{?suse_version} > 1325
|
||||||
|
BuildRequires: libboost_headers-devel
|
||||||
|
%else
|
||||||
|
BuildRequires: boost-devel
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
|
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
|
||||||
@ -59,16 +58,16 @@ Kactivities provides an API for using and interacting with the Plasma Activities
|
|||||||
%package tools
|
%package tools
|
||||||
Summary: Command-line tools for Plasma Activity management
|
Summary: Command-line tools for Plasma Activity management
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Requires: %lname = %{version}
|
Requires: %{lname} = %{version}
|
||||||
|
|
||||||
%description tools
|
%description tools
|
||||||
This package provides command-line tools to manipulate Plasma Activities.
|
This package provides command-line tools to manipulate Plasma Activities.
|
||||||
|
|
||||||
%package -n %lname
|
%package -n %{lname}
|
||||||
Summary: Library for KDE's Plasma Activities support
|
Summary: Library for KDE's Plasma Activities support
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %{lname}
|
||||||
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
|
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
|
||||||
|
|
||||||
%package imports
|
%package imports
|
||||||
@ -82,7 +81,7 @@ QML imports.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: KDE Plasma Activities support
|
Summary: KDE Plasma Activities support
|
||||||
Group: Development/Libraries/KDE
|
Group: Development/Libraries/KDE
|
||||||
Requires: %lname = %{version}
|
Requires: %{lname} = %{version}
|
||||||
Requires: extra-cmake-modules >= 1.7.0
|
Requires: extra-cmake-modules >= 1.7.0
|
||||||
Requires: cmake(Qt5Core) >= 5.6.0
|
Requires: cmake(Qt5Core) >= 5.6.0
|
||||||
|
|
||||||
@ -101,24 +100,19 @@ Development files.
|
|||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%fdupes %{buildroot}
|
%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 tools
|
%files tools
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_bindir}/kactivities-cli
|
%{_bindir}/kactivities-cli
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %{lname}
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_kf5_libdir}/libKF5Activities.so.*
|
%{_kf5_libdir}/libKF5Activities.so.*
|
||||||
|
|
||||||
%files imports
|
%files imports
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_kf5_qmldir}/
|
%{_kf5_qmldir}/
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_kf5_libdir}/libKF5Activities.so
|
%{_kf5_libdir}/libKF5Activities.so
|
||||||
%{_kf5_libdir}/cmake/KF5Activities/
|
%{_kf5_libdir}/cmake/KF5Activities/
|
||||||
%dir %{_kf5_includedir}/*/
|
%dir %{_kf5_includedir}/*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user