Accepting request 307442 from Application:Geo

1

OBS-URL: https://build.opensuse.org/request/show/307442
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geos?expand=0&rev=3
This commit is contained in:
Stephan Kulow 2015-05-16 17:01:25 +00:00 committed by Git OBS Bridge
commit 752531f183
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 Fri May 8 07:37:23 UTC 2015 - mpluskal@suse.com

View File

@ -163,10 +163,10 @@ make %{?_smp_mflags}
cd doc cd doc
make %{?_smp_mflags} doxygen-html 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 # while this was reported to upstream, there has been no reply
%if 0%{?suse_version} > 1210 %if 0%{?suse_version} > 1210
%ifarch ix86 x86_64 %ifarch %ix86 x86_64
%check %check
make %{?_smp_mflags} check make %{?_smp_mflags} check
%endif %endif
@ -183,7 +183,7 @@ install -d -m 0755 %{buildroot}%{_sysconfdir}/php.d
install -D -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/php.d/ install -D -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/php.d/
%endif %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}/*.a
rm -rf %{buildroot}/%{_libdir}/*.la rm -rf %{buildroot}/%{_libdir}/*.la
rm -rf %{buildroot}/%{python_sitearch}/%{name}/*.a rm -rf %{buildroot}/%{python_sitearch}/%{name}/*.a