Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
294d47fc49 | ||
|
d356a53e96 | ||
|
7a25a75dd1 |
@ -1,6 +1,6 @@
|
|||||||
Name: debugedit
|
Name: debugedit
|
||||||
Version: 5.0
|
Version: 5.0
|
||||||
Release: 2%{?dist}
|
Release: 5%{?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,15 @@ make check %{?_smp_mflags}
|
|||||||
%{_mandir}/man1/find-debuginfo.1*
|
%{_mandir}/man1/find-debuginfo.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* 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
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
* Fri Jul 30 2021 Mark Wielaard <mjw@fedoraproject.org> - 5.0-2
|
* Fri Jul 30 2021 Mark Wielaard <mjw@fedoraproject.org> - 5.0-2
|
||||||
- Add testsuite fix for GCC 11.2.1
|
- Add testsuite fix for GCC 11.2.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user