Compare commits
No commits in common. "c9-beta" and "imports/c9-beta/speech-tools-2.5-17.el9" have entirely different histories.
c9-beta
...
imports/c9
@ -1,6 +1,6 @@
|
|||||||
Name: speech-tools
|
Name: speech-tools
|
||||||
Version: 2.5
|
Version: 2.5
|
||||||
Release: 18%{?dist}
|
Release: 17%{?dist}
|
||||||
Summary: Edinburgh speech tools library
|
Summary: Edinburgh speech tools library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -34,7 +34,7 @@ and some basic signal processing software.
|
|||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
# The following make invocation is necessary because configure does not honor the default compiler flags and ignoring those breaks the debuginfo package generation. Also, it disables problematic parallel make.
|
# The following make invocation is necessary because configure does not honor the default compiler flags and ignoring those breaks the debuginfo package generation. Also, it disables problematic parallel make.
|
||||||
%__make CFLAGS="%{optflags} -fPIC -flto -fno-lto" CXXFLAGS="%{optflags} -fPIC -flto -fno-lto -Wl,-z,now" LDFLAGS="$LDFLAGS -flto -fno-lto"
|
%__make CFLAGS="%{optflags} -fPIC -flto -fno-lto" CXXFLAGS="%{optflags} -fPIC -flto -fno-lto" LDFLAGS="$LDFLAGS -flto -fno-lto"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{_bindir}
|
mkdir -p %{buildroot}%{_bindir}
|
||||||
@ -104,10 +104,6 @@ but they might be depended upon by some third-party developers as well.
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jan 26 2022 Matthias Clasen <mclasen@redhat.com> - 2.5-18
|
|
||||||
- Link with -Wl,-z,now
|
|
||||||
Resolves: rhbz#2044891
|
|
||||||
|
|
||||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.5-17
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.5-17
|
||||||
- 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