Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 154834 Details for
Bug 229591
Review Request: lshw - Hardware Lister (lshw)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
lshw.spec
lshw.spec (text/plain), 2.95 KB, created by
Patrick Pichon
on 2007-05-16 15:24:18 UTC
(
hide
)
Description:
lshw.spec
Filename:
MIME Type:
Creator:
Patrick Pichon
Created:
2007-05-16 15:24:18 UTC
Size:
2.95 KB
patch
obsolete
># Conditional build (--with/--without option) ># --without gui > >Summary: HardWare LiSter >Name: lshw >Version: 0.20070516152048 >Release: 2 >Source: http://www.ezix.org/software/files/%{name}-%{version}.tar.gz >URL: http://www.ezix.org/software/lshw.html >License: GPL >Group: Applications/System >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >BuildRequires: /usr/bin/install > >%description >lshw (Hardware Lister) is a small tool to provide detailed informaton on >the hardware configuration of the machine. It can report exact memory >configuration, firmware version, mainboard configuration, CPU version >and speed, cache configuration, bus speed, etc. on DMI-capable x86s >systems and on some PowerPC machines (PowerMac G4 is known to work). > >Information can be output in plain text, XML or HTML. > >For detailed information on lshw features and usage, please see the >included documentation or go to the lshw Web page, >http://www.ezix.org/software/lshw.html > >%if %{!?_without_gui:1}0 >%package gui >Summary: HardWare LiSter (GUI version) >Group: Applications/System >Requires: %{name} >= %{version} >Requires: gtk2 >= 2.4 >BuildRequires: gtk2-devel >= 2.4 >BuildRequires: /usr/bin/install > >%description gui >lshw (Hardware Lister) is a small tool to provide detailed informaton on >the hardware configuration of the machine. It can report exact memory >configuration, firmware version, mainboard configuration, CPU version >and speed, cache configuration, bus speed, etc. on DMI-capable x86s > systems and on some PowerPC machines (PowerMac G4 is known to work). > >This package provides a graphical user interface to display hardware >information. > >For detailed information on lshw features and usage, please see the >included documentation or go to the lshw Web page, >http://www.ezix.org/software/lshw.html > >%endif > >%prep >%setup -q > >%build >%{__make} %{?_smp_mflags} \ > PREFIX="%{_prefix}" \ > SBINDIR="%{_sbindir}" \ > MANDIR="%{_mandir}" \ > DATADIR="%{_datadir}" \ > all >%if %{!?_without_gui:1}0 >%{__make} %{?_smp_mflags} \ > PREFIX="%{_prefix}" \ > SBINDIR="%{_sbindir}" \ > MANDIR="%{_mandir}" \ > DATADIR="%{_datadir}" \ > gui >%endif > >%install >%{__rm} -rf "%{buildroot}" > >%{__make} \ > DESTDIR="%{buildroot}" \ > PREFIX="%{_prefix}" \ > SBINDIR="%{_sbindir}" \ > MANDIR="%{_mandir}" \ > DATADIR="%{_datadir}" \ > STRIP=/bin/true \ > install >%if %{!?_without_gui:1}0 >%{__make} \ > DESTDIR="%{buildroot}" \ > PREFIX="%{_prefix}" \ > SBINDIR="%{_sbindir}" \ > MANDIR="%{_mandir}" \ > DATADIR="%{_datadir}" \ > STRIP=/bin/true \ > install-gui >%endif > >%clean >%{__rm} -rf %{buildroot} > >%files >%defattr(-,root,root, 0555) >%doc README COPYING docs/TODO docs/Changelog docs/lshw.xsd >%{_sbindir}/lshw >%doc %{_mandir}/man?/* >%{_datadir}/lshw/ > >%if %{!?_without_gui:1}0 >%files gui >%defattr(-,root,root, 0555) >%doc COPYING >%{_sbindir}/gtk-lshw >%endif > >%changelog >* Tue May 1 2007 Lyonel Vincent <lyonel@ezix.org> B.02.10-2 >- spec file cleanup > >* Thu Apr 10 2003 Lyonel Vincent <lyonel@ezix.org> A.01.00-1 >- RPM packaging
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 229591
: 154834 |
154835