[koffice-kivio] use automake --force-missing to get aarch64 support (#925029/#925627)

Kevin Kofler kkofler at fedoraproject.org
Mon Apr 1 17:23:55 UTC 2013


commit 41a465511bb5893491423f6bf9df24dc01174114
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Mon Apr 1 19:23:23 2013 +0200

    use automake --force-missing to get aarch64 support (#925029/#925627)
    
    * Mon Apr 01 2013 Kevin Kofler <Kevin at tigcc.ticalc.org> - 3:1.6.3-39
    - use automake --force-missing to get aarch64 support (#925029/#925627)
    - also use automake --copy (the default is symlinking)

 kde3-automake-add-missing.patch |    2 +-
 koffice-kivio.spec              |    9 +++++++--
 2 files changed, 8 insertions(+), 3 deletions(-)
---
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"
diff --git a/koffice-kivio.spec b/koffice-kivio.spec
index ac863dc..7375c17 100644
--- a/koffice-kivio.spec
+++ b/koffice-kivio.spec
@@ -4,7 +4,7 @@
 Name:           koffice-kivio
 Epoch:          3
 Version:        1.6.3
-Release:        38%{?dist}
+Release:        39%{?dist}
 Summary:        A flowcharting application
 
 License:        GPLv2+
@@ -33,7 +33,8 @@ Patch50:        kivio-translations-20100511-standalone.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
 
 # for kde-config --kde-version
@@ -225,6 +226,10 @@ update-desktop-database -q &> /dev/null ||:
 
 
 %changelog
+* Mon Apr 01 2013 Kevin Kofler <Kevin at tigcc.ticalc.org> - 3:1.6.3-39
+- 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> - 3:1.6.3-38
 - revert to stock 1.6.3 (no useful changes in the Trinity snapshot)
 - unify KDE 3 autotools fixes between packages, fixes FTBFS (#914117)


More information about the scm-commits mailing list