# # spec file for package inxi # # Copyright (c) 2011-2013 Malcolm J Lewis # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: inxi Version: 2.1.28 #revision: 2324 Release: 1.1 License: GPL-3.0+ Summary: A full featured system information script Url: http://code.google.com/p/inxi/ Group: System/Console Source0: %{name}.tar.gz #Source0 via `svn checkout http://inxi.googlecode.com/svn/trunk/ inxi-read-only` Requires: bash BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Universal, portable, system info script for console and irc. %prep %setup -q -c -n %{name} chmod 0644 inxi.changelog %build # None required. %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/ %files %defattr(-,root,root,-) %doc inxi.changelog %{_bindir}/%{name} %{_mandir}/man1/%{name}.1%{?ext_man} %changelog * Thu Jun 5 2014 malcolmlewis@cableone.net - Updated to version 2.1.28: + See http://code.google.com/p/inxi/source/list for updates upto and including r2324. * Sun Apr 6 2014 malcolmlewis@opensuse.org - Updated to version 2.1.18: + See http://code.google.com/p/inxi/source/list for updates upto and including r2197. * Mon Feb 10 2014 malcolmlewis@opensuse.org - Updated to version 1.9.18: + See http://code.google.com/p/inxi/source/list for updates upto and including r2065. * Fri Nov 1 2013 malcolmlewis@opensuse.org - Updated to version 1.9.16: + See http://code.google.com/p/inxi/source/list for updates upto and including r2055. * Tue Oct 15 2013 malcolmlewis@opensuse.org - Updated to version 1.9.16: + See http://code.google.com/p/inxi/source/list for updates upto and including r2053. * Sun Sep 1 2013 malcolmlewis@opensuse.org - Updated to version 1.9.14: + See http://code.google.com/p/inxi/source/list for updates upto and including r2038. * Wed Aug 7 2013 malcolmlewis@opensuse.org - Updated to version 1.9.12: + See http://code.google.com/p/inxi/source/list for updates upto and including r2033. * Thu May 9 2013 malcolmlewis@opensuse.org - Updated to version 1.8.47: + See http://code.google.com/p/inxi/source/list for updates upto and including r1985. * Mon Mar 4 2013 malcolmlewis@opensuse.org - Updated to version 1.8.45: + See http://code.google.com/p/inxi/source/list for updates upto and including r1983. * Fri Feb 15 2013 malcolmlewis@opensuse.org - Updated to version 1.8.37: + See http://code.google.com/p/inxi/source/list for updates upto and including r1883. - Add inxi.changelog to package. * Sun Jan 20 2013 malcolmlewis@opensuse.org - Updated to version 1.8.28: + See http://code.google.com/p/inxi/source/list for updates upto and including r1722. * Sat Nov 24 2012 malcolmlewis@opensuse.org - Updated to version 1.8.23: + See http://code.google.com/p/inxi/source/list for updates upto and including r1693. * Tue Oct 9 2012 malcolmlewis@opensuse.org - Updated to version 1.8.19: + See http://code.google.com/p/inxi/source/list for updates upto and including r1663. + Manual page changed to .1 from .8. * Sat Sep 8 2012 malcolmlewis@opensuse.org - Updated to version 1.8.14: + See http://code.google.com/p/inxi/source/list for updates upto and including r1605. * Tue Jun 19 2012 malcolmlewis@opensuse.org - Updated to version 1.8.5: + See http://code.google.com/p/inxi/source/list for updates upto and including r1551. * Sat Apr 21 2012 malcolmlewis@opensuse.org - Updated to version 1.7.33: + Adding in validation since user set ip addresses can be wrong. - Updates from version 1.7.32: + Added feature where a different ip page can be added by whoever. * Thu Apr 12 2012 malcolmlewis@opensuse.org - Updated to version 1.7.31: + Updated recommends for arch, xprop has changed to xorg-xprop. + Added support, as root user, for dmidecode in -M data. + Language updates. * Thu Mar 22 2012 malcolmlewis@opensuse.org - Updated to version 1.7.30: + Bug fix, some intel cpus give core id as 0 for each core, thus creating a situation where inxi thinks it's a single core cpu, no matter if it's multicpu or multicore. * Wed Feb 15 2012 malcolmlewis@opensuse.org - Updated to version 1.7.29: + Fixed a logging bug, won't have any impact on users. * Sun Feb 5 2012 malcolmlewis@opensuse.org - Updated to version 1.7.28: + Small bug fix, added separator character to Desktop item, that was left out. - Updates from version 1.7.27: + Added in aptosid-version and siduction-version to save maintainers time of adding those. + Big bug fix, usb networking output has apparently not worked for a long time, that is now fixed. - Updates from version 1.7.26: + Bug fix, first patch, usb networking wasn't working. - Updates from version 1.7.25: + Not showing speed/duplex for lan card when it is down. * Sat Oct 22 2011 malcolmlewis@opensuse.org - Initial build.