epel9
Rex Dieter 4 years ago
parent bb656333e0
commit 012b9ada3c

1
.gitignore vendored

@ -102,3 +102,4 @@
/kwrited-5.21.3.tar.xz /kwrited-5.21.3.tar.xz
/kwrited-5.21.4.tar.xz /kwrited-5.21.4.tar.xz
/kwrited-5.21.5.tar.xz /kwrited-5.21.5.tar.xz
/kwrited-5.21.90.tar.xz

@ -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

@ -1 +1 @@
SHA512 (kwrited-5.21.5.tar.xz) = b187763675cfa386ef51ff6f5bb59458d799c2010d93fd35ad0fa32c1d0898d35927eb77d82dcdfa079bbd1c8c889823cc802742016d767618e6e9e25ac417fe SHA512 (kwrited-5.21.90.tar.xz) = 2f4681c5f4d0237f188e14949db96b08a77c03cd0aab62c50dfc42d60e992d99ec75b6cdac852182c27c4fca29a36aeda5ccb676c8e0db752bdc54331fcf6aa1

Loading…
Cancel
Save