1
0
forked from pool/btop
btop/btop.spec
Scott Bradnick 88f1ba2475 Accepting request 940285 from home:sbradnick:branches:Base:System
- Update to upstream release 1.1.3:
  * Added: New theme ayu, by @AlphaNecron
  * Added: New theme gruvbox_dark_v2, by @pietryszak
  * Fixed: Macos cpu coretemp for Intel, by @joske
  * Added: New theme OneDark, by @vtmx
  * Fixed: Fixed network graph scale int rollover
  * Fixed: Suspected possibility of very rare stall in Input::clear()

OBS-URL: https://build.opensuse.org/request/show/940285
OBS-URL: https://build.opensuse.org/package/show/Base:System/btop?expand=0&rev=16
2021-12-13 15:49:22 +00:00

59 lines
1.6 KiB
RPMSpec

#
# spec file for package btop
#
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: btop
Version: 1.1.3
Release: 0
Summary: Usage and stats for processor, memory, disks, network and processes
License: Apache-2.0
Group: System/Monitoring
URL: https://github.com/aristocratos/btop
Source: %{url}/archive/v%{version}.tar.gz#/v%{version}.tar.gz
BuildRequires: coreutils
%if 0%{?suse_version} < 1550
%define cxxopt CXX=g++-10
BuildRequires: gcc10-c++
%else
%define cxxopt %{nil}
BuildRequires: gcc-c++ >= 11
%endif
BuildRequires: sed
%description
Resource monitor that shows usage and stats for processor, memory, disks, network and processes. C++ version and continuation of bashtop and bpytop.
%prep
%setup -q
%build
%make_build %{cxxopt}
%install
%make_install PREFIX=/usr
%files
/usr/bin/btop
%dir /usr/share/btop
%dir /usr/share/btop/themes
/usr/share/btop/README.md
/usr/share/btop/themes/*.theme
%license LICENSE
%doc CHANGELOG.md
%changelog