diff --git a/download b/download deleted file mode 100644 index 5936fcfcbe48a6bc1a926d3e95dd4f5983877c13..0000000000000000000000000000000000000000 --- a/download +++ /dev/null @@ -1 +0,0 @@ -950247568419096d6b0b934bb852ceb6 qatengine-0.6.10.tar.gz diff --git a/qatengine.spec b/qatengine.spec index 6f2372cba40b72839ae052214070eed4e7c4ec74..7fe284f891124383d44df9fe32fab3b22f565681 100644 --- a/qatengine.spec +++ b/qatengine.spec @@ -1,26 +1,22 @@ -# SPDX-License-Identifier: MIT +%define anolis_release 1 %global githubname QAT_Engine %global enginesdir %(pkg-config --variable=enginesdir libcrypto) Name: qatengine -Version: 0.6.10 -Release: 1%{?dist} +Version: 0.6.16 +Release: %{anolis_release}%{?dist} Summary: Intel QuickAssist Technology (QAT) OpenSSL Engine -# Most of the source code is BSD, with the following exceptions: -# - e_qat.txt, e_qat_err.c, and e_qat_err.h are OpenSSL -# - qat/config/* are (BSD or GPLv2), but are not used during compilation -# - qat_contig_mem/* are GPLv2, but are not used during compilation License: BSD and OpenSSL URL: https://github.com/intel/%{githubname} -Source0: https://github.com/intel/%{githubname}/archive/v%{version}/%{name}-%{version}.tar.gz +Source0: https://github.com/intel/%{githubname}/archive/v%{version}/v%{version}.tar.gz BuildRequires: gcc make pkg-config BuildRequires: autoconf automake libtool BuildRequires: openssl-devel >= 1.1.1 BuildRequires: qatlib-devel >= 21.08.0 -# https://bugzilla.redhat.com/show_bug.cgi?id=1909065 -ExcludeArch: %{arm} aarch64 %{power64} s390x i686 + +ExclusiveArch: x86_64 %description This package provides the Intel QuickAssist Technology OpenSSL Engine @@ -28,8 +24,16 @@ This package provides the Intel QuickAssist Technology OpenSSL Engine for both hardware and optimized software using Intel QuickAssist Technology enabled Intel platforms. +%package doc +Summary: Documentation files for %{name} +Requires: %{name} = %{version}-%{release} +BuildArch: noarch + +%description doc +The %{name}-doc package contains documentation files for %{name}. + %prep -%autosetup -n %{githubname}-%{version} +%autosetup -n %{githubname}-%{version} -p1 %build autoreconf -ivf @@ -39,35 +43,15 @@ autoreconf -ivf %install %make_install +rm -rf %{buildroot}%{enginesdir}/qatengine.la + %files %license LICENSE* -%doc README.md docs* %{enginesdir}/qatengine.so -%exclude %{enginesdir}/qatengine.la - -%changelog -* Mon Nov 15 2021 Vladis Dronov - 0.6.10-1 -- Update to qatengine v0.6.10 (bz 1995565) -* Fri Aug 27 2021 Vladis Dronov - 0.6.7-1 -- Update to qatengine v0.6.7 (bz 1920338) - -* Tue Jun 8 2021 Vladis Dronov - 0.6.6-1 -- Update to qatengine v0.6.6 (bz 1920338) - -* Tue Feb 9 2021 Vladis Dronov - 0.6.3-3 -- Add OSCI testing harness (bz 1924868) - -* Wed Jan 27 2021 Fedora Release Engineering - 0.6.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Mon Nov 30 2020 Yogaraj Alamenda 0.6.3-1 -- Update to qatengine v0.6.3 -- Update License and library installation - -* Wed Nov 18 2020 Dinesh Balakrishnan 0.6.2-1 -- Update to qatengine v0.6.2 -- Address review comments +%files doc +%doc README.md docs* -* Tue Sep 08 2020 Dinesh Balakrishnan 0.6.1-1 -- Initial version of rpm package +%changelog +* Thu Oct 13 2022 happy_orange - 0.6.16-1 +- Init package from upstream diff --git a/v0.6.16.tar.gz b/v0.6.16.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..41d1fb547c99e5aad13bb00ac34aaea238bb43ed Binary files /dev/null and b/v0.6.16.tar.gz differ