Accepting request 921997 from home:sbradnick
Cleaning up per request of seife. OBS-URL: https://build.opensuse.org/request/show/921997 OBS-URL: https://build.opensuse.org/package/show/Base:System/btop?expand=0&rev=1
This commit is contained in:
commit
764efd21a7
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
34
btop.changes
Normal file
34
btop.changes
Normal file
@ -0,0 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 28 13:36:12 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
- Cleaning commented lines and changelog entries from spec file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 27 12:34:55 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
- Updating to version 1.0.9 ...
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 24 14:28:18 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
- Updating to version 1.0.6 ...
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 23 14:05:47 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
- Updating to version 1.0.5 ...
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 22 15:19:38 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
- Updating to version 1.0.4 ...
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 21 14:59:00 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
- Updating to version 1.0.2 ...
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 20 14:35:47 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
- Initial commit for version 1.0.1 ...
|
53
btop.spec
Normal file
53
btop.spec
Normal file
@ -0,0 +1,53 @@
|
||||
#
|
||||
# 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.0.9
|
||||
Release: 0
|
||||
Summary: Usage and stats for processor, memory, disks, network and processes
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/aristocratos/btop
|
||||
Source: https://github.com/aristocratos/btop/archive/refs/tags/v%{version}.tar.gz#/v%{version}.tar.gz
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: gcc11
|
||||
BuildRequires: gcc11-c++
|
||||
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
|
||||
|
||||
%install
|
||||
%make_install PREFIX=/usr
|
||||
|
||||
%files
|
||||
/usr/bin/btop
|
||||
/usr/share/btop
|
||||
/usr/share/btop/README.md
|
||||
/usr/share/btop/themes
|
||||
/usr/share/btop/themes/*.theme
|
||||
%license LICENSE
|
||||
%doc CHANGELOG.md
|
||||
|
||||
%changelog
|
||||
|
3
v1.0.9.tar.gz
Normal file
3
v1.0.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3eadf77130038738fce938903abbeeafe8140228899ec2918eb985cd30827082
|
||||
size 922565
|
Loading…
Reference in New Issue
Block a user