5.0-4 - Remove no-op sed before check
This commit is contained in:
parent
7a25a75dd1
commit
d356a53e96
@ -1,6 +1,6 @@
|
|||||||
Name: debugedit
|
Name: debugedit
|
||||||
Version: 5.0
|
Version: 5.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Tools for debuginfo creation
|
Summary: Tools for debuginfo creation
|
||||||
License: GPLv3+ and GPLv2+ and LGPLv2+
|
License: GPLv3+ and GPLv2+ and LGPLv2+
|
||||||
URL: https://sourceware.org/debugedit/
|
URL: https://sourceware.org/debugedit/
|
||||||
@ -66,8 +66,6 @@ ln -s find-debuginfo find-debuginfo.sh
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
# The testsuite should be zero fail.
|
# The testsuite should be zero fail.
|
||||||
# It uses its own CFLAGS and LDFLAGS settings.
|
|
||||||
sed -i 's/^\(C\|LD\)FLAGS=.*/\1FLAGS=""/' tests/atlocal
|
|
||||||
make check %{?_smp_mflags}
|
make check %{?_smp_mflags}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -82,6 +80,9 @@ make check %{?_smp_mflags}
|
|||||||
%{_mandir}/man1/find-debuginfo.1*
|
%{_mandir}/man1/find-debuginfo.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 10 2022 Romanos Skiadas <rom.skiad@gmail.com> - 5.0-4
|
||||||
|
- Remove CFLAGS/LDFLAGS sed as they are already set to "" by debugedit
|
||||||
|
|
||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-3
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user