Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
lshw
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 23
[-]
[+]
Changed
lshw.spec
@@ -100,7 +100,7 @@ http://www.ezix.org/software/lshw.html -%if 0%{?disable_gui} == 1 +%if 0%{?disable_gui} == 0 %package gui Summary: HardWare LiSter (GUI version) @@ -111,7 +111,7 @@ %endif -%if 0%{?disable_gui} == 1 +%if 0%{?disable_gui} == 0 %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 configura @@ -133,14 +133,14 @@ %build %{__make} -%if 0%{?disable_gui} == 1 +%if 0%{?disable_gui} == 0 %{__make} gui %endif %install make DESTDIR=$RPM_BUILD_ROOT PREFIX=%_prefix SBINDIR=%_sbindir MANDIR=%_mandir install -%if 0%{?disable_gui} == 1 +%if 0%{?disable_gui} == 0 make DESTDIR=$RPM_BUILD_ROOT PREFIX=%_prefix SBINDIR=%_sbindir MANDIR=%_mandir install-gui %endif @@ -157,7 +157,7 @@ %config(noreplace) %{_datadir}/lshw/usb.ids %{_datadir}/locale/fr/LC_MESSAGES/lshw.mo -%if 0%{?disable_gui} == 1 +%if 0%{?disable_gui} == 0 %files gui %defattr(-,root,root) %doc COPYING