2021-07-29 10:38:19 +00:00
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
|
|
|
%global githubname QATzip
|
2022-08-08 14:35:11 +00:00
|
|
|
%global libqatzip_soversion 3
|
2021-07-29 10:38:19 +00:00
|
|
|
|
|
|
|
Name: qatzip
|
2023-03-29 14:24:51 +00:00
|
|
|
Version: 1.1.2
|
2023-07-21 15:46:44 +00:00
|
|
|
Release: 2%{?dist}
|
2021-07-29 10:38:19 +00:00
|
|
|
Summary: Intel QuickAssist Technology (QAT) QATzip Library
|
|
|
|
License: BSD
|
|
|
|
URL: https://github.com/intel/%{githubname}
|
2022-08-08 14:35:11 +00:00
|
|
|
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
2021-07-29 10:38:19 +00:00
|
|
|
|
|
|
|
BuildRequires: gcc >= 4.8.5
|
|
|
|
BuildRequires: zlib-devel >= 1.2.7
|
2022-11-29 13:42:03 +00:00
|
|
|
BuildRequires: qatlib-devel >= 22.07.0
|
2022-08-08 14:35:11 +00:00
|
|
|
BuildRequires: autoconf automake libtool make lz4-devel
|
2021-07-29 10:38:19 +00:00
|
|
|
# The purpose of the package is to support hardware that only exists on x86_64 platforms
|
2021-09-12 03:47:22 +00:00
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1987280
|
2021-07-29 10:38:19 +00:00
|
|
|
ExclusiveArch: x86_64
|
|
|
|
|
|
|
|
%description
|
|
|
|
QATzip is a user space library which builds on top of the Intel
|
|
|
|
QuickAssist Technology user space library, to provide extended
|
|
|
|
accelerated compression and decompression services by offloading the
|
|
|
|
actual compression and decompression request(s) to the Intel Chipset
|
|
|
|
Series. QATzip produces data using the standard gzip* format
|
|
|
|
(RFC1952) with extended headers. The data can be decompressed with a
|
|
|
|
compliant gzip* implementation. QATzip is designed to take full
|
|
|
|
advantage of the performance provided by Intel QuickAssist
|
|
|
|
Technology.
|
|
|
|
|
|
|
|
%package libs
|
|
|
|
Summary: Libraries for the qatzip package
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
This package contains libraries for applications to use
|
|
|
|
the QATzip APIs.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development components for the libqatzip package
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains headers and libraries required to build
|
|
|
|
applications that use the QATzip APIs.
|
|
|
|
|
|
|
|
%prep
|
2022-02-09 14:20:42 +00:00
|
|
|
%autosetup -p0 -n %{githubname}-%{version}
|
2021-07-29 10:38:19 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%set_build_flags
|
|
|
|
|
2022-08-08 14:35:11 +00:00
|
|
|
autoreconf -vif
|
2021-07-29 10:38:19 +00:00
|
|
|
./configure \
|
|
|
|
--bindir=%{_bindir} \
|
2022-08-08 14:35:11 +00:00
|
|
|
--libdir=%{_libdir} \
|
2021-07-29 10:38:19 +00:00
|
|
|
--includedir=%{_includedir} \
|
|
|
|
--mandir=%{_mandir} \
|
|
|
|
--prefix=%{_prefix} \
|
|
|
|
--enable-symbol
|
|
|
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
2022-08-08 14:35:11 +00:00
|
|
|
rm %{buildroot}/%{_libdir}/libqatzip.a
|
|
|
|
rm %{buildroot}/%{_libdir}/libqatzip.la
|
2021-07-29 10:38:19 +00:00
|
|
|
rm -vf %{buildroot}%{_mandir}/*.pdf
|
|
|
|
|
|
|
|
# Check section is not available for these functional and performance tests require special hardware.
|
|
|
|
|
|
|
|
%files
|
|
|
|
%license LICENSE*
|
|
|
|
%{_mandir}/man1/qzip.1*
|
|
|
|
%{_bindir}/qzip
|
|
|
|
|
|
|
|
%files libs
|
|
|
|
%license LICENSE*
|
2022-08-08 14:35:11 +00:00
|
|
|
%{_libdir}/libqatzip.so.%{libqatzip_soversion}*
|
2021-07-29 10:38:19 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%doc docs/QATzip-man.pdf
|
|
|
|
%{_includedir}/qatzip.h
|
|
|
|
%{_libdir}/libqatzip.so
|
2023-01-11 18:56:41 +00:00
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2021-07-29 10:38:19 +00:00
|
|
|
|
|
|
|
%changelog
|
2023-07-21 15:46:44 +00:00
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-03-29 14:24:51 +00:00
|
|
|
* Mon Mar 06 2023 xinghong <xinghong.chen@intel.com> - 1.1.2-1
|
|
|
|
- Update to qatzip v1.1.2
|
|
|
|
- Update README, update driver configure files
|
|
|
|
- Fix some bugs
|
|
|
|
|
2023-01-20 18:48:54 +00:00
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2023-01-11 18:56:41 +00:00
|
|
|
* Wed Jan 11 2023 Vladis Dronov <vdronov@redhat.com> - 1.1.1-1
|
|
|
|
- Update to qatzip v1.1.1
|
|
|
|
- Add support for pkgconfig
|
|
|
|
|
2022-11-24 12:44:25 +00:00
|
|
|
* Thu Nov 24 2022 Vladis Dronov <vdronov@redhat.com> - 1.1.0-1
|
|
|
|
- Rebuild for qatzip v1.1.0
|
|
|
|
|
2022-08-08 14:35:11 +00:00
|
|
|
* Mon Aug 08 2022 Vladis Dronov <vdronov@redhat.com> - 1.0.9-1
|
|
|
|
- Rebuild for qatzip v1.0.9
|
|
|
|
- Update to require qatlib-devel >= 22.07.0 due to soversion bump
|
|
|
|
|
2022-07-22 23:50:54 +00:00
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-02-09 14:20:42 +00:00
|
|
|
* Wed Feb 09 2022 Vladis Dronov <vdronov@redhat.com> - 1.0.7-1
|
|
|
|
- Rebuild for qatzip v1.0.7
|
|
|
|
- Fix snprintf truncation check (bz 2046925)
|
|
|
|
- Add -fstack-protector-strong build option (bz 2044889)
|
|
|
|
|
2022-01-21 16:52:42 +00:00
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-09-13 09:20:24 +00:00
|
|
|
* Mon Sep 13 2021 zm627 <zheng.ma@intel.com> - 1.0.6-3
|
|
|
|
- Rebuild for qatzip v1.0.6
|
|
|
|
|
2021-09-12 05:14:17 +00:00
|
|
|
* Sun Sep 12 2021 zm627 <zheng.ma@intel.com> - 1.0.6-2
|
|
|
|
- Upload new qatzip source package and rebuild
|
|
|
|
|
2021-09-12 04:27:14 +00:00
|
|
|
* Sun Sep 12 2021 zm627 <zheng.ma@intel.com> - 1.0.6-1
|
|
|
|
- Update to latest qatlib and qatzip upstream release
|
|
|
|
|
2021-09-12 03:47:22 +00:00
|
|
|
* Sun Sep 12 2021 zm627 <zheng.ma@intel.com> - 1.0.5-3
|
|
|
|
- Add ExcludeArch ticket number
|
|
|
|
|
2021-09-12 03:12:14 +00:00
|
|
|
* Sun Sep 12 2021 zm627 <zheng.ma@intel.com> - 1.0.5-2
|
|
|
|
- Rebuilt for qatlib v21.08
|
|
|
|
|
2021-07-29 10:38:19 +00:00
|
|
|
* Tue Jul 13 2021 Ma Zheng <zheng.ma@intel.com> - 1.0.5-1
|
|
|
|
- Initial version of RPM Package
|