|
|
@ -1,12 +1,10 @@
|
|
|
|
%undefine __cmake_in_source_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: kwrited
|
|
|
|
Name: kwrited
|
|
|
|
Summary: KDE Write Daemon
|
|
|
|
Summary: KDE Write Daemon
|
|
|
|
Version: 5.21.5
|
|
|
|
Version: 5.21.90
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
URL: https://cgit.kde.org/%{name}.git
|
|
|
|
URL: https://invent.kde.org/plasma/%{name}
|
|
|
|
|
|
|
|
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
%if %{revision} >= 50
|
|
|
|
%if %{revision} >= 50
|
|
|
@ -17,7 +15,8 @@ URL: https://cgit.kde.org/%{name}.git
|
|
|
|
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
## upstreamable patches
|
|
|
|
## upstreamable patches
|
|
|
|
Patch0: kwrited-call-setgroups.patch
|
|
|
|
## needs rebasing?
|
|
|
|
|
|
|
|
#Patch0: kwrited-call-setgroups.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
@ -26,8 +25,6 @@ BuildRequires: kf5-kdelibs4support-devel
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
BuildRequires: qt5-qtx11extras-devel
|
|
|
|
BuildRequires: qt5-qtx11extras-devel
|
|
|
|
|
|
|
|
|
|
|
|
Requires: kf5-filesystem
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Owns /usr/share/knotifications5
|
|
|
|
# Owns /usr/share/knotifications5
|
|
|
|
Requires: kf5-knotifications
|
|
|
|
Requires: kf5-knotifications
|
|
|
|
|
|
|
|
|
|
|
@ -39,13 +36,12 @@ Conflicts: kde-workspace < 5.0.0-1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
%autosetup -n %{name}-%{version} -p1
|
|
|
|
|
|
|
|
|
|
|
|
%patch0 -p1 -b .setgroups
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%{cmake_kf5}
|
|
|
|
%cmake_kf5
|
|
|
|
|
|
|
|
|
|
|
|
%cmake_build
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -54,7 +50,7 @@ Conflicts: kde-workspace < 5.0.0-1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license COPYING
|
|
|
|
%license LICENSES/*
|
|
|
|
# kpty built with utempter support
|
|
|
|
# kpty built with utempter support
|
|
|
|
%if 1
|
|
|
|
%if 1
|
|
|
|
%{_kf5_qtplugindir}/kf5/kded/kwrited.so
|
|
|
|
%{_kf5_qtplugindir}/kf5/kded/kwrited.so
|
|
|
@ -66,6 +62,9 @@ Conflicts: kde-workspace < 5.0.0-1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri May 14 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.21.90-1
|
|
|
|
|
|
|
|
- 5.21.90
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 04 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.5-1
|
|
|
|
* Tue May 04 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.5-1
|
|
|
|
- 5.21.5
|
|
|
|
- 5.21.5
|
|
|
|
|
|
|
|
|
|
|
|