From 3ac0cec4c0fc4339d80c07a85352f7a4ba2108311fdf9eb15b222c09ca5573e6 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Fri, 3 Jun 2022 17:32:29 +0000 Subject: [PATCH] Accepting request 979984 from home:malcolmlewis:branches:utilities - Updated to version 3.3.16: * /usr/share/doc/packages/inxi/inxi.changelog. - Spec file clean up. OBS-URL: https://build.opensuse.org/request/show/979984 OBS-URL: https://build.opensuse.org/package/show/utilities/inxi?expand=0&rev=52 --- 3.3.16-1.tar.gz | 3 +++ inxi-3.3.07-1.tar.gz | 3 --- inxi.changes | 7 +++++++ inxi.spec | 17 +++++++++-------- 4 files changed, 19 insertions(+), 11 deletions(-) create mode 100644 3.3.16-1.tar.gz delete mode 100644 inxi-3.3.07-1.tar.gz diff --git a/3.3.16-1.tar.gz b/3.3.16-1.tar.gz new file mode 100644 index 0000000..3ba22c4 --- /dev/null +++ b/3.3.16-1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa8e1e181e34505b4c9404122306624d644dbc50acce000257a9e94b203066cd +size 546816 diff --git a/inxi-3.3.07-1.tar.gz b/inxi-3.3.07-1.tar.gz deleted file mode 100644 index 618da23..0000000 --- a/inxi-3.3.07-1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d470c25df84bf1566d04a60842bc006ec6baf62ac700672790d1c6c183dafcef -size 466440 diff --git a/inxi.changes b/inxi.changes index b5f09d5..9db35e9 100644 --- a/inxi.changes +++ b/inxi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 31 03:30:24 UTC 2022 - malcolmlewis@opensuse.org + +- Updated to version 3.3.16: + * /usr/share/doc/packages/inxi/inxi.changelog. +- Spec file clean up. + ------------------------------------------------------------------- Sat Oct 16 17:48:32 UTC 2021 - Dirk Müller diff --git a/inxi.spec b/inxi.spec index d136e81..3ef6c8c 100644 --- a/inxi.spec +++ b/inxi.spec @@ -1,8 +1,8 @@ # # spec file for package inxi # -# Copyright (c) 2021 SUSE LLC -# Copyright (c) 2011-2021 Malcolm J Lewis +# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2011-2022 Malcolm J Lewis # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ # -%define _version 3.3.07-1 +%define _version 3.3.16-1 Name: inxi -Version: 3.3.07 +Version: 3.3.16 Release: 0 Summary: A system information script License: GPL-3.0-or-later URL: https://github.com/smxi/inxi -Source: https://github.com/smxi/inxi/archive/%{_version}.tar.gz#/%{name}-%{_version}.tar.gz +Source: https://github.com/smxi/inxi/archive/%{_version}.tar.gz#/%{_version}.tar.gz Requires: pciutils Requires: procps Requires: util-linux @@ -55,15 +55,16 @@ infobash. The primary purpose of inxi is for support, and sys admin use. inxi is used widely for forum and IRC support. %prep -%setup -q -n %{name}-%{_version} +%autosetup -n %{name}-%{_version} sed -i '/^#!/s/env \(.*\)$/\1/' %{name} %build # Nothing to build. %install -install -Dpm 0755 %{name} %{buildroot}%{_bindir}/%{name} -install -Dpm 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 +install -d -m 0755 %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1 +install -m 0755 %{name} %{buildroot}%{_bindir}/%{name} +install -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 %files %license LICENSE.txt