Accepting request 32191 from home:jengelh:sparc

Copy from home:jengelh:sparc/numactl via accept of submit request 32191 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/32191
OBS-URL: https://build.opensuse.org/package/show/Base:System/numactl?expand=0&rev=11
This commit is contained in:
Stephan Kulow 2010-02-12 05:56:15 +00:00 committed by Git OBS Bridge
parent cf231f2fb7
commit 6d8fe9af61
3 changed files with 8 additions and 5 deletions

View File

@ -5,7 +5,3 @@ arch ppc package libnuma-devel
requires -numactl1-<targettype>
requires -libnuma-<targettype>
requires "numactl-<targettype> = <version>"
arch sparcv9 package libnuma-devel
requires -numactl1-<targettype>
requires -libnuma-<targettype>
requires "numactl-<targettype> = <version>"

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 11 01:31:44 UTC 2010 - jengelh@medozas.de
- workaround broken Makefile which uses uname -m to detect bitness
and libdir
- remove sparcv9 from special-casing in baselibs.conf
-------------------------------------------------------------------
Wed Dec 16 00:27:34 CET 2009 - jengelh@medozas.de

View File

@ -98,7 +98,7 @@ install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man3
install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man5
install -d -m 755 $RPM_BUILD_ROOT%{_libdir}
install -d -m 755 $RPM_BUILD_ROOT/usr/include
make prefix=${RPM_BUILD_ROOT}/usr install
make prefix="%buildroot/%_prefix" libdir="%buildroot/%_libdir" install
rm -f $RPM_BUILD_ROOT/%{_libdir}/lib*a
%clean