From 43d734f71c06ae7f1d85b66484ba429351fce140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Milmeister?= Date: Sat, 12 Feb 2005 11:37:23 +0000 Subject: [PATCH] Removed %{_smp_mflags} as it breaks the build --- .cvsignore | 2 +- lablgl.spec | 25 +++++++++++++++---------- sources | 2 +- 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8055e24..522861b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lablgl-1.00.tar.gz +lablgl-1.01.tar.gz diff --git a/lablgl.spec b/lablgl.spec index 2a3e86e..0164a06 100644 --- a/lablgl.spec +++ b/lablgl.spec @@ -1,18 +1,18 @@ Name: lablgl -Version: 1.00 -Release: 0.fdr.4.1.90 +Version: 1.01 +Release: 2 Epoch: 0 Summary: LablGL is an OpenGL interface for Objective Caml Group: System Environment/Libraries License: BSD URL: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgl.html -Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgl-1.00.tar.gz +Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgl-1.01.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: XFree86-devel, freeglut-devel = 1.3 -BuildRequires: ocaml >= 0:3.07, labltk >= 0:3.07, camlp4 >= 0:3.07 -BuildRequires: /usr/include/tcl.h, /usr/include/tk.h -Requires: ocaml >= 0:3.07, labltk >= 0:3.07 +BuildRequires: XFree86-devel, freeglut-devel +BuildRequires: ocaml >= 0:3.08, labltk >= 0:3.08, camlp4 >= 0:3.08 +BuildRequires: tcl-devel, tk-devel +Requires: ocaml >= 0:3.08, labltk >= 0:3.08 %description LablGL is is an Objective Caml interface to OpenGL. Support is @@ -23,7 +23,6 @@ extension, or with open-source Mesa. %prep %setup -q -perl -pi -e 's|GL/glut.h|GL/freeglut.h|' LablGlut/src/wrap_gl.c LablGlut/src/wrap_glut.c %build cat > Makefile.config < - 0:1.01-2 +- Removed %{_smp_mflags} as it breaks the build + +* Thu Aug 19 2004 Gerard Milmeister - 0:1.01-0.fdr.1 +- New Version 1.01 + * Mon Dec 1 2003 Gerard Milmeister - 0:1.00-0.fdr.4 - Patch to used GL/freeglut.h instead of GL/glut.h - Add BuildRequires for labltk diff --git a/sources b/sources index 3f64414..3838a5b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -92bcfe3121650c43e5bc4c018778405b lablgl-1.00.tar.gz +088a2b7bd5640ce99e1b31d641a60e81 lablgl-1.01.tar.gz