Blame SPECS/qatengine.spec

6d1b56
# SPDX-License-Identifier: MIT
6d1b56
6d1b56
%global githubname QAT_Engine
6d1b56
%global enginesdir %(pkg-config --variable=enginesdir libcrypto)
6d1b56
6d1b56
Name:           qatengine
6d1b56
Version:        0.6.3
6d1b56
Release:        3%{?dist}
6d1b56
Summary:        Intel QuickAssist Technology (QAT) OpenSSL Engine
6d1b56
# Most of the source code is BSD, with the following exceptions:
6d1b56
#  - e_qat.txt, e_qat_err.c, and e_qat_err.h are OpenSSL
6d1b56
#  - qat/config/* are (BSD or GPLv2), but are not used during compilation
6d1b56
#  - qat_contig_mem/* are GPLv2, but are not used during compilation
6d1b56
License:        BSD and OpenSSL
6d1b56
URL:            https://github.com/intel/%{githubname}
6d1b56
Source0:        https://github.com/intel/%{githubname}/archive/v%{version}/%{name}-%{version}.tar.gz
6d1b56
6d1b56
BuildRequires:  gcc make pkg-config
6d1b56
BuildRequires:  autoconf automake libtool
6d1b56
BuildRequires:  openssl-devel >= 1.1.1
6d1b56
BuildRequires:  qatlib-devel >= 20.10.0
6d1b56
# https://bugzilla.redhat.com/show_bug.cgi?id=1909065
6d1b56
ExcludeArch:    %{arm} aarch64 %{power64} s390x i686
6d1b56
6d1b56
%description
6d1b56
This package provides the Intel QuickAssist Technology OpenSSL Engine
6d1b56
(an OpenSSL Plug-In Engine) which provides cryptographic acceleration
6d1b56
for both hardware and optimized software using Intel QuickAssist Technology
6d1b56
enabled Intel platforms.
6d1b56
6d1b56
%prep
6d1b56
%autosetup -n %{githubname}-%{version}
6d1b56
6d1b56
%build
6d1b56
autoreconf -ivf
6d1b56
%configure
6d1b56
%make_build
6d1b56
6d1b56
%install
6d1b56
%make_install
6d1b56
6d1b56
%files
6d1b56
%license LICENSE*
6d1b56
%doc README.md
6d1b56
%{enginesdir}/qatengine.so
6d1b56
%exclude %{enginesdir}/qatengine.la
6d1b56
6d1b56
%changelog
6d1b56
* Tue Feb  9 2021 Vladis Dronov <vdronov@redhat.com> - 0.6.3-3
6d1b56
- Add OSCI testing harness (bz 1924868)
6d1b56
6d1b56
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-2
6d1b56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
6d1b56
6d1b56
* Mon Nov 30 2020 Yogaraj Alamenda <yogarajx.alamenda@intel.com> 0.6.3-1
6d1b56
- Update to qatengine v0.6.3
6d1b56
- Update License and library installation
6d1b56
6d1b56
* Wed Nov 18 2020 Dinesh Balakrishnan <dineshx.balakrishnan@intel.com> 0.6.2-1
6d1b56
- Update to qatengine v0.6.2
6d1b56
- Address review comments
6d1b56
6d1b56
* Tue Sep 08 2020 Dinesh Balakrishnan <dineshx.balakrishnan@intel.com> 0.6.1-1
6d1b56
- Initial version of rpm package