|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
# enable experimental (default off) bluetooth support
|
|
|
|
|
#global bluetooth 1
|
|
|
|
|
|
|
|
|
|
%global module kdeconnect-kde
|
|
|
|
|
%global base_name kdeconnect-kde
|
|
|
|
|
|
|
|
|
|
Name: kde-connect
|
|
|
|
|
Version: 22.04.1
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 22.12.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
Summary: KDE Connect client for communication with smartphones
|
|
|
|
|
|
|
|
|
@ -16,7 +16,7 @@ Url: https://community.kde.org/KDEConnect
|
|
|
|
|
%else
|
|
|
|
|
%global stable stable
|
|
|
|
|
%endif
|
|
|
|
|
Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{module}-%{version}.tar.xz
|
|
|
|
|
Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{base_name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
## upstream patches (lookaside cache)
|
|
|
|
|
|
|
|
|
@ -56,6 +56,7 @@ BuildRequires: cmake(Qt5Test)
|
|
|
|
|
BuildRequires: cmake(Qt5X11Extras)
|
|
|
|
|
# wayland/clipboard deps
|
|
|
|
|
BuildRequires: cmake(Qt5WaylandClient)
|
|
|
|
|
BuildRequires: cmake(PlasmaWaylandProtocols)
|
|
|
|
|
BuildRequires: pkgconfig(wayland-client)
|
|
|
|
|
BuildRequires: qt5-qtbase-private-devel
|
|
|
|
|
|
|
|
|
@ -121,7 +122,7 @@ Supplements: (kdeconnectd and nautilus)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{module}-%{version} -p1
|
|
|
|
|
%autosetup -n %{base_name}-%{version} -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -190,8 +191,47 @@ done
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Dec 20 2022 Troy Dawson <tdawson@redhat.com> - 22.04.1-3
|
|
|
|
|
- Rebuild for updated pulseaudio-qt
|
|
|
|
|
* Thu Mar 02 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 22.12.3-1
|
|
|
|
|
- 22.12.3
|
|
|
|
|
|
|
|
|
|
* Tue Jan 31 2023 Marc Deop <marcdeop@fedoraproject.org> - 22.12.2-1
|
|
|
|
|
- 22.12.2
|
|
|
|
|
|
|
|
|
|
* Tue Jan 24 2023 Marc Deop <marcdeop@fedoraproject.org> - 22.12.1-3
|
|
|
|
|
- Add upstream patch
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 22.12.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 04 2023 Justin Zobel <justin@1707.io> - 22.12.1-1
|
|
|
|
|
- Update to 22.12.1
|
|
|
|
|
|
|
|
|
|
* Mon Dec 19 2022 Marc Deop <marcdeop@fedoraproject.org> - 22.12.0-1
|
|
|
|
|
- 22.12.0
|
|
|
|
|
|
|
|
|
|
* Thu Nov 03 2022 Than Ngo <than@redhat.com> - 22.08.3-1
|
|
|
|
|
- 22.08.3
|
|
|
|
|
|
|
|
|
|
* Fri Oct 14 2022 Marc Deop <marcdeop@fedoraproject.org> - 22.08.2-1
|
|
|
|
|
- 22.08.2
|
|
|
|
|
|
|
|
|
|
* Thu Sep 08 2022 Marc Deop <marcdeop@fedoraproject.org> - 22.08.1-1
|
|
|
|
|
- 22.08.1
|
|
|
|
|
|
|
|
|
|
* Fri Aug 19 2022 Marc Deop <marcdeop@fedoraproject.org> - 22.08.0-1
|
|
|
|
|
- 22.08.0
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 22.04.3-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 14 2022 Jan Grulich <jgrulich@redhat.com> - 22.04.3-2
|
|
|
|
|
- Rebuild (qt5)
|
|
|
|
|
|
|
|
|
|
* Thu Jul 07 2022 Than Ngo <than@redhat.com> - 22.04.3-1
|
|
|
|
|
- 22.04.3
|
|
|
|
|
|
|
|
|
|
* Tue May 17 2022 Jan Grulich <jgrulich@redhat.com> - 22.04.1-3
|
|
|
|
|
- Rebuild (qt5)
|
|
|
|
|
|
|
|
|
|
* Sun May 15 2022 Justin Zobel <justin@1707.io> - 22.04.1-1
|
|
|
|
|
- Update to 22.04.1
|
|
|
|
|