[arts] fix FTBFS in rawhide

Than Ngo than at fedoraproject.org
Thu Mar 7 17:25:18 UTC 2013


commit 6a975ad53686ee02f9a2d85767c3ce0b06a95b9f
Author: Than Ngo <than at redhat.com>
Date:   Thu Mar 7 18:24:49 2013 +0100

    fix FTBFS in rawhide

 arts-1.5.10-automake-1.13.patch |   12 ++++++++++++
 arts.spec                       |   10 +++++++++-
 2 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/arts-1.5.10-automake-1.13.patch b/arts-1.5.10-automake-1.13.patch
new file mode 100644
index 0000000..45269bf
--- /dev/null
+++ b/arts-1.5.10-automake-1.13.patch
@@ -0,0 +1,12 @@
+diff -up arts-1.5.10/admin/cvs.sh.me arts-1.5.10/admin/cvs.sh
+--- arts-1.5.10/admin/cvs.sh.me	2013-03-07 18:08:31.003844848 +0100
++++ arts-1.5.10/admin/cvs.sh	2013-03-07 18:09:07.187488301 +0100
+@@ -130,7 +130,7 @@ if egrep "^AM_CONFIG_HEADER" configure.i
+ fi
+ 
+ echo "*** Creating Makefile templates"
+-$AUTOMAKE || exit 1
++$AUTOMAKE --add-missing || exit 1
+ 
+ if test "$UNSERMAKE" = no; then
+   echo "*** Postprocessing Makefile templates"
diff --git a/arts.spec b/arts.spec
index 0758a13..7e331dd 100644
--- a/arts.spec
+++ b/arts.spec
@@ -10,7 +10,7 @@ Summary: aRts (analog realtime synthesizer) - the KDE sound system
 Group:   System Environment/Daemons
 Epoch:   8
 Version: 1.5.10
-Release: 19%{?dist}
+Release: 20%{?dist}
 
 License: LGPLv2+
 Url: http://www.kde.org
@@ -31,6 +31,10 @@ Patch10: arts-1.5.10-assertion-failure.patch
 # kde#93359
 Patch50: arts-1.5.4-dlopenext.patch
 Patch51: kde-3.5-libtool-shlibext.patch
+# fix build failture with automake-1.13
+patch52: arts-1.5.10-automake-1.13.patch
+
+
 # upstream patches
 
 # security patches
@@ -93,6 +97,7 @@ Install %{name}-devel if you intend to write applications using aRts.
 
 %patch50 -p1 -b .dlopenext
 %patch51 -p1 -b .libtool-shlibext
+%patch52 -p1 -b .automake-1.13
 
 %patch200 -p1 -b .CVE-2009-3736
 
@@ -200,6 +205,9 @@ rm -rf  %{buildroot}
 
 
 %changelog
+* Thu Mar 07 2013 Than Ngo <than at redhat.com> - 1.5.10-20
+- fix FTBFS in rawhide
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 8:1.5.10-19
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list