- updated to 1.0.0 final
This commit is contained in:
parent
b5f256cee7
commit
e3509f8e05
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/1.0.0-beta2.tar.gz
|
||||
/libocxl-1.0.0.tar.gz
|
||||
|
11
libocxl.spec
11
libocxl.spec
@ -1,11 +1,11 @@
|
||||
Name: libocxl
|
||||
Version: 1.0.0
|
||||
Release: 0.1%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Allows to implement a user-space driver for an OpenCAPI accelerator
|
||||
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/OpenCAPI/libocxl
|
||||
Source0: https://github.com/OpenCAPI/libocxl/archive/%{version}-beta2.tar.gz
|
||||
Source0: https://github.com/OpenCAPI/libocxl/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
|
||||
ExclusiveArch: ppc64le
|
||||
|
||||
@ -34,10 +34,10 @@ The *-docs package contains doxygen pages for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{version}-beta2
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
LDFLAGS="%{__global_ldflags}" CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" make %{?_smp_mflags} V=1
|
||||
LDFLAGS="%{build_ldflags}" CFLAGS="%{build_cflags}" make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
%make_install PREFIX=%{_prefix}
|
||||
@ -56,6 +56,9 @@ LDFLAGS="%{__global_ldflags}" CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" make %
|
||||
%{_pkgdocdir}
|
||||
|
||||
%changelog
|
||||
* Thu Jun 07 2018 Dan Horák <dan[at]danny.cz> - 1.0.0-1
|
||||
- updated to 1.0.0 final
|
||||
|
||||
* Tue Apr 10 2018 michel normand <normand@linux.vnet.ibm.com> 1.0.0-0.1
|
||||
- new package and spec file of libocxl from upstream
|
||||
url: https://github.com/OpenCAPI/libocxl
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (1.0.0-beta2.tar.gz) = 424974f21691110eaf78c81dcb5691b0c3011bb45e444444933a02a40bac4834a301655598eb67f1492a526af8e4498ad9951aa2632d9c97a9a685a941099f8d
|
||||
SHA512 (libocxl-1.0.0.tar.gz) = e9ab197ac0213d39cad6c0f82464ed1e0198b6a6fc29e5d1a6ef443b7d06878534313dc1ab309a3244d3e77eb6046d2552acd7134978f68d9c0a0ff06fbb8883
|
||||
|
Loading…
Reference in New Issue
Block a user