Accepting request 924228 from Base:System
Updating to version 1.0.14 OBS-URL: https://build.opensuse.org/request/show/924228 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/btop?expand=0&rev=2
This commit is contained in:
commit
518ae20b6a
11
btop.changes
11
btop.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 7 13:57:15 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
- Updating to version 1.0.14 ...
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 2 09:54:55 UTC 2021 - Stefan Seyfried <seife+obs@b1-systems.com>
|
||||
|
||||
- allow to build on 15.3 also
|
||||
- improve filelist (no more "files listed twice...")
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 29 20:57:08 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
|
17
btop.spec
17
btop.spec
@ -17,15 +17,20 @@
|
||||
|
||||
|
||||
Name: btop
|
||||
Version: 1.0.11
|
||||
Version: 1.0.14
|
||||
Release: 0
|
||||
Summary: Usage and stats for processor, memory, disks, network and processes
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/aristocratos/btop/archive
|
||||
Source: %{url}/v%{version}.tar.gz#/v%{version}.tar.gz
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: gcc11
|
||||
BuildRequires: gcc11-c++
|
||||
%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
|
||||
@ -35,16 +40,16 @@ Resource monitor that shows usage and stats for processor, memory, disks, networ
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%make_build
|
||||
%make_build %{cxxopt}
|
||||
|
||||
%install
|
||||
%make_install PREFIX=/usr
|
||||
|
||||
%files
|
||||
/usr/bin/btop
|
||||
/usr/share/btop
|
||||
%dir /usr/share/btop
|
||||
%dir /usr/share/btop/themes
|
||||
/usr/share/btop/README.md
|
||||
/usr/share/btop/themes
|
||||
/usr/share/btop/themes/*.theme
|
||||
%license LICENSE
|
||||
%doc CHANGELOG.md
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0029481662bd91588d7ff1da9518c22cf9182bb22786681c74a1fd6728e6ab9b
|
||||
size 924227
|
3
v1.0.14.tar.gz
Normal file
3
v1.0.14.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b54e329bdacea109b4206506b3cafd9959b2ecc63ef9b04554bf9c7bc7b2b9b
|
||||
size 925702
|
Loading…
Reference in New Issue
Block a user