Blame SPECS/qatengine.spec

7a192b
# SPDX-License-Identifier: MIT
7a192b
7a192b
%global githubname QAT_Engine
7a192b
%global enginesdir %(pkg-config --variable=enginesdir libcrypto)
7a192b
7a192b
Name:           qatengine
5df8e4
Version:        0.6.10
7a192b
Release:        1%{?dist}
7a192b
Summary:        Intel QuickAssist Technology (QAT) OpenSSL Engine
7a192b
# Most of the source code is BSD, with the following exceptions:
7a192b
#  - e_qat.txt, e_qat_err.c, and e_qat_err.h are OpenSSL
7a192b
#  - qat/config/* are (BSD or GPLv2), but are not used during compilation
7a192b
#  - qat_contig_mem/* are GPLv2, but are not used during compilation
7a192b
License:        BSD and OpenSSL
7a192b
URL:            https://github.com/intel/%{githubname}
7a192b
Source0:        https://github.com/intel/%{githubname}/archive/v%{version}/%{name}-%{version}.tar.gz
7a192b
7a192b
BuildRequires:  gcc make pkg-config
7a192b
BuildRequires:  autoconf automake libtool
7a192b
BuildRequires:  openssl-devel >= 1.1.1
5df8e4
BuildRequires:  qatlib-devel >= 21.08.0
7a192b
# https://bugzilla.redhat.com/show_bug.cgi?id=1909065
7a192b
ExcludeArch:    %{arm} aarch64 %{power64} s390x i686
7a192b
7a192b
%description
7a192b
This package provides the Intel QuickAssist Technology OpenSSL Engine
7a192b
(an OpenSSL Plug-In Engine) which provides cryptographic acceleration
7a192b
for both hardware and optimized software using Intel QuickAssist Technology
7a192b
enabled Intel platforms.
7a192b
7a192b
%prep
7a192b
%autosetup -n %{githubname}-%{version}
7a192b
7a192b
%build
7a192b
autoreconf -ivf
7a192b
%configure
7a192b
%make_build
7a192b
7a192b
%install
7a192b
%make_install
7a192b
7a192b
%files
7a192b
%license LICENSE*
7a192b
%doc README.md docs*
7a192b
%{enginesdir}/qatengine.so
7a192b
%exclude %{enginesdir}/qatengine.la
7a192b
7a192b
%changelog
5df8e4
* Mon Nov 15 2021 Vladis Dronov <vdronov@redhat.com> - 0.6.10-1
5df8e4
- Update to qatengine v0.6.10 (bz 2012945)
5df8e4
- Add OSCI testing harness
5df8e4
7a192b
* Wed Aug 18 2021 Vladis Dronov <vdronov@redhat.com> - 0.6.7-1
7a192b
- Update to qatengine v0.6.7 with openssl-3 support (bz 1874206, bz 1953498)
7a192b
- Add documentation files to a package
7a192b
7a192b
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.6.4-4
7a192b
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
7a192b
  Related: rhbz#1991688
7a192b
7a192b
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.6.4-3
7a192b
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
7a192b
7a192b
* Fri Dec 11 2020 Yogaraj Alamenda <yogarajx.alamenda@intel.com> 0.6.4-1
7a192b
- Update to qatengine v0.6.4
7a192b
7a192b
* Mon Nov 30 2020 Yogaraj Alamenda <yogarajx.alamenda@intel.com> 0.6.3-1
7a192b
- Update to qatengine v0.6.3
7a192b
- Update License and library installation
7a192b
7a192b
* Wed Nov 18 2020 Dinesh Balakrishnan <dineshx.balakrishnan@intel.com> 0.6.2-1
7a192b
- Update to qatengine v0.6.2
7a192b
- Address review comments
7a192b
7a192b
* Tue Sep 08 2020 Dinesh Balakrishnan <dineshx.balakrishnan@intel.com> 0.6.1-1
7a192b
- Initial version of rpm package