[skychart] Manually add needed directory to fix arm build

mattia mattia at fedoraproject.org
Mon Aug 12 16:31:12 UTC 2013


commit 45ec853a70005408307fa76722fa566fd930a00b
Author: Mattia Verga <mattia.verga at tiscali.it>
Date:   Mon Aug 12 16:30:31 2013 +0200

    Manually add needed directory to fix arm build

 skychart.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/skychart.spec b/skychart.spec
index 45724ff..66fa5e4 100644
--- a/skychart.spec
+++ b/skychart.spec
@@ -2,7 +2,7 @@
 
 Name: skychart
 Version: 3.8
-Release: 6%{?dist}
+Release: 7%{?dist}
 Summary: Planetarium software for the advanced amateur astronomer
 License: GPLv2+
 URL: http://www.ap-i.net/skychart/
@@ -119,6 +119,9 @@ cp -p %SOURCE9 ./BaseData
 cp -p %SOURCE10 ./BaseData
 cp -p %SOURCE11 ./BaseData
 
+# Add directory to fix build for arm architecture
+mkdir ./skychart/component/arm-linux-gtk2
+
 %build
 ./configure lazarus=%{_libdir}/lazarus prefix=%{_prefix}
 
@@ -207,6 +210,9 @@ fi
 
 
 %changelog
+* Mon Aug 12 2013 Mattia Verga <mattia.verga at tiscali.it> - 3.8-7
+- Manually create needed directory to fix arm build
+
 * Mon Aug 12 2013 Mattia Verga <mattia.verga at tiscali.it> - 3.8-6
 - Enable arm build
 - Enable ppc and ppc64 build


More information about the scm-commits mailing list