From 6f9f903cc03ade521c055d4845b9a83371319390e204bbd16934091b6cfcb5d6 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Sat, 30 Nov 2013 02:03:17 +0000 Subject: [PATCH] Accepting request 208770 from home:malcolmlewis:Miscellanous A full featured system information script. OBS-URL: https://build.opensuse.org/request/show/208770 OBS-URL: https://build.opensuse.org/package/show/utilities/inxi?expand=0&rev=1 --- .gitattributes | 23 ++++++++ inxi.changes | 139 +++++++++++++++++++++++++++++++++++++++++++++++++ inxi.spec | 54 +++++++++++++++++++ inxi.tar.gz | 3 ++ 4 files changed, 219 insertions(+) create mode 100644 .gitattributes create mode 100644 inxi.changes create mode 100644 inxi.spec create mode 100644 inxi.tar.gz diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/inxi.changes b/inxi.changes new file mode 100644 index 0000000..0de82e0 --- /dev/null +++ b/inxi.changes @@ -0,0 +1,139 @@ +------------------------------------------------------------------- +Fri Nov 1 22:26:51 UTC 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 02:04:26 UTC 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 02:13:10 UTC 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 01:44:58 UTC 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 01:15:43 UTC 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 02:12:56 UTC 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 05:36:02 UTC 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 20:13:56 UTC 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 21:30:26 UTC 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 23:09:26 UTC 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 15:17:00 UTC 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 22:36:44 UTC 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 01:21:37 UTC 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 15:07:49 UTC 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 16:56:52 UTC 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 00:02:54 UTC 2012 - malcolmlewis@opensuse.org + +- Updated to version 1.7.29: + + Fixed a logging bug, won't have any impact on users. + +------------------------------------------------------------------- +Sun Feb 5 05:49:23 UTC 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 13:21:55 UTC 2011 - malcolmlewis@opensuse.org + +- Initial build. + diff --git a/inxi.spec b/inxi.spec new file mode 100644 index 0000000..9f3dc8b --- /dev/null +++ b/inxi.spec @@ -0,0 +1,54 @@ +# +# 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: 1.9.16 +#revision: 2055 +Release: 0 +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 diff --git a/inxi.tar.gz b/inxi.tar.gz new file mode 100644 index 0000000..444ead6 --- /dev/null +++ b/inxi.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1212057a18923a7962c34fa582649453eb78b7e182b629d802dd7904cffb9a5 +size 132804