Accepting request 27058 from home:jengelh:branches:Base:System
Copy from home:jengelh:branches:Base:System/numactl via accept of submit request 27058 revision 5. Request was accepted with message: ok thanks OBS-URL: https://build.opensuse.org/request/show/27058 OBS-URL: https://build.opensuse.org/package/show/Base:System/numactl?expand=0&rev=9
This commit is contained in:
parent
6af22d4443
commit
1025704235
@ -5,3 +5,7 @@ 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>"
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user