Update config.guess/sub for new architecture support

This commit is contained in:
Peter Robinson 2014-06-10 11:59:46 +01:00
parent cdc49690c5
commit f015525552

View File

@ -1,7 +1,7 @@
Name: libtheora
Epoch: 1
Version: 1.1.1
Release: 10%{?dist}
Release: 11%{?dist}
Summary: Theora Video Compression Codec
Group: System Environment/Libraries
License: BSD
@ -74,6 +74,8 @@ with theora bitstreams.
# no custom CFLAGS please
sed -i 's/CFLAGS="$CFLAGS $cflags_save"/CFLAGS="$cflags_save"/g' configure
# Update config.guess/sub to fix builds on new architectures (aarch64/ppc64le)
cp /usr/lib/rpm/config.* .
%build
./autogen.sh
@ -120,6 +122,9 @@ install -m 755 examples/.libs/png2theora $RPM_BUILD_ROOT/%{_bindir}/png2theora
%changelog
* Tue Jun 10 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.1-11
- Update config.guess/sub for new architecture support
* Mon Jun 09 2014 Adam Jackson <ajax@redhat.com> 1.1.1-10
- Fix FTBFS due to underlinked examples