Accepting request 221756 from Base:System

- Tests compile fine for s390(x), also include them in the package, the same
  way it is done for other archs as well.

- There are no tests installed in s390(x) case, therefore there are no
  files in %{_libdir}/libhugetlbfs
  Remove the directory from the file list to fix package build for s390(x)

OBS-URL: https://build.opensuse.org/request/show/221756
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libhugetlbfs?expand=0&rev=37
This commit is contained in:
Stephan Kulow 2014-02-11 10:19:56 +00:00 committed by Git OBS Bridge
commit 68dd86e79a
2 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Feb 11 08:09:11 UTC 2014 - trenn@suse.de
- Tests compile fine for s390(x), also include them in the package, the same
way it is done for other archs as well.
-------------------------------------------------------------------
Mon Feb 10 15:56:31 UTC 2014 - trenn@suse.de
- There are no tests installed in s390(x) case, therefore there are no
files in %{_libdir}/libhugetlbfs
Remove the directory from the file list to fix package build for s390(x)
-------------------------------------------------------------------
Sat Jan 11 05:56:47 UTC 2014 - normand@linux.vnet.ibm.com

View File

@ -16,6 +16,7 @@
#
Name: libhugetlbfs
%if 0%{?suse_version} > 1140
@ -78,11 +79,8 @@ Devel package, header and static library, of libhugetlb
make %{my_make_flags}
%install
tests=
%ifarch ppc ppc64 ppc64le %ix86 x86_64
tests=install-tests
make %{my_make_flags} install $tests
%endif
make \
%ifarch sparc sparcv9
CC32="gcc" CC64="" NATIVEONLY=1 \