forked from pool/hwinfo
Accepting request 48227 from systemsmanagement:wbem
reviewed ok. OBS-URL: https://build.opensuse.org/request/show/48227 OBS-URL: https://build.opensuse.org/package/show/system:install:head/hwinfo?expand=0&rev=33
This commit is contained in:
parent
e8c6e3312d
commit
86b811d37a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 15 18:37:56 UTC 2010 - kkaempf@novell.com
|
||||||
|
|
||||||
|
- Fix build on non-SUSE distros
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 25 17:27:11 CEST 2010 - snwint@suse.de
|
Wed Aug 25 17:27:11 CEST 2010 - snwint@suse.de
|
||||||
|
|
||||||
|
16
hwinfo.spec
16
hwinfo.spec
@ -19,7 +19,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: hwinfo
|
Name: hwinfo
|
||||||
BuildRequires: doxygen flex perl-XML-Parser perl-XML-Writer udev
|
BuildRequires: doxygen flex perl-XML-Parser udev
|
||||||
|
%if 0%{?rhel_version} == 0
|
||||||
|
BuildRequires: perl-XML-Writer
|
||||||
|
%endif
|
||||||
%ifarch %ix86 x86_64
|
%ifarch %ix86 x86_64
|
||||||
BuildRequires: libx86emu-devel
|
BuildRequires: libx86emu-devel
|
||||||
%endif
|
%endif
|
||||||
@ -47,8 +50,15 @@ Summary: Hardware Detection Library
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Provides: libhddev
|
Provides: libhddev
|
||||||
Obsoletes: libhddev
|
Obsoletes: libhddev
|
||||||
Requires: %name = %version libexpat-devel perl-XML-Writer perl-XML-Parser udev wireless-tools
|
Requires: %name = %version perl-XML-Parser udev wireless-tools
|
||||||
|
%if 0%{?rhel_version} == 0
|
||||||
|
Requires: perl-XML-Writer
|
||||||
|
%endif
|
||||||
|
%if 0%{?suse_version}
|
||||||
|
Requires: libexpat-devel
|
||||||
|
%else
|
||||||
|
Requires: expat-devel
|
||||||
|
%endif
|
||||||
%description devel
|
%description devel
|
||||||
This library collects information about the hardware installed on a
|
This library collects information about the hardware installed on a
|
||||||
system.
|
system.
|
||||||
|
Loading…
Reference in New Issue
Block a user