Accepting request 980666 from utilities
OBS-URL: https://build.opensuse.org/request/show/980666 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inxi?expand=0&rev=18
This commit is contained in:
commit
daa191517f
3
3.3.16-1.tar.gz
Normal file
3
3.3.16-1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aa8e1e181e34505b4c9404122306624d644dbc50acce000257a9e94b203066cd
|
||||||
|
size 546816
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d470c25df84bf1566d04a60842bc006ec6baf62ac700672790d1c6c183dafcef
|
|
||||||
size 466440
|
|
@ -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 <dmueller@suse.com>
|
Sat Oct 16 17:48:32 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
17
inxi.spec
17
inxi.spec
@ -1,8 +1,8 @@
|
|||||||
#
|
#
|
||||||
# spec file for package inxi
|
# spec file for package inxi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
# Copyright (c) 2011-2021 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
# Copyright (c) 2011-2022 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
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
Name: inxi
|
||||||
Version: 3.3.07
|
Version: 3.3.16
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A system information script
|
Summary: A system information script
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
URL: https://github.com/smxi/inxi
|
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: pciutils
|
||||||
Requires: procps
|
Requires: procps
|
||||||
Requires: util-linux
|
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.
|
use. inxi is used widely for forum and IRC support.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{_version}
|
%autosetup -n %{name}-%{_version}
|
||||||
sed -i '/^#!/s/env \(.*\)$/\1/' %{name}
|
sed -i '/^#!/s/env \(.*\)$/\1/' %{name}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Nothing to build.
|
# Nothing to build.
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -Dpm 0755 %{name} %{buildroot}%{_bindir}/%{name}
|
install -d -m 0755 %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1
|
||||||
install -Dpm 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
|
install -m 0755 %{name} %{buildroot}%{_bindir}/%{name}
|
||||||
|
install -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user