import qatzip-1.0.9-1.el8
This commit is contained in:
parent
8f0b33ff82
commit
fa1a131d01
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/qatzip-1.0.6.tar.gz
|
||||
SOURCES/qatzip-1.0.9.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
4d1182cf2051d64497bdb573b1f1d3a3d5e85d4f SOURCES/qatzip-1.0.6.tar.gz
|
||||
50c6dfb8f3eb44bd098588ffcbbe84911346bbc0 SOURCES/qatzip-1.0.9.tar.gz
|
||||
|
@ -1,19 +1,20 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
%global githubname QATzip
|
||||
%global libqatzip_soversion 1
|
||||
%global libqatzip_soversion 3
|
||||
|
||||
Name: qatzip
|
||||
Version: 1.0.6
|
||||
Release: 5%{?dist}
|
||||
Version: 1.0.9
|
||||
Release: 1%{?dist}
|
||||
Summary: Intel QuickAssist Technology (QAT) QATzip Library
|
||||
License: BSD
|
||||
URL: https://github.com/intel/%{githubname}
|
||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc >= 4.8.5
|
||||
BuildRequires: zlib-devel >= 1.2.7
|
||||
BuildRequires: qatlib-devel >= 21.08.0
|
||||
BuildRequires: qatlib-devel >= 22.07.0
|
||||
BuildRequires: autoconf automake libtool make lz4-devel
|
||||
# The purpose of the package is to support hardware that only exists on x86_64 platforms
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1987280
|
||||
ExclusiveArch: x86_64
|
||||
@ -45,14 +46,15 @@ This package contains headers and libraries required to build
|
||||
applications that use the QATzip APIs.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{githubname}-%{version}
|
||||
%autosetup -p0 -n %{githubname}-%{version}
|
||||
|
||||
%build
|
||||
%set_build_flags
|
||||
|
||||
autoreconf -vif
|
||||
./configure \
|
||||
--bindir=%{_bindir} \
|
||||
--sharedlib-dir=%{_libdir} \
|
||||
--libdir=%{_libdir} \
|
||||
--includedir=%{_includedir} \
|
||||
--mandir=%{_mandir} \
|
||||
--prefix=%{_prefix} \
|
||||
@ -62,6 +64,8 @@ applications that use the QATzip APIs.
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm %{buildroot}/%{_libdir}/libqatzip.a
|
||||
rm %{buildroot}/%{_libdir}/libqatzip.la
|
||||
rm -vf %{buildroot}%{_mandir}/*.pdf
|
||||
|
||||
# Check section is not available for these functional and performance tests require special hardware.
|
||||
@ -73,8 +77,7 @@ rm -vf %{buildroot}%{_mandir}/*.pdf
|
||||
|
||||
%files libs
|
||||
%license LICENSE*
|
||||
%{_libdir}/libqatzip.so.%{libqatzip_soversion}
|
||||
%{_libdir}/libqatzip.so.%{version}
|
||||
%{_libdir}/libqatzip.so.%{libqatzip_soversion}*
|
||||
|
||||
%files devel
|
||||
%doc docs/QATzip-man.pdf
|
||||
@ -82,6 +85,10 @@ rm -vf %{buildroot}%{_mandir}/*.pdf
|
||||
%{_libdir}/libqatzip.so
|
||||
|
||||
%changelog
|
||||
* Mon Aug 08 2022 Vladis Dronov <vdronov@redhat.com> - 1.0.9-1
|
||||
- Rebuild for qatzip v1.0.9 (bz 2048039)
|
||||
- Update to require qatlib-devel >= 22.07.0 due to soversion bump
|
||||
|
||||
* Wed Oct 13 2021 Vladis Dronov <vdronov@redhat.com> - 1.0.6-5
|
||||
- Add OSCI testing harness (bz 1747500)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user