SHA256
1
0
forked from pool/numactl

Accepting request 29060 from Base:System

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

OBS-URL: https://build.opensuse.org/request/show/29060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/numactl?expand=0&rev=21
This commit is contained in:
OBS User autobuild 2010-01-12 15:07:37 +00:00 committed by Git OBS Bridge
commit 19094fd8b7
3 changed files with 17 additions and 4 deletions

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Dec 16 00:27:34 CET 2009 - jengelh@medozas.de
- add baselibs.conf as a source
- add baselibs for SPARC
- add SPARC to ExclusiveArch
- enable parallel building
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 11 14:18:35 CET 2009 - trenn@suse.de Fri Dec 11 14:18:35 CET 2009 - trenn@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package numactl (Version 2.0.4.rc1) # spec file for package numactl (Version 2.0.4.rc1)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -23,7 +23,7 @@ Name: numactl
License: GPLv2 ; GPLv2+ License: GPLv2 ; GPLv2+
Summary: NUMA Policy Control Summary: NUMA Policy Control
Version: 2.0.4.rc1 Version: 2.0.4.rc1
Release: 1 Release: 2
%define origversion 2.0.4-rc1 %define origversion 2.0.4-rc1
AutoReqProv: on AutoReqProv: on
# bug437293 # bug437293
@ -32,10 +32,11 @@ Obsoletes: numactl-64bit
%endif %endif
# #
Source: numactl-%{origversion}.tar.bz2 Source: numactl-%{origversion}.tar.bz2
Source2: baselibs.conf
Patch0: numactl_install_all_manpages Patch0: numactl_install_all_manpages
Group: System/Management Group: System/Management
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: ia64 x86_64 ppc64 ppc ExclusiveArch: ia64 x86_64 ppc64 ppc %sparc
Requires: perl Requires: perl
%description %description
@ -89,7 +90,7 @@ Authors:
%patch0 -p1 %patch0 -p1
%build %build
make CFLAGS="${RPM_OPT_FLAGS}" make %{?jobs:-j%jobs} CFLAGS="${RPM_OPT_FLAGS}"
%install %install
install -d -m 755 $RPM_BUILD_ROOT/usr/bin install -d -m 755 $RPM_BUILD_ROOT/usr/bin