- version 20.1
OBS-URL: https://build.opensuse.org/package/show/system:install:head/hwinfo?expand=0&rev=50
This commit is contained in:
parent
90e392a458
commit
227698b1cd
84
check_hd.1
84
check_hd.1
@ -1,84 +0,0 @@
|
|||||||
.TH CHECK_HD "1" "User Commands"
|
|
||||||
.SH NAME
|
|
||||||
manual page for check_hd
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B check_hd
|
|
||||||
[\fIoptions\fR] \fIfiles\fR
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Try to put hardware data into a consistent form.
|
|
||||||
.TP
|
|
||||||
\fB\-\-check\fR
|
|
||||||
do a lot of checks and remove unnecessary data
|
|
||||||
.TP
|
|
||||||
\fB\-\-sort\fR
|
|
||||||
sort data
|
|
||||||
.TP
|
|
||||||
\fB\-\-reverse\fR
|
|
||||||
reverse sorting order
|
|
||||||
.TP
|
|
||||||
\fB\-\-split\fR
|
|
||||||
write separate entries for each key
|
|
||||||
.TP
|
|
||||||
\fB\-\-with\-source\fR
|
|
||||||
add comment to each item indicating info source
|
|
||||||
.TP
|
|
||||||
\fB\-\-mini\fR
|
|
||||||
minimal data base (basically driver info only)
|
|
||||||
.TP
|
|
||||||
\fB\-\-join\-keys\-first\fR
|
|
||||||
when combining similar items, join entries with
|
|
||||||
common keys first (default is common values first)
|
|
||||||
.TP
|
|
||||||
\fB\-\-cfile\fR file
|
|
||||||
create C file to be included in libhd
|
|
||||||
.TP
|
|
||||||
\fB\-\-no\-compact\fR
|
|
||||||
don't try to make C version as small as possible
|
|
||||||
.TP
|
|
||||||
\fB\-\-out\fR file
|
|
||||||
write results to file, default is "hd.ids"
|
|
||||||
.TP
|
|
||||||
\fB\-\-log\fR file
|
|
||||||
write log info to file, default is "hd.log"
|
|
||||||
.IP
|
|
||||||
Note: check_hd works with libhd/hwinfo internal format only;
|
|
||||||
to convert to other formats, use convert_hd
|
|
||||||
.PP
|
|
||||||
Try to put hardware data into a consistent form.
|
|
||||||
.TP
|
|
||||||
\fB\-\-check\fR
|
|
||||||
do a lot of checks and remove unnecessary data
|
|
||||||
.TP
|
|
||||||
\fB\-\-sort\fR
|
|
||||||
sort data
|
|
||||||
.TP
|
|
||||||
\fB\-\-reverse\fR
|
|
||||||
reverse sorting order
|
|
||||||
.TP
|
|
||||||
\fB\-\-split\fR
|
|
||||||
write separate entries for each key
|
|
||||||
.TP
|
|
||||||
\fB\-\-with\-source\fR
|
|
||||||
add comment to each item indicating info source
|
|
||||||
.TP
|
|
||||||
\fB\-\-mini\fR
|
|
||||||
minimal data base (basically driver info only)
|
|
||||||
.TP
|
|
||||||
\fB\-\-join\-keys\-first\fR
|
|
||||||
when combining similar items, join entries with
|
|
||||||
common keys first (default is common values first)
|
|
||||||
.TP
|
|
||||||
\fB\-\-cfile\fR file
|
|
||||||
create C file to be included in libhd
|
|
||||||
.TP
|
|
||||||
\fB\-\-no\-compact\fR
|
|
||||||
don't try to make C version as small as possible
|
|
||||||
.TP
|
|
||||||
\fB\-\-out\fR file
|
|
||||||
write results to file, default is "hd.ids"
|
|
||||||
.TP
|
|
||||||
\fB\-\-log\fR file
|
|
||||||
write log info to file, default is "hd.log"
|
|
||||||
.IP
|
|
||||||
Note: check_hd works with libhd/hwinfo internal format only;
|
|
||||||
to convert to other formats, use convert_hd
|
|
29
convert_hd.1
29
convert_hd.1
@ -1,29 +0,0 @@
|
|||||||
.TH CONVERT_HD "1" "User Commands"
|
|
||||||
.SH NAME
|
|
||||||
convert_hd
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B convert_hd
|
|
||||||
[\fIoptions\fR] \fIfiles\fR
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Convert various hardware info to libhd/hwinfo internal format or to XML.
|
|
||||||
.TP
|
|
||||||
\fB\-\-ids\fR
|
|
||||||
write internal format (default) to "hd.ids"
|
|
||||||
.TP
|
|
||||||
\fB\-\-no\-ids\fR
|
|
||||||
do not write internal format
|
|
||||||
.TP
|
|
||||||
\fB\-\-xml\fR
|
|
||||||
write XML to "hd.xml", DTD to "hd.dtd"
|
|
||||||
.TP
|
|
||||||
\fB\-\-no\-xml\fR
|
|
||||||
do not write XML (default)
|
|
||||||
.TP
|
|
||||||
\fB\-\-with\-source\fR
|
|
||||||
add comment to each item indicating info source
|
|
||||||
.TP
|
|
||||||
\fB\-\-internal\-dtd\fR
|
|
||||||
generate internal dtd
|
|
||||||
.IP
|
|
||||||
Note: for more sophisticated operations on hardware data use check_hd.
|
|
||||||
.IP
|
|
10
getsysinfo.1
10
getsysinfo.1
@ -1,10 +0,0 @@
|
|||||||
.TH GETSYSINFO "1" "getsysinfo" "User Commands"
|
|
||||||
.SH NAME
|
|
||||||
getsysinfo
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B getsysinfo
|
|
||||||
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Collect some system data that are useful for debugging
|
|
||||||
hardware detection bugs.
|
|
||||||
.PP
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:270ffde0ce764b8748daaba708d06870ad14a55367b028a5ce1745d20f73bdb5
|
|
||||||
size 647480
|
|
3
hwinfo-20.1.tar.bz2
Normal file
3
hwinfo-20.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:19ebd90f3b6a5b1c7902f3346a194721c77e8199f07ae3a724d46a6e04dca239
|
||||||
|
size 648163
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 9 13:58:00 CET 2013 - snwint@suse.de
|
||||||
|
|
||||||
|
- moved man pages into git
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 6 14:22:44 UTC 2012 - boris@steki.net
|
Tue Nov 6 14:22:44 UTC 2012 - boris@steki.net
|
||||||
|
|
||||||
|
18
hwinfo.spec
18
hwinfo.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package hwinfo
|
# spec file for package hwinfo
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -36,13 +36,9 @@ License: GPL-2.0+
|
|||||||
Group: Hardware/Other
|
Group: Hardware/Other
|
||||||
# Until migration to github this should be correct url
|
# Until migration to github this should be correct url
|
||||||
Url: http://gitorious.org/opensuse/hwinfo
|
Url: http://gitorious.org/opensuse/hwinfo
|
||||||
Version: 20.0
|
Version: 20.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Source0: hwinfo-20.0.tar.bz2
|
Source: hwinfo-20.1.tar.bz2
|
||||||
Source1: check_hd.1
|
|
||||||
Source2: convert_hd.1
|
|
||||||
Source3: getsysinfo.1
|
|
||||||
Source4: mk_isdnhwdb.1
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -91,10 +87,10 @@ system.
|
|||||||
install -m 644 libhd.a %{buildroot}%{_libdir}
|
install -m 644 libhd.a %{buildroot}%{_libdir}
|
||||||
install -d -m 755 %{buildroot}%{_mandir}/man8/
|
install -d -m 755 %{buildroot}%{_mandir}/man8/
|
||||||
install -d -m 755 %{buildroot}%{_mandir}/man1/
|
install -d -m 755 %{buildroot}%{_mandir}/man1/
|
||||||
install -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/check_hd.1
|
install -m 644 doc/check_hd.1 %{buildroot}%{_mandir}/man1/
|
||||||
install -m 644 %{SOURCE2} %{buildroot}%{_mandir}/man1/convert_hd.1
|
install -m 644 doc/convert_hd.1 %{buildroot}%{_mandir}/man1/
|
||||||
install -m 644 %{SOURCE3} %{buildroot}%{_mandir}/man1/getsysinfo.1
|
install -m 644 doc/getsysinfo.1 %{buildroot}%{_mandir}/man1/
|
||||||
install -m 644 %{SOURCE4} %{buildroot}%{_mandir}/man1/mk_isdnhwdb.1
|
install -m 644 doc/mk_isdnhwdb.1 %{buildroot}%{_mandir}/man1/
|
||||||
install -m 644 doc/hwinfo.8 %{buildroot}%{_mandir}/man8/
|
install -m 644 doc/hwinfo.8 %{buildroot}%{_mandir}/man8/
|
||||||
mkdir -p %{buildroot}/var/lib/hardware/udi
|
mkdir -p %{buildroot}/var/lib/hardware/udi
|
||||||
|
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
.TH mk_isdnhwdb "1" "mk_isdnhwdb" "User Commands"
|
|
||||||
.SH NAME
|
|
||||||
mk_isdnhwdb
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B mk_isdnhwdb
|
|
||||||
|
|
||||||
.SH DESCRIPTION
|
|
||||||
.PP
|
|
Loading…
Reference in New Issue
Block a user