|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Summary: A KDE Frameworks 5 Tier 3 to organize user work into separate activities
|
|
|
|
|
Version: 5.25.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
|
|
|
|
|
License: GPLv2+ and LGPLv2+
|
|
|
|
|
URL: https://quickgit.kde.org/?p=%{framework}.git
|
|
|
|
@ -37,10 +37,6 @@ BuildRequires: qt5-qtdeclarative-devel
|
|
|
|
|
|
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
Obsoletes: kactivities < 4.90.0
|
|
|
|
|
Provides: kactivities%{?_isa} = %{version}-%{release}
|
|
|
|
|
Provides: kactivities = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
A KDE Frameworks 5 Tier 3 API for using and interacting with Activities as a
|
|
|
|
|
consumer, application adding information to them or as an activity manager.
|
|
|
|
@ -99,6 +95,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Aug 14 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.25.0-2
|
|
|
|
|
- drop Obsoletes/Provides: kactivities (let kactivitymanagerd handle that)
|
|
|
|
|
|
|
|
|
|
* Mon Aug 08 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.25.0-1
|
|
|
|
|
- KDE Frameworks 5.25.0
|
|
|
|
|
|
|
|
|
|