#1 Update to 21.12, minor fixes
Opened 2 years ago by justinz. Modified 2 years ago
justinz/plasma_mobile_spacebar_rpm main  into  main

Update to 21.12, minor fixes
Justin Zobel • 2 years ago  
empty or binary file added
file modified
+20 -14
@@ -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:  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(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 @@ 

  %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 <justin@1707.io> - 21.12-1

+ - Update to 21.12

+ 

  * Fri Nov 05 2021 Onuralp SEZER <thunderbirdtr@fedoraproject.org> - 21.08-1

  - initial version spacebar