import qatzip-1.0.9-1.el8
This commit is contained in:
parent
267810fac5
commit
b828cb2d2c
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
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
%global githubname QATzip
|
%global githubname QATzip
|
||||||
%global libqatzip_soversion 1
|
%global libqatzip_soversion 3
|
||||||
|
|
||||||
Name: qatzip
|
Name: qatzip
|
||||||
Version: 1.0.6
|
Version: 1.0.9
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Intel QuickAssist Technology (QAT) QATzip Library
|
Summary: Intel QuickAssist Technology (QAT) QATzip Library
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/intel/%{githubname}
|
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: gcc >= 4.8.5
|
||||||
BuildRequires: zlib-devel >= 1.2.7
|
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
|
# 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
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1987280
|
||||||
ExclusiveArch: x86_64
|
ExclusiveArch: x86_64
|
||||||
@ -45,14 +46,15 @@ This package contains headers and libraries required to build
|
|||||||
applications that use the QATzip APIs.
|
applications that use the QATzip APIs.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{githubname}-%{version}
|
%autosetup -p0 -n %{githubname}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%set_build_flags
|
%set_build_flags
|
||||||
|
|
||||||
|
autoreconf -vif
|
||||||
./configure \
|
./configure \
|
||||||
--bindir=%{_bindir} \
|
--bindir=%{_bindir} \
|
||||||
--sharedlib-dir=%{_libdir} \
|
--libdir=%{_libdir} \
|
||||||
--includedir=%{_includedir} \
|
--includedir=%{_includedir} \
|
||||||
--mandir=%{_mandir} \
|
--mandir=%{_mandir} \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
@ -62,6 +64,8 @@ applications that use the QATzip APIs.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
rm %{buildroot}/%{_libdir}/libqatzip.a
|
||||||
|
rm %{buildroot}/%{_libdir}/libqatzip.la
|
||||||
rm -vf %{buildroot}%{_mandir}/*.pdf
|
rm -vf %{buildroot}%{_mandir}/*.pdf
|
||||||
|
|
||||||
# Check section is not available for these functional and performance tests require special hardware.
|
# 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
|
%files libs
|
||||||
%license LICENSE*
|
%license LICENSE*
|
||||||
%{_libdir}/libqatzip.so.%{libqatzip_soversion}
|
%{_libdir}/libqatzip.so.%{libqatzip_soversion}*
|
||||||
%{_libdir}/libqatzip.so.%{version}
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc docs/QATzip-man.pdf
|
%doc docs/QATzip-man.pdf
|
||||||
@ -82,6 +85,10 @@ rm -vf %{buildroot}%{_mandir}/*.pdf
|
|||||||
%{_libdir}/libqatzip.so
|
%{_libdir}/libqatzip.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Oct 13 2021 Vladis Dronov <vdronov@redhat.com> - 1.0.6-5
|
||||||
- Add OSCI testing harness (bz 1747500)
|
- Add OSCI testing harness (bz 1747500)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user