parent
0d57612829
commit
142f05eab6
@ -1,6 +1,6 @@
|
|||||||
Name: check
|
Name: check
|
||||||
Version: 0.15.2
|
Version: 0.15.2
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: A unit test framework for C
|
Summary: A unit test framework for C
|
||||||
Source0: https://github.com/libcheck/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/libcheck/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -68,6 +68,9 @@ find . -name .cvsignore -delete
|
|||||||
# Regenerate configure due to patch 0
|
# Regenerate configure due to patch 0
|
||||||
autoreconf -ivf
|
autoreconf -ivf
|
||||||
|
|
||||||
|
# Fix libdir for the cmake build
|
||||||
|
sed -i 's,set(libdir .*),set(libdir "%{_libdir}"),' CMakeLists.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# The autotools build does not create the cmake files.
|
# The autotools build does not create the cmake files.
|
||||||
# The cmake build does not create the info or aclocal files.
|
# The cmake build does not create the info or aclocal files.
|
||||||
@ -142,6 +145,9 @@ cd -
|
|||||||
%{_mandir}/man1/checkmk.1*
|
%{_mandir}/man1/checkmk.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.15.2-5
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
Loading…
Reference in New Issue
Block a user