rpms/bigloo/FC-3 .cvsignore, 1.2, 1.3 bigloo.spec, 1.1, 1.2 sources, 1.2, 1.3

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Sun Nov 27 23:17:51 UTC 2005


Author: gemi

Update of /cvs/extras/rpms/bigloo/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv749/FC-3

Modified Files:
	.cvsignore bigloo.spec sources 
Log Message:
new version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bigloo/FC-3/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	28 Sep 2005 11:52:55 -0000	1.2
+++ .cvsignore	27 Nov 2005 23:17:49 -0000	1.3
@@ -1 +1 @@
-bigloo2.6f.tar.gz
+bigloo2.7a.tar.gz


Index: bigloo.spec
===================================================================
RCS file: /cvs/extras/rpms/bigloo/FC-3/bigloo.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bigloo.spec	28 Sep 2005 11:52:55 -0000	1.1
+++ bigloo.spec	27 Nov 2005 23:17:49 -0000	1.2
@@ -1,14 +1,17 @@
+%define _with_java 1
+
 Name:		bigloo
-Version: 	2.6f
+Version: 	2.7a
 Release:	1%{?dist}
 Summary: 	Bigloo is compiler for the Scheme programming language
 
 Group:		Development/Languages
 License:	GPL
 URL:		http://www-sop.inria.fr/mimosa/fp/Bigloo
-Source: 	ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.6f.tar.gz
+Source: 	ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.7a.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	emacs, emacs-el, xemacs, xemacs-el, /sbin/install-info
+BuildRequires:	zip, java-1.4.2-gcj-compat-devel
 Requires:	bigloo-libs = %{version}-%{release}
 Requires(post):	   /sbin/install-info
 Requires(postun):  /sbin/install-info
@@ -79,9 +82,9 @@
 	--bee=full \
 	--native-default-backend \
 	--emacs=emacs \
-	%{?_with_java: --jvm=yes} %{!?_with_java: --jvm=no} \
-	%{?_with_mono: --dotnet=yes --mono} \
-	%{?_with_pnet: --dotnet=yes --pnet} \
+	--dotnet=no \
+	%{?_with_java: --jvm=yes} \
+	%{!?_with_java: --jvm=no} \
 	--sharedbde=yes \
 	--sharedcompiler=yes \
 	--coflags="$RPM_OPT_FLAGS"
@@ -89,8 +92,8 @@
 perl -pi -e 's|EMACSBRAND=.*|EMACSBRAND=emacs21|' Makefile.config
 
 # _smp_mflags breaks the build
-make
-
+env LD_LIBRARY_PATH=`pwd`/lib/%{version} \
+    make
 env LD_LIBRARY_PATH=`pwd`/lib/%{version} \
     make DESTDIR=%{inplace} install
 env LD_LIBRARY_PATH=%{inplace}%{_libdir} \
@@ -189,6 +192,9 @@
 
 
 %changelog
+* Sun Nov 27 2005 Gerard Milmeister <gemi at bluewin.ch> - 2.7a-1
+- New Version 2.7a
+
 * Tue Sep 27 2005 Gerard Milmeister <gemi at bluewin.ch> - 2.6f-3
 - Removed --arch
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bigloo/FC-3/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	28 Sep 2005 11:52:55 -0000	1.2
+++ sources	27 Nov 2005 23:17:49 -0000	1.3
@@ -1 +1 @@
-bc99b1919adee864dd371aeebc36862c  bigloo2.6f.tar.gz
+92606b9dc7444ff13c17cdda3f008824  bigloo2.7a.tar.gz




More information about the fedora-extras-commits mailing list