SHA256
1
0
forked from pool/inxi

Accepting request 438406 from home:XRevan86

- Update to version 2.3.3.

OBS-URL: https://build.opensuse.org/request/show/438406
OBS-URL: https://build.opensuse.org/package/show/utilities/inxi?expand=0&rev=13
This commit is contained in:
Malcolm Lewis 2016-11-02 22:50:22 +00:00 committed by Git OBS Bridge
parent 1a03213e39
commit 6718902981
4 changed files with 36 additions and 16 deletions

3
inxi-2.3.3.tar.gz Normal file
View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Nov 2 20:12:32 UTC 2016 - sor.alexei@meowr.ru
- Update to version 2.3.3 (changes since 2.3.0):
* Add basic support for Budgie desktop detection.
This is waiting more data, so the support will be missing the
version information.
* Add /var/tmp and /var/log and /opt to basic partition data: -P
* Modify the static BIOS in -M to now show UEFI for actually UEFI
booted systems, and, ideally, UEFI [Legacy] for UEFI booting
with MBR (BIOS legacy mode), and BIOS for all others.
* Add device type show to -M: like desktop, laptop, notebook,
server, blade, vm (and try to get vm type).
- Use the GitHub generated tarball using a commit hash.
- Include the licence file.
-------------------------------------------------------------------
Sat May 14 13:41:44 UTC 2016 - malcolmlewis@opensuse.org

View File

@ -1,6 +1,7 @@
#
# spec file for package inxi
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2011-2016 Malcolm J Lewis <malcolmlewis@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@ -15,37 +16,40 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define _rev ec2c5027c2067a994732318f95ee6b81f6768e1f
Name: inxi
Version: 2.3.0
Version: 2.3.3
Release: 0
License: GPL-3.0+
Summary: A full featured system information script
Url: https://github.com/smxi/inxi
License: GPL-3.0+
Group: System/Console
Source0: https://raw.githubusercontent.com/smxi/inxi/master/inxi.tar.gz
Url: https://github.com/smxi/inxi
Source: https://github.com/smxi/%{name}/archive/%{_rev}.tar.gz#/%{name}-%{version}.tar.gz
Requires: bash
%if 0%{?suse_version} >= 1120
BuildArch: noarch
%else
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%endif
%description
Universal, portable, system info script for console and irc.
%prep
%setup -q -c -n %{name}
chmod 0644 inxi.changelog
%setup -q -n %{name}-%{_rev}
chmod 0644 inxi.changelog README.txt
%build
# None required.
# Nothing to build.
%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1/
install -m 0755 %{name} %{buildroot}%{_bindir}/
install -m 0644 %{name}.1%{?ext_man} %{buildroot}%{_mandir}/man1/
install -Dpm 0755 %{name} %{buildroot}%{_bindir}/%{name}
install -Dpm 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
%files
%defattr(-,root,root,-)
%doc inxi.changelog
%defattr(-,root,root)
%doc inxi.changelog LICENSE.txt README.txt
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1%{?ext_man}

View File

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