forked from pool/hwinfo
This commit is contained in:
parent
2e0f37b20c
commit
4b94859021
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 19 10:35:46 CEST 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
- disable as-needed for this package as it fails to build with it
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 15 12:49:55 CEST 2009 - snwint@suse.de
|
Mon Jun 15 12:49:55 CEST 2009 - snwint@suse.de
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ PreReq: /sbin/ldconfig %insserv_prereq %fillup_prereq
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Hardware Library
|
Summary: Hardware Library
|
||||||
Version: 16.2
|
Version: 16.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Source: hwinfo-16.2.tar.bz2
|
Source: hwinfo-16.2.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -60,6 +60,9 @@ system.
|
|||||||
%setup
|
%setup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# This package failed when testing with -Wl,-as-needed being default.
|
||||||
|
# So we disable it here, if you want to retest, just delete this comment and the line below.
|
||||||
|
export SUSE_ASNEEDED=0
|
||||||
make static
|
make static
|
||||||
install -d -m 755 %{buildroot}%{_libdir}
|
install -d -m 755 %{buildroot}%{_libdir}
|
||||||
install -m 644 src/libhd.a %{buildroot}%{_libdir}
|
install -m 644 src/libhd.a %{buildroot}%{_libdir}
|
||||||
@ -105,6 +108,8 @@ rm -rf %{buildroot}
|
|||||||
%doc doc/libhd/html
|
%doc doc/libhd/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 19 2009 coolo@novell.com
|
||||||
|
- disable as-needed for this package as it fails to build with it
|
||||||
* Mon Jun 15 2009 snwint@suse.de
|
* Mon Jun 15 2009 snwint@suse.de
|
||||||
- fix build on non-x86 archs
|
- fix build on non-x86 archs
|
||||||
* Tue Jun 09 2009 snwint@suse.de
|
* Tue Jun 09 2009 snwint@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user