Accepting request 611158 from utilities
OBS-URL: https://build.opensuse.org/request/show/611158 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inxi?expand=0&rev=5
This commit is contained in:
commit
1d28bc05e2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c961694f61868c57bff74e09ebbbbbea476ff268f515fba6e9ebe52ae84f2d79
|
|
||||||
size 459144
|
|
3
inxi-3.0.10-1.tar.gz
Normal file
3
inxi-3.0.10-1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f09f6d69d961b7bc53e7457fc3f8e7e86e1bd34b2a4dd1e6aa38f436d9e5c855
|
||||||
|
size 240350
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 22 07:20:12 UTC 2018 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to version 3.0.10:
|
||||||
|
* See /usr/share/doc/packages/inxi/inxi.changelog
|
||||||
|
- Add additional requirements (boo#1085951).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 18 06:17:40 UTC 2017 - aavindraa@gmail.com
|
Wed Oct 18 06:17:40 UTC 2017 - aavindraa@gmail.com
|
||||||
|
|
||||||
|
46
inxi.spec
46
inxi.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package inxi
|
# spec file for package inxi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2011-2016 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
# Copyright (c) 2011-2016 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -17,16 +17,37 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _rev 6c73ce7c59031f42fde721c03e510b631c7dafb3
|
%define _version 3.0.10-1
|
||||||
Name: inxi
|
Name: inxi
|
||||||
Version: 2.3.40
|
Version: 3.0.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A system information script
|
Summary: A system information script
|
||||||
License: GPL-3.0+
|
License: GPL-3.0-or-later
|
||||||
Group: System/Console
|
Group: System/Console
|
||||||
Url: https://github.com/smxi/inxi
|
URL: https://github.com/smxi/inxi
|
||||||
Source: https://github.com/smxi/%{name}/archive/%{_rev}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://github.com/smxi/inxi/archive/%{_version}.tar.gz#/%{name}-%{_version}.tar.gz
|
||||||
Requires: bash
|
Requires: pciutils
|
||||||
|
Requires: procps
|
||||||
|
Requires: util-linux
|
||||||
|
Recommends: Mesa-demo-x
|
||||||
|
Recommends: bind-utils
|
||||||
|
Recommends: dmidecode
|
||||||
|
Recommends: iproute2
|
||||||
|
Recommends: kmod-compat
|
||||||
|
Recommends: sensors
|
||||||
|
Recommends: tree
|
||||||
|
Recommends: usbutils
|
||||||
|
Recommends: perl(Cpanel::JSON::XS)
|
||||||
|
Recommends: perl(Time::HiRes)
|
||||||
|
Recommends: perl(XML::Dumper)
|
||||||
|
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
|
%if 0%{?suse_version} >= 1120
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%else
|
%else
|
||||||
@ -39,8 +60,8 @@ infobash. The primary purpose of inxi is for support, and sys admin
|
|||||||
use. inxi is used widely for forum and IRC support.
|
use. inxi is used widely for forum and IRC support.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{_rev}
|
%setup -q -n %{name}-%{_version}
|
||||||
chmod 0644 inxi.changelog README.txt
|
sed -i '/^#!/s/env \(.*\)$/\1/' %{name}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Nothing to build.
|
# Nothing to build.
|
||||||
@ -50,8 +71,13 @@ install -Dpm 0755 %{name} %{buildroot}%{_bindir}/%{name}
|
|||||||
install -Dpm 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
|
install -Dpm 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
%if 0%{?suse_version} >= 1500
|
||||||
|
%license LICENSE.txt
|
||||||
|
%else
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc inxi.changelog LICENSE.txt README.txt
|
%doc LICENSE.txt
|
||||||
|
%endif
|
||||||
|
%doc inxi.changelog README.txt
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_mandir}/man1/%{name}.1%{?ext_man}
|
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user