import check-0.15.2-6.el9

This commit is contained in:
CentOS Sources 2021-12-07 13:23:25 -05:00 committed by Stepan Oksanichenko
parent b0c4f20aa3
commit 1a8bb8a162

View File

@ -1,6 +1,6 @@
Name: check
Version: 0.15.2
Release: 5%{?dist}
Release: 6%{?dist}
Summary: A unit test framework for C
Source0: https://github.com/libcheck/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
License: LGPLv2+
@ -68,6 +68,9 @@ find . -name .cvsignore -delete
# Regenerate configure due to patch 0
autoreconf -ivf
# Fix libdir for the cmake build
sed -i 's,set(libdir .*),set(libdir "%{_libdir}"),' CMakeLists.txt
%build
# The autotools build does not create the cmake files.
# The cmake build does not create the info or aclocal files.
@ -142,6 +145,9 @@ cd -
%{_mandir}/man1/checkmk.1*
%changelog
* Tue Oct 26 2021 Peter Hutterer <peter.hutterer@redhat.com> 0.15.2-6
- Fix the pkgconfig file for lib64 (#2016941)
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.15.2-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688