libisal/libisal.spec

70 lines
1.8 KiB
RPMSpec
Raw Normal View History

2020-06-10 11:00:41 +08:00
%define tarname isa-l
Name: libisal
Version: 2.29.0
2020-09-10 18:41:51 +08:00
Release: 2
2020-06-10 11:00:41 +08:00
Summary: Intel(R) Intelligent Storage Acceleration Library
License: BSD
URL: https://01.org/intel®-storage-acceleration-library-open-source-version/
Source0: https://github.com/intel/isa-l/archive/v%{version}.tar.gz
BuildRequires: yasm-devel
BuildRequires: automake >= 1.14
BuildRequires: libtool
Requires: yasm
%description
Collection of low-level functions used in storage applications.
Contains fast erasure codes that implement a general
Reed-Solomon type encoding for blocks of data that helps protect against
erasure of whole blocks. The general ISA-L library contains an expanded
set of functions used for data protection, hashing, encryption, etc.
.
This package contains the shared library.
%package devel
Summary: Intel(R) Intelligent Storage Acceleration Library - devel files
2020-09-10 18:41:51 +08:00
Requires: %{name} = %{version}
2020-06-10 11:00:41 +08:00
%description devel
Collection of low-level functions used in storage applications.
Contains fast erasure codes that implement a general
Reed-Solomon type encoding for blocks of data that helps protect against
erasure of whole blocks. The general ISA-L library contains an expanded
set of functions used for data protection, hashing, encryption, etc.
.
This package contains the development files needed to build against the shared
library.
%prep
%setup -q -n %{tarname}-%{version}
./autogen.sh
%build
%configure
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
%files
%doc
%{_bindir}/*
%{_libdir}/*
%{_mandir}/*
%files devel
%{_includedir}/*
%changelog
2020-09-10 18:41:51 +08:00
* Thu Sep 10 2020 Guoshuai Sun <sunguoshuai@huawei.com> - 2.29.0-2
- Change libisal-devel install deps from libisal-common to libisal
2022-06-15 02:29:41 +00:00
* Wed Jun 10 2020 Yikun Jiang <yikunkero@gmail.com> - 2.29.0
2020-06-10 11:00:41 +08:00
- Init 2.29.0 version