devel/lablgtk lablgtk.spec,1.4,1.5

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Sat Feb 12 11:03:44 UTC 2005


Author: gemi

Update of /cvs/extras/devel/lablgtk
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15607

Modified Files:
	lablgtk.spec 
Log Message:
Remove %{_smp_mflags} as it breaks the build



Index: lablgtk.spec
===================================================================
RCS file: /cvs/extras/devel/lablgtk/lablgtk.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lablgtk.spec	11 Feb 2005 23:55:06 -0000	1.4
+++ lablgtk.spec	12 Feb 2005 11:03:42 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           lablgtk
 Version:        2.4.0
-Release:        1
+Release:        2
 Epoch:          0
 Summary:        An Objective Caml interface to gtk+
 
@@ -9,9 +9,9 @@
 URL:            http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html
 Source:         http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgtk-2.4.0.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:       ocaml >= 0:3.07
+Requires:       ocaml >= 0:3.08
 %{?_with_gl:Requires: lablgl >= 0:1.00}
-BuildRequires:  ocaml >= 0:3.07, camlp4 >= 0:3.07
+BuildRequires:  ocaml >= 0:3.08, camlp4 >= 0:3.08
 %{?_with_gl:BuildRequires: lablgl >= 0:1.00, gtkglarea2-devel}
 BuildRequires:  gtk2-devel, libglade-devel, gdk-pixbuf-devel
 BuildRequires:	librsvg2-devel, libcroco-devel
@@ -32,7 +32,7 @@
 %build
 %configure %{?_with_gl: --with-gl} %{!?_with_gl: --without-gl} --enable-debug
 perl -pi -e "s|-O|$RPM_OPT_FLAGS|" src/Makefile
-make %{?_smp_mflags} world
+make world
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -56,6 +56,9 @@
 %doc examples
 
 %changelog
+* Sat Feb 12 2005 Gerard Milmeister <gemi at bluewin.ch> - 0:2.4.0-2
+- Remove %{_smp_mflags} as it breaks the build
+
 * Sat Feb 12 2005 Gerard Milmeister <gemi at bluewin.ch> - 0:2.4.0-1
 - New Version 2.4.0
 




More information about the fedora-extras-commits mailing list