Accepting request 93263 from Base:System

add libtool to buildrequires (forwarded request 93212 from coolo)

OBS-URL: https://build.opensuse.org/request/show/93263
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libunwind?expand=0&rev=17
This commit is contained in:
Stephan Kulow 2011-11-24 11:36:06 +00:00 committed by Git OBS Bridge
parent c1d387ac7e
commit 8176ac3266
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Nov 23 09:24:25 UTC 2011 - coolo@suse.com
- add libtool as buildrequire to avoid implicit dependency
-------------------------------------------------------------------
Mon Nov 7 19:12:14 CET 2011 - dmueller@suse.de
- disable testsuite when running under qemu
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 17 16:03:13 CEST 2011 - dmueller@suse.de Mon Oct 17 16:03:13 CEST 2011 - dmueller@suse.de

View File

@ -19,7 +19,7 @@
Name: libunwind Name: libunwind
BuildRequires: gcc-c++ BuildRequires: gcc-c++ libtool
Url: http://savannah.nongnu.org/projects/libunwind/ Url: http://savannah.nongnu.org/projects/libunwind/
Summary: Unwind Library Summary: Unwind Library
Version: 1.0.1 Version: 1.0.1
@ -73,8 +73,12 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -U_FORTIFY_SOURCE"
./configure "CFLAGS=$RPM_OPT_FLAGS" --prefix=/usr --mandir=%{_mandir} \ ./configure "CFLAGS=$RPM_OPT_FLAGS" --prefix=/usr --mandir=%{_mandir} \
--libdir=%{_libdir} --build=%{_target_cpu}-suse-linux --libdir=%{_libdir} --build=%{_target_cpu}-suse-linux
make %{?_smp_mflags} make %{?_smp_mflags}
%check
%if ! 0%{?qemu_user_space_build:1}
# There are some expected failures # There are some expected failures
make -k check || : make -k check || :
%endif
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT