libocxl/libocxl.spec

83 lines
2.4 KiB
RPMSpec
Raw Normal View History

Name: libocxl
Version: 1.1.0
Release: 2%{?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}.tar.gz
ExclusiveArch: ppc64le
BuildRequires: gcc
BuildRequires: doxygen
%description
Access library which allows to implement a user-space
driver for an OpenCAPI accelerator.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
Recommends: %{name}-docs
%package docs
Summary: Documentation files for %{name}
BuildArch: noarch
%description devel
The *-devel package contains header file and man pages for
developing applications that use %{name}.
%description docs
The *-docs package contains doxygen pages for
developing applications that use %{name}.
%prep
2018-06-07 09:23:19 +00:00
%autosetup -p1
%build
2018-06-07 09:23:19 +00:00
LDFLAGS="%{build_ldflags}" CFLAGS="%{build_cflags}" make %{?_smp_mflags} V=1
%install
%make_install PREFIX=%{_prefix}
%files
%license COPYING
%doc README.md
%{_libdir}/libocxl.so.*
%files devel
%{_includedir}/*
%{_libdir}/libocxl.so
%{_mandir}/man3/*
%files docs
%{_pkgdocdir}
%changelog
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Aug 31 2018 michel normand <normand@linux.vnet.ibm.com> 1.1.0-1
- updated to 1.1.0
Requires Linux headers >= 4.18 to compile
Add support for POWER9 wake_host_thread/wait
(requires a compiler with GNU extensions for inline assembler)
Generate warnings on ignored return values
Use opaque structs rather than void pointers for ocxl handles
(this should be transparent to callers)
Verified GCC 4-8 & Clang 3.6.2-6.0.1 produce correct machine code
for OpenCAPI, and whitelisted them
Verify & enforce that we compile with strict ANSI C (2011)
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
2018-06-07 09:23:19 +00:00
* 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