rpms/ocaml/F-7 ocaml.spec,1.26,1.27

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Thu May 24 17:12:21 UTC 2007


Author: gemi

Update of /cvs/pkgs/rpms/ocaml/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5661

Modified Files:
	ocaml.spec 
Log Message:
added ocamlobjinfo


Index: ocaml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml/F-7/ocaml.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ocaml.spec	2 Dec 2006 15:07:49 -0000	1.26
+++ ocaml.spec	24 May 2007 17:11:47 -0000	1.27
@@ -1,6 +1,6 @@
 Name:		ocaml
 Version:	3.09.3
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 
 Summary:	Objective Caml compiler and programming environment
 
@@ -31,6 +31,8 @@
 BuildRequires:  mesa-libGLU-devel
 Requires(post):	/sbin/install-info
 Requires(preun): /sbin/install-info
+ExcludeArch:    ppc64
+
 
 %description
 Objective Caml is a high-level, strongly-typed, functional and
@@ -109,8 +111,8 @@
     -mandir %{_mandir}/man1
 make world opt opt.opt
 # %{?_smp_mflags} breaks the build
-(cd emacs; make ocamltags)
-
+make -C emacs ocamltags
+make -C tools objinfo
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -125,7 +127,7 @@
     mkdir -p $RPM_BUILD_ROOT%{_infodir};
     cd infoman; cp ocaml*.gz $RPM_BUILD_ROOT%{_infodir}
 )
-
+cp tools/objinfo $RPM_BUILD_ROOT%{_bindir}/ocamlobjinfo
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -210,6 +212,9 @@
 
 
 %changelog
+* Thu May 24 2007 Gerard Milmeister <gemi at bluewin.ch> - 3.09.3-2
+- added ocamlobjinfo
+
 * Sat Dec  2 2006 Gerard Milmeister <gemi at bluewin.ch> - 3.09.3-1
 - new version 3.09.3
 




More information about the fedora-extras-commits mailing list