Remove %{_smp_mflags} as it breaks the build
This commit is contained in:
parent
a665be0178
commit
d5903c9bcf
11
lablgtk.spec
11
lablgtk.spec
@ -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 @@ License: LGPL
|
||||
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 @@ gtk+.
|
||||
%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 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc examples
|
||||
|
||||
%changelog
|
||||
* Sat Feb 12 2005 Gerard Milmeister <gemi@bluewin.ch> - 0:2.4.0-2
|
||||
- Remove %{_smp_mflags} as it breaks the build
|
||||
|
||||
* Sat Feb 12 2005 Gerard Milmeister <gemi@bluewin.ch> - 0:2.4.0-1
|
||||
- New Version 2.4.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user