diff --git a/inxi-2.3.3.tar.gz b/inxi-2.3.3.tar.gz new file mode 100644 index 0000000..e768fa9 --- /dev/null +++ b/inxi-2.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc8ac7db7b76586fa62f8fe16daf1d111509bd66f0981ef2f3e76a6371ea8c90 +size 413479 diff --git a/inxi.changes b/inxi.changes index 4d1c414..1e82d38 100644 --- a/inxi.changes +++ b/inxi.changes @@ -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 diff --git a/inxi.spec b/inxi.spec index f835072..497fe0c 100644 --- a/inxi.spec +++ b/inxi.spec @@ -1,6 +1,7 @@ # # spec file for package inxi # +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2011-2016 Malcolm J Lewis # # 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} diff --git a/inxi.tar.gz b/inxi.tar.gz deleted file mode 100644 index 2eac82f..0000000 --- a/inxi.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60f70b9c67f4b54eb4277bc98fff9446bcb74dbca98031607b6fe885bd09113a -size 193483