f31+ firewalld already supports kdeconnect

epel9
Rex Dieter 5 years ago
parent 1aec65f75b
commit ab935ab847

@ -1,6 +1,6 @@
Name: kde-connect
Version: 1.4
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2+
Summary: KDE Connect client for communication with smartphones
@ -110,7 +110,10 @@ popd
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
# firewalld as shipped in f31+ provides it's own kdeconnect.xml
%if 0%{?fedora} && 0%{?fedora} < 31
install -m644 -p -D %{SOURCE2} %{buildroot}%{_prefix}/lib/firewalld/services/kde-connect.xml
%endif
%find_lang %{name} --all-name --with-html
@ -153,7 +156,10 @@ fi
%{_datadir}/applications/org.kde.kdeconnect.daemon.desktop
%{_libexecdir}/kdeconnectd
%{_datadir}/dbus-1/services/org.kde.kdeconnect.service
# firewalld as shipped in f31+ provides it's own kdeconnect.xml
%if 0%{?fedora} && 0%{?fedora} < 31
%{_prefix}/lib/firewalld/services/kde-connect.xml
%endif
%ldconfig_scriptlets libs
@ -169,6 +175,9 @@ fi
%changelog
* Mon Mar 30 2020 Rex Dieter <rdieter@fedoraproject.org> - 1.4-2
- f31+ firewalld already supports kdeconnect
* Sun Mar 01 2020 Erich Eickmeyer <erich@ericheickmeyer.com> - 1.4-1
- 1.4

Loading…
Cancel
Save