]> git.pld-linux.org Git - packages/lshw.git/blob - lshw.spec
92211f21506df76b16ede46f2e687b01029d1e2b
[packages/lshw.git] / lshw.spec
1 Summary:        Hardware Lister
2 Summary(pl):    Narzêdzie wypisuj±ce sprzêt
3 Name:           lshw
4 Version:        A.01.06
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://dl.sourceforge.net/ezix/%{name}-%{version}.tar.gz
9 # Source0-md5:  4e0bd4d1509a26b61dd86ca832152f3d
10 URL:            http://ezix.sourceforge.net/software/lshw.html
11 BuildRequires:  libstdc++-devel
12 Requires:       pciutils
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 lshw (Hardware Lister) is a small tool to provide detailed informaton
17 on the hardware configuration of the machine. It can report exact
18 memory configuration, firmware version, mainboard configuration, CPU
19 version and speed, cache configuration, bus speed, etc. on DMI-capable
20 x86 systems and on some PowerPC machines (PowerMac G4 is known to
21 work).
22
23 Information can be output in plain text, XML or HTML.
24
25 It currently supports DMI (x86 only), OpenFirmware device tree
26 (PowerPC only), PCI/AGP, CPUID (x86), IDE/ATA/ATAPI, PCMCIA (only
27 tested on x86) and SCSI.
28
29 %description -l pl
30 lshw (Hardware Lister) to ma³e narzêdzie maj±ce udostêpniæ szczegó³owe
31 informacje dotycz±ce sprzêtowej konfiguracji maszyny. Mo¿e okre¶liæ
32 dok³adn± konfiguracjê pamiêci, wersjê firmware, konfiguracjê p³yty
33 g³ównej, wersjê i szybko¶æ CPU, konfiguracjê cache, szybko¶æ szyny
34 itp. na systemach x86 obs³uguj±cych DMI oraz niektórych maszynach
35 PowerPC (wiadomo, ¿e dzia³a na PowerMacu G4).
36
37 Informacje mog± byæ podawane jako czysty tekst, XML lub HTML.
38
39 Aktualnie program obs³uguje DMI (tylko x86), drzewo urz±dzeñ
40 OpenFirmware (tylko PowerPC), PCI/AGP, CPUID (x86), IDE/ATA/ATAPI,
41 PCMCIA (testowane tylko na x86) oraz SCSI.
42
43 %prep
44 %setup -q
45
46 %build
47 %{__make} \
48         CXXFLAGS="%{rpmcflags}"
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man1}
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %attr(755,root,root) %{_sbindir}/*
63 %{_mandir}/man1/*
This page took 0.040924 seconds and 2 git commands to generate.