SHA256
1
0
forked from pool/ipmctl

Accepting request 666990 from home:rwill:branches:hardware:nvdimm

Rip out copyright infringing stuff published on github.

OBS-URL: https://build.opensuse.org/request/show/666990
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/ipmctl?expand=0&rev=15
This commit is contained in:
Raymund Will 2019-01-18 14:17:50 +00:00 committed by Git OBS Bridge
parent ababa5f25f
commit 4e8bf30392
3 changed files with 10 additions and 4 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:733fbb4ffd6115336bf3aac4e990f7661202e507c3ab4d79012194851c293947
size 5894440

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bcd2718fdad49fd6125e8bd04860b99dca04560d61a074081f776b23ee4342a1
size 10448637

View File

@ -27,7 +27,8 @@ Summary: Utility for managing Intel Optane DC persistent memory modules
License: BSD-3-Clause
Group: System/Management
Url: https://github.com/intel/ipmctl
Source: https://github.com/intel/ipmctl/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
#ource: https://github.com/intel/ipmctl/archive/v%%{version}.tar.gz#/%%{name}-%%{version}.tar.gz
Source: %{name}-%{version}-unencumbered.tar.xz
Source1: %{name}-rpmlintrc
Source10: https://github.com/%{pSafeC}/libsafec-%{vSafeC}.0-g570fa5.tar.gz
#ource10: libsafec-prebuild.tar.xz
@ -99,6 +100,11 @@ API for development of Intel Optane DC persistent memory management utilities.
%setup -q -n %{name}-%{version} -a 10
%patch1 -p1
#rm -f BaseTools/Source/C/Common/FmmtLib.c CMake/safeclib.cmake
LICENSE_VIOLATIONS_IN=$(find . -type f -print0 | sort -z |
xargs -0r grep -li 'INTEL CONFIDENTIAL' || true)
[ -z "$LICENSE_VIOLATIONS_IN" ]
%build
/bin/bash -ex "%{SOURCE11}" "%{SOURCE12}" "%{?_smp_mflags}"
export PKG_CONFIG_PATH=$PWD/contrib/lib/pkgconfig