diff --git a/fftw.spec b/fftw.spec index 827c378ca7cb73e6054f7bee6eb5edeba0760334..bec8bd0a9f5499fb66eb56de52c27f5b7d3a9289 100644 --- a/fftw.spec +++ b/fftw.spec @@ -1,3 +1,4 @@ +%define debug_package %{nil} %bcond_with openmpi %bcond_with mpich @@ -10,7 +11,7 @@ Name: fftw Version: 3.3.8 -Release: 7 +Release: 8 Summary: A C subroutine library for computing the discrete Fourier transform License: GPLv2+ URL: http://www.fftw.org @@ -358,8 +359,10 @@ fi %files %{_bindir}/fftw*-wisdom* +%exclude /usr/lib/debug/usr/bin/fftw*-wisdom* %files libs +%exclude /usr/lib/debug/usr/lib64/ %files libs-single %license COPYING COPYRIGHT @@ -456,6 +459,9 @@ fi %endif %changelog +* Mon Mar 28 2022 baizhonggui - 3.3.8-8 +- fix build fail + * Tue May 26 2020 Captain Wei - 3.3.8-7 - isable quad-precision compile tempoary