Accepting request 32359 from Base:System

Copy from Base:System/numactl based on submit request 32359 from user coolo

OBS-URL: https://build.opensuse.org/request/show/32359
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/numactl?expand=0&rev=22
This commit is contained in:
OBS User autobuild 2010-02-18 15:44:58 +00:00 committed by Git OBS Bridge
parent 19094fd8b7
commit 937b4d4c72
3 changed files with 9 additions and 6 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

@ -23,7 +23,7 @@ Name: numactl
License: GPLv2 ; GPLv2+
Summary: NUMA Policy Control
Version: 2.0.4.rc1
Release: 2
Release: 3
%define origversion 2.0.4-rc1
AutoReqProv: on
# bug437293
@ -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