[gnatcoll] Fix parallel build in rawhide

Pavel Zhukov landgraf at fedoraproject.org
Wed Nov 20 12:46:37 UTC 2013


commit c6338ad83c9c63851cdda2bcab4d1f2e55840d31
Author: Pavel Zhukov <pzhukov at redhat.com>
Date:   Wed Nov 20 12:47:08 2013 +0100

    Fix parallel build in rawhide

 gnatcoll.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/gnatcoll.spec b/gnatcoll.spec
index 9876fd1..e8cbc55 100644
--- a/gnatcoll.spec
+++ b/gnatcoll.spec
@@ -1,6 +1,6 @@
-Name:        gnatcoll
+Name:       gnatcoll
 Version:    2013
-Release:    1%{?dist}
+Release:    3%{?dist}
 Summary:    Suite of reusable software components and utilities
 Group:      System Environment/Libraries
 License:    GPLv2+
@@ -42,6 +42,8 @@ Requires:   postgresql-devel sqlite-devel
 
 %build
 %configure --enable-shared --with-readline --enable-gpl --with-sqlite=/usr/include/
+## make is randomly failed overwise 
+export BUILDS_SHARED="yes"
 %if 0%{?fedora} >= 1
 export GNAT_OPTFLAGS="%GPRbuild_optflags"
 %else
@@ -96,6 +98,9 @@ rm -f %{buildroot}/%{_datadir}/%{name}/dborm.pyo
 
 
 %changelog
+* Wed Nov 20 2013  Pavel Zhukov <landgraf at fedoraproject.org> - 2013-3
+- Fix parallel build in rawhide
+
 * Tue Nov 19 2013  Pavel Zhukov <landgraf at fedoraproject.org> - 2013-2
 - Add psql and sqlite to devel's requirement
 


More information about the scm-commits mailing list