gcc4 update
This commit is contained in:
parent
a7fb3e0a21
commit
77b5b44eda
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: cdparanoia
|
Name: cdparanoia
|
||||||
Version: %{realver}
|
Version: %{realver}
|
||||||
Release: 24.2
|
Release: 25
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
Source: http://www.xiph.org/paranoia/download/%{name}-III-%{realver}.src.tgz
|
Source: http://www.xiph.org/paranoia/download/%{name}-III-%{realver}.src.tgz
|
||||||
@ -65,7 +65,7 @@ applications which read CD Digital Audio disks.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
export OPT="${CFLAGS:-%optflags} -O0"
|
export OPT="${CFLAGS:-%optflags} -O0 -Wno-pointer-sign -Wno-unused"
|
||||||
%configure --includedir=%{_includedir}/cdda
|
%configure --includedir=%{_includedir}/cdda
|
||||||
make OPT="$OPT"
|
make OPT="$OPT"
|
||||||
|
|
||||||
@ -121,6 +121,9 @@ fi
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 16 2005 Peter Jones <pjones@redhat.com> alpha9.8-25
|
||||||
|
- gcc4 rebuild and CFLAGS change
|
||||||
|
|
||||||
* Wed Feb 9 2005 Peter Jones <pjones@redhat.com> alpha9.8-24.2
|
* Wed Feb 9 2005 Peter Jones <pjones@redhat.com> alpha9.8-24.2
|
||||||
- Rebuild for new toolchain
|
- Rebuild for new toolchain
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user