From 3bfea6a864e1ad1419a5c96d944ebee4eefc1e61 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Apr 26 2013 19:05:49 +0000 Subject: BR automake autoconf libtool and reconf for aarch64 updates (#925503). - Update configure.in and rename it to configure.ac. --- diff --git a/gstfcdec-0.2-configure.patch b/gstfcdec-0.2-configure.patch new file mode 100644 index 0000000..c97791e --- /dev/null +++ b/gstfcdec-0.2-configure.patch @@ -0,0 +1,14 @@ +diff -Nur gstreamer-plugin-fc-0.2-orig/configure.in gstreamer-plugin-fc-0.2/configure.in +--- gstreamer-plugin-fc-0.2-orig/configure.in 2010-06-19 21:14:37.000000000 +0200 ++++ gstreamer-plugin-fc-0.2/configure.in 2013-04-26 20:58:44.977205773 +0200 +@@ -1,6 +1,7 @@ +-AC_INIT(gstfcdec.c) +-AM_INIT_AUTOMAKE(gstreamer-plugin-fc, 0.2) +-AC_CONFIG_HEADERS(config.h) ++AC_INIT([gstfcdec], [0.2]) ++AM_INIT_AUTOMAKE([foreign]) ++AC_CONFIG_SRCDIR([gstfcdec.c]) ++AC_CONFIG_HEADERS([config.h]) + AC_CONFIG_MACRO_DIR([m4]) + + AC_CANONICAL_HOST diff --git a/gstreamer-plugins-fc.spec b/gstreamer-plugins-fc.spec index f605dd2..ecf1867 100644 --- a/gstreamer-plugins-fc.spec +++ b/gstreamer-plugins-fc.spec @@ -3,7 +3,7 @@ Name: gstreamer-plugins-fc Version: 0.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Future Composer input plugin for GStreamer Group: Applications/Multimedia License: GPLv2+ @@ -16,6 +16,10 @@ BuildRequires: libfc14audiodecoder-devel # for %%{_libdir}/gstreamer-%%{gst_majorminor} Requires: gstreamer%{?_isa} +# fixed upstream +Patch0: gstfcdec-0.2-configure.patch +BuildRequires: automake autoconf libtool + %description This is an input plugin for GStreamer which can play back Future Composer @@ -24,6 +28,10 @@ music files from AMIGA. Song-length detection and seek are implemented, too. %prep %setup -q -n gstreamer-plugin-fc-%{version} +# https://bugzilla.redhat.com/925503 +%patch0 -p1 +mv configure.in configure.ac +libtoolize -f ; autoreconf -f -i %build @@ -44,6 +52,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog +* Fri Apr 26 2013 Michael Schwendt - 0.2-4 +- BR automake autoconf libtool and reconf for aarch64 updates (#925503). +- Update configure.in and rename it to configure.ac. + * Fri Jan 6 2012 Michael Schwendt - 0.2-3 - rebuild for GCC 4.7 as requested - add %%{?_isa} to explicit gstreamer dep