Accepting request 1226901 from KDE:Extra
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1226901 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/diskmonitor?expand=0&rev=4
This commit is contained in:
commit
7a6d4ce232
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 20 12:10:24 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Stop using the %suse_update_desktop_file macro
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 14 13:18:06 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Tue Dec 14 13:18:06 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package diskmonitor
|
# spec file for package diskmonitor
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,22 +12,21 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: diskmonitor
|
Name: diskmonitor
|
||||||
Version: 0.3.4
|
Version: 0.3.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools to monitor SMART devices and MDRaid health status
|
Summary: Tools to monitor SMART devices and MDRaid health status
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: Hardware/Other
|
|
||||||
URL: https://github.com/papylhomme/diskmonitor
|
URL: https://github.com/papylhomme/diskmonitor
|
||||||
Source0: https://github.com/papylhomme/diskmonitor/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/papylhomme/diskmonitor/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
# PATCH-FIX-UPSTREAM
|
# PATCH-FIX-UPSTREAM
|
||||||
Patch0: 0001-Install-the-application-icon-in-the-right-directory.patch
|
Patch0: 0001-Install-the-application-icon-in-the-right-directory.patch
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: update-desktop-files
|
|
||||||
BuildRequires: cmake(KF5ConfigWidgets)
|
BuildRequires: cmake(KF5ConfigWidgets)
|
||||||
BuildRequires: cmake(KF5CoreAddons)
|
BuildRequires: cmake(KF5CoreAddons)
|
||||||
BuildRequires: cmake(KF5I18n)
|
BuildRequires: cmake(KF5I18n)
|
||||||
@ -67,13 +66,12 @@ Applet:
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build
|
%cmake_kf5 -d build
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
|
|
||||||
%suse_update_desktop_file diskmonitor Monitor
|
|
||||||
|
|
||||||
%find_lang diskmonitor diskmonitor.lang
|
%find_lang diskmonitor diskmonitor.lang
|
||||||
%find_lang plasma_applet_org.papylhomme.diskmonitor diskmonitor.lang
|
%find_lang plasma_applet_org.papylhomme.diskmonitor diskmonitor.lang
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user