Accepting request 307432 from home:AndreasSchwab:f

- Reenable tests on %ix86

OBS-URL: https://build.opensuse.org/request/show/307432
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=7
This commit is contained in:
Martin Pluskal 2015-05-16 08:53:20 +00:00 committed by Git OBS Bridge
parent e2f3ba89a5
commit ab951813d4
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat May 16 07:02:57 UTC 2015 - schwab@linux-m68k.org
- Reenable tests on %ix86
-------------------------------------------------------------------
Fri May 8 07:37:23 UTC 2015 - mpluskal@suse.com

View File

@ -163,10 +163,10 @@ make %{?_smp_mflags}
cd doc
make %{?_smp_mflags} doxygen-html
# tests fail with older releases and no intel architectures
# tests fail with older releases and non-intel architectures
# while this was reported to upstream, there has been no reply
%if 0%{?suse_version} > 1210
%ifarch ix86 x86_64
%ifarch %ix86 x86_64
%check
make %{?_smp_mflags} check
%endif
@ -183,7 +183,7 @@ install -d -m 0755 %{buildroot}%{_sysconfdir}/php.d
install -D -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/php.d/
%endif
# do not ship statical libraries or la files
# do not ship static libraries or la files
rm -rf %{buildroot}/%{_libdir}/*.a
rm -rf %{buildroot}/%{_libdir}/*.la
rm -rf %{buildroot}/%{python_sitearch}/%{name}/*.a