Blame qatengine.spec

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