From c2418d15b82f1c84e4102014bf274ebe321e4f4e Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Jan 16 2022 08:42:49 +0000 Subject: Update to 21.12, minor fixes --- diff --git a/spacebar-21.08-1.fc35.src.rpm b/spacebar-21.08-1.fc35.src.rpm deleted file mode 100644 index e59bcad..0000000 Binary files a/spacebar-21.08-1.fc35.src.rpm and /dev/null differ diff --git a/spacebar-21.12-1.fc35.src.rpm b/spacebar-21.12-1.fc35.src.rpm new file mode 100644 index 0000000..76b7364 Binary files /dev/null and b/spacebar-21.12-1.fc35.src.rpm differ diff --git a/spacebar.spec b/spacebar.spec index ed08886..df60f15 100644 --- a/spacebar.spec +++ b/spacebar.spec @@ -1,12 +1,11 @@ - Name: spacebar -Version: 21.08 -Release: 1%{dist} -License: GPLv2+ +Version: 21.12 +Release: 1%{?dist} +License: GPLv2+ Summary: Messaging app for Plasma Mobile Url: https://invent.kde.org/plasma-mobile/spacebar Source: https://download.kde.org/stable/plasma-mobile/%{version}/%{name}-%{version}.tar.xz - + BuildRequires: gcc BuildRequires: gcc-c++ @@ -16,7 +15,12 @@ BuildRequires: kf5-rpm-macros BuildRequires: desktop-file-utils BuildRequires: libappstream-glib BuildRequires: appstream -BuildRequires: libphonenumber-devel +BuildRequires: libphonenumber-devel +BuildRequires: cmake(QCoro) + +BuildRequires: cmake(Qt5QuickControls2) +BuildRequires: cmake(KF5ModemManagerQt) +BuildRequires: cmake(KF5DBusAddons) BuildRequires: cmake(Qt5Network) BuildRequires: cmake(TelepathyQt5) @@ -36,10 +40,8 @@ BuildRequires: cmake(KF5CoreAddons) BuildRequires: cmake(KF5Config) BuildRequires: cmake(KF5Codecs) -BuildRequires: pkgconfig(qofono-qt5) - +BuildRequires: protobuf-devel -Requires: ofono Requires: telepathy-mission-control Requires: kf5-kirigami2 Requires: hicolor-icon-theme @@ -58,25 +60,29 @@ Spacebar is a telepathy-qt based SMS application that primarily targets Plasma M %cmake_install %find_lang %{name} - %check appstreamcli validate --no-net %{buildroot}%{_datadir}/metainfo/org.kde.%{name}.appdata.xml desktop-file-validate %{buildroot}%{_datadir}/applications/org.kde.%{name}.desktop - %files -f %{name}.lang %doc README.md %license LICENSES/{GPL-2.0-or-later,LicenseRef-KDE-Accepted-GPL}.txt + %{_kf5_bindir}/%{name} + %{_kf5_datadir}/applications/org.kde.%{name}.desktop +%{_kf5_datadir}/icons/hicolor/scalable/apps/org.kde.%{name}.svg +%{_kf5_datadir}/knotifications5/%{name}.notifyrc %{_kf5_metainfodir}/org.kde.%{name}.appdata.xml -%{_kf5_datadir}/icons/hicolor/scalable/apps/org.kde.%{name}.svg + %{_libexecdir}/%{name}-daemon -%{_sysconfdir}/xdg/autostart/org.kde.%{name}.daemon.desktop -%{_kf5_datadir}/knotifications5/%{name}.notifyrc +%{_sysconfdir}/xdg/autostart/org.kde.%{name}.daemon.desktop %changelog +* Sun Dec 19 2021 Justin - 21.12-1 +- Update to 21.12 + * Fri Nov 05 2021 Onuralp SEZER - 21.08-1 - initial version spacebar