Blame SPECS/qatengine.spec

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