Include missing header

epel9
Christoph Junghans 6 years ago
parent 1f00e557de
commit d5c9487fe6

@ -1,6 +1,6 @@
Name: libaec Name: libaec
Version: 1.0.3 Version: 1.0.3
Release: 2%{?dist} Release: 3%{?dist}
Summary: Adaptive Entropy Coding library Summary: Adaptive Entropy Coding library
License: BSD License: BSD
Url: https://gitlab.dkrz.de/k202009/libaec Url: https://gitlab.dkrz.de/k202009/libaec
@ -8,7 +8,7 @@ Source0: https://gitlab.dkrz.de/k202009/libaec/-/archive/v%{version}/liba
Source1: http://cwe.ccsds.org/sls/docs/SLS-DC/BB121B2TestData/121B2TestData.zip Source1: http://cwe.ccsds.org/sls/docs/SLS-DC/BB121B2TestData/121B2TestData.zip
BuildRequires: gcc BuildRequires: gcc
BuildRequires: %{?fedora:cmake >= 3.1}%{?rhel:cmake3 >= 3.1} BuildRequires: cmake3 >= 3.1
%description %description
Libaec provides fast loss-less compression of 1 up to 32 bit wide Libaec provides fast loss-less compression of 1 up to 32 bit wide
@ -46,6 +46,8 @@ popd
%install %install
%make_install -C build %make_install -C build
cp -a build/config.h %{buildroot}%{_includedir}/%{name}_config.h
sed -i '/include/s/config.h/%{name}_&/' %{buildroot}%{_includedir}/szlib.h
%check %check
make -C build test CTEST_OUTPUT_ON_FAILURE=1 make -C build test CTEST_OUTPUT_ON_FAILURE=1
@ -64,6 +66,9 @@ make -C build test CTEST_OUTPUT_ON_FAILURE=1
%{_libdir}/lib*.so %{_libdir}/lib*.so
%changelog %changelog
* Sat Feb 09 2019 Christoph Junghans <junghans@votca.org> - 1.0.3-3
- Include missing header
* Tue Feb 05 2019 Christoph Junghans <junghans@votca.org> - 1.0.3-2 * Tue Feb 05 2019 Christoph Junghans <junghans@votca.org> - 1.0.3-2
- Enable all tests - Enable all tests

Loading…
Cancel
Save