|
|
@ -1,7 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: kde-connect
|
|
|
|
Name: kde-connect
|
|
|
|
Version: 1.2.1
|
|
|
|
Version: 1.3.0
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
Summary: KDE Connect client for communication with smartphones
|
|
|
|
Summary: KDE Connect client for communication with smartphones
|
|
|
|
|
|
|
|
|
|
|
@ -12,7 +12,7 @@ Url: https://cgit.kde.org/kdeconnect-kde.git
|
|
|
|
# then rename accordingly
|
|
|
|
# then rename accordingly
|
|
|
|
Source0: kdeconnect-kde-%{_git_describe}.tar.xz
|
|
|
|
Source0: kdeconnect-kde-%{_git_describe}.tar.xz
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
Source0: http://download.kde.org/stable/kdeconnect/%{version}/src/kdeconnect-kde-v%{version}.tar.xz
|
|
|
|
Source0: http://download.kde.org/stable/kdeconnect/%{version}/src/kdeconnect-kde-%{version}.tar.xz
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
# firewalld service definition, see https://bugzilla.redhat.com/show_bug.cgi?id=1257699#c2
|
|
|
|
# firewalld service definition, see https://bugzilla.redhat.com/show_bug.cgi?id=1257699#c2
|
|
|
@ -85,9 +85,17 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
%{summary}.
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package nautilus
|
|
|
|
|
|
|
|
Summary: KDEConnect extention for nautilus
|
|
|
|
|
|
|
|
Requires: kdeconnectd = %{version}-%{release}
|
|
|
|
|
|
|
|
Requires: nautilus-python
|
|
|
|
|
|
|
|
Supplements: (kdeconnectd and nautilus)
|
|
|
|
|
|
|
|
%description nautilus
|
|
|
|
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n kdeconnect-kde-v%{version} -p1
|
|
|
|
%autosetup -n kdeconnect-kde-%{version} -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -156,8 +164,15 @@ fi
|
|
|
|
%{_qt5_plugindir}/kdeconnect*.so
|
|
|
|
%{_qt5_plugindir}/kdeconnect*.so
|
|
|
|
%{_qt5_plugindir}/kdeconnect/
|
|
|
|
%{_qt5_plugindir}/kdeconnect/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files nautilus
|
|
|
|
|
|
|
|
%{_datadir}/nautilus-python/extensions/kdeconnect-share.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Apr 09 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.3.0-1
|
|
|
|
|
|
|
|
- 1.3.0
|
|
|
|
|
|
|
|
- -nautilus subpkg (extention for nautilus)
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Mar 04 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.2.1-3
|
|
|
|
* Sun Mar 04 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.2.1-3
|
|
|
|
- use %%make_build %%ldconfig_scriptlets
|
|
|
|
- use %%make_build %%ldconfig_scriptlets
|
|
|
|
- BR: gcc-c++
|
|
|
|
- BR: gcc-c++
|
|
|
|