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