diff --git a/bigloo.spec b/bigloo.spec index c32a079..82562f1 100644 --- a/bigloo.spec +++ b/bigloo.spec @@ -19,7 +19,7 @@ Name: bigloo Version: 4.1a -Release: 6%{?patch_ver:.%{patch_ver}}%{?prerel:.%{prerel}}%{?dist} +Release: 7%{?patch_ver:.%{patch_ver}}%{?prerel:.%{prerel}}%{?dist} Summary: A compiler for the Scheme programming language Group: Development/Languages @@ -195,6 +195,7 @@ sed -i -e "s/^jcflags=-O$/jcflags=-deprecation/" configure --bee=full \ --customgc=no \ --coflags="$CFLAGS" \ + --cpicflags="-fPIC" \ --sharedbde=yes \ --sharedcompiler=yes \ --native-default-backend \ @@ -309,8 +310,9 @@ make test %{_libdir}/lib*.so %{_infodir}/* %{_mandir}/man*/* -%doc Makefile.config examples LICENSE COPYING +%doc Makefile.config examples %doc README* +%license LICENSE COPYING %files -n emacs-bigloo @@ -341,6 +343,10 @@ make test %changelog +* Mon Feb 9 2015 Jerry James - 4.1a-7.2 +- Fix build failure due to lack of -fPIC +- Use license macro + * Tue Sep 2 2014 Jerry James - 4.1a-6.2 - Rebuild for libunistring soname bump