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:
parent
ababa5f25f
commit
4e8bf30392
3
ipmctl-01.00.00.3382-unencumbered.tar.xz
Normal file
3
ipmctl-01.00.00.3382-unencumbered.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:733fbb4ffd6115336bf3aac4e990f7661202e507c3ab4d79012194851c293947
|
||||||
|
size 5894440
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bcd2718fdad49fd6125e8bd04860b99dca04560d61a074081f776b23ee4342a1
|
|
||||||
size 10448637
|
|
@ -27,7 +27,8 @@ Summary: Utility for managing Intel Optane DC persistent memory modules
|
|||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Url: https://github.com/intel/ipmctl
|
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
|
Source1: %{name}-rpmlintrc
|
||||||
Source10: https://github.com/%{pSafeC}/libsafec-%{vSafeC}.0-g570fa5.tar.gz
|
Source10: https://github.com/%{pSafeC}/libsafec-%{vSafeC}.0-g570fa5.tar.gz
|
||||||
#ource10: libsafec-prebuild.tar.xz
|
#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
|
%setup -q -n %{name}-%{version} -a 10
|
||||||
%patch1 -p1
|
%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
|
%build
|
||||||
/bin/bash -ex "%{SOURCE11}" "%{SOURCE12}" "%{?_smp_mflags}"
|
/bin/bash -ex "%{SOURCE11}" "%{SOURCE12}" "%{?_smp_mflags}"
|
||||||
export PKG_CONFIG_PATH=$PWD/contrib/lib/pkgconfig
|
export PKG_CONFIG_PATH=$PWD/contrib/lib/pkgconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user