jreznik pushed to arts (epel7). "use automake --force-missing to get aarch64 support (#925029/#925627) (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 15:13:05 UTC 2015


>From a906de98e9b3c8389eed3aab40f02332c459c5c4 Mon Sep 17 00:00:00 2001
From: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date: Tue, 26 Mar 2013 14:22:02 +0100
Subject: use automake --force-missing to get aarch64 support (#925029/#925627)

* Tue Mar 26 2013 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1.5.10-22
- use automake --force-missing to get aarch64 support (#925029/#925627)
- also use automake --copy (the default is symlinking)

diff --git a/arts.spec b/arts.spec
index a8adbcc..c73f2ad 100644
--- a/arts.spec
+++ b/arts.spec
@@ -8,7 +8,7 @@ Summary: aRts (analog realtime synthesizer) - the KDE sound system
 Group:   System Environment/Daemons
 Epoch:   8
 Version: 1.5.10
-Release: 21%{?dist}
+Release: 22%{?dist}
 
 License: LGPLv2+
 Url: http://www.kde.org
@@ -41,7 +41,8 @@ Patch200: libltdl-CVE-2009-3736.patch
 Patch300: kde3-acinclude.patch
 # remove flawed and obsolete automake version check in admin/cvs.sh
 Patch301: kde3-automake-version.patch
-# fix build failure with automake 1.13: add the --add-missing flag
+# fix build failure with automake 1.13: add the --add-missing --copy flags
+# also add --force-missing to get aarch64 support (#925029/#925627)
 Patch302: kde3-automake-add-missing.patch
 
 # used in artsdsp
@@ -196,6 +197,10 @@ rm -rf  %{buildroot}
 
 
 %changelog
+* Tue Mar 26 2013 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1.5.10-22
+- use automake --force-missing to get aarch64 support (#925029/#925627)
+- also use automake --copy (the default is symlinking)
+
 * Sat Mar 09 2013 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1.5.10-21
 - unify KDE 3 autotools fixes between packages
 
diff --git a/kde3-automake-add-missing.patch b/kde3-automake-add-missing.patch
index 9792f70..580a3bd 100644
--- a/kde3-automake-add-missing.patch
+++ b/kde3-automake-add-missing.patch
@@ -6,7 +6,7 @@ diff -up kdelibs-3.5.10/admin/cvs.sh.me kdelibs-3.5.10/admin/cvs.sh
  
  echo "*** Creating Makefile templates"
 -$AUTOMAKE || exit 1
-+$AUTOMAKE --add-missing || exit 1
++$AUTOMAKE --add-missing --copy --force-missing || exit 1
  
  if test "$UNSERMAKE" = no; then
    echo "*** Postprocessing Makefile templates"
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/arts.git/commit/?h=epel7&id=a906de98e9b3c8389eed3aab40f02332c459c5c4


More information about the scm-commits mailing list