SHA256
1
0
forked from pool/inxi

- Update to version 3.0.38.

OBS-URL: https://build.opensuse.org/package/show/utilities/inxi?expand=0&rev=45
This commit is contained in:
Alexei Sorokin 2020-03-20 17:19:05 +00:00 committed by Git OBS Bridge
parent 34cd094647
commit ea5ff38e71
4 changed files with 17 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aadd0ee54d0710520fc89a61378cfabfbad54f479a228107af9398e243cfea9d
size 305080

3
inxi-3.0.38-1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5adbbe8145e970de1d516a404554e887806d31382de81d290e71fe270183c28a
size 320672

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Mar 20 17:18:37 UTC 2020 - Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 3.0.38:
* See /usr/share/doc/packages/inxi/inxi.changelog
- Drop support for old openSUSE versions.
-------------------------------------------------------------------
Mon Feb 18 04:29:24 UTC 2019 - sor.alexei@meowr.ru

View File

@ -1,7 +1,7 @@
#
# spec file for package inxi
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2011-2016 Malcolm J Lewis <malcolmlewis@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@ -17,13 +17,12 @@
#
%define _version 3.0.32-1
%define _version 3.0.38-1
Name: inxi
Version: 3.0.32
Version: 3.0.38
Release: 0
Summary: A system information script
License: GPL-3.0-or-later
Group: System/Console
URL: https://github.com/smxi/inxi
Source: https://github.com/smxi/inxi/archive/%{_version}.tar.gz#/%{name}-%{_version}.tar.gz
Requires: pciutils
@ -44,15 +43,11 @@ Suggests: curl
Suggests: freeipmi
Suggests: hddtemp
Suggests: sudo
Supplements: packageand(wmctrl:xorg-x11-server)
Supplements: packageand(xdpyinfo:xorg-x11-server)
Supplements: packageand(xprop:xorg-x11-server)
Supplements: packageand(xrandr:xorg-x11-server)
%if 0%{?suse_version} >= 1120
Supplements: (wmctrl and xorg-x11-server)
Supplements: (xdpyinfo and xorg-x11-server)
Supplements: (xprop and xorg-x11-server)
Supplements: (xrandr and xorg-x11-server)
BuildArch: noarch
%else
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%endif
%description
inxi is a command line system information tool. It was forked from
@ -71,12 +66,7 @@ install -Dpm 0755 %{name} %{buildroot}%{_bindir}/%{name}
install -Dpm 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
%files
%if 0%{?suse_version} >= 1500 && 0%{?sle_version} >= 120300
%license LICENSE.txt
%else
%defattr(-,root,root)
%doc LICENSE.txt
%endif
%doc inxi.changelog README.txt
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1%{?ext_man}