From cf231f2fb756aa56c7c49db5b7c0298a57773101dad9904aa852c73b76536835 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Tue, 12 Jan 2010 15:07:37 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/numactl revision 21.0 OBS-URL: https://build.opensuse.org/package/show/Base:System/numactl?expand=0&rev=ba6cf342a47a14ca3cf5761923240f7f --- baselibs.conf | 4 ++++ numactl.changes | 8 ++++++++ numactl.spec | 9 +++++---- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/baselibs.conf b/baselibs.conf index 6299bcd..4ce5585 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -5,3 +5,7 @@ arch ppc package libnuma-devel requires -numactl1- requires -libnuma- requires "numactl- = " +arch sparcv9 package libnuma-devel + requires -numactl1- + requires -libnuma- + requires "numactl- = " diff --git a/numactl.changes b/numactl.changes index d5f762e..2f5e961 100644 --- a/numactl.changes +++ b/numactl.changes @@ -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 diff --git a/numactl.spec b/numactl.spec index e3a69b8..0bafc5e 100644 --- a/numactl.spec +++ b/numactl.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ Name: numactl License: GPLv2 ; GPLv2+ Summary: NUMA Policy Control Version: 2.0.4.rc1 -Release: 1 +Release: 2 %define origversion 2.0.4-rc1 AutoReqProv: on # bug437293 @@ -32,10 +32,11 @@ Obsoletes: numactl-64bit %endif # Source: numactl-%{origversion}.tar.bz2 +Source2: baselibs.conf Patch0: numactl_install_all_manpages Group: System/Management BuildRoot: %{_tmppath}/%{name}-%{version}-build -ExclusiveArch: ia64 x86_64 ppc64 ppc +ExclusiveArch: ia64 x86_64 ppc64 ppc %sparc Requires: perl %description @@ -89,7 +90,7 @@ Authors: %patch0 -p1 %build -make CFLAGS="${RPM_OPT_FLAGS}" +make %{?jobs:-j%jobs} CFLAGS="${RPM_OPT_FLAGS}" %install install -d -m 755 $RPM_BUILD_ROOT/usr/bin