Blame SPECS/qatengine.spec

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