rebuilt for ocaml 3.09.2
This commit is contained in:
parent
738c9e1321
commit
f1c23b3e81
11
lablgl.spec
11
lablgl.spec
@ -1,6 +1,6 @@
|
||||
Name: lablgl
|
||||
Version: 1.02
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
|
||||
Summary: LablGL is an OpenGL interface for Objective Caml
|
||||
|
||||
@ -31,9 +31,11 @@ support for LablGL. It can be used either with proprietary OpenGL
|
||||
implementations (SGI, Digital Unix, Solaris...), with XFree86 GLX
|
||||
extension, or with open-source Mesa.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
cat > Makefile.config <<EOF
|
||||
CAMLC = ocamlc.opt
|
||||
@ -54,6 +56,7 @@ COPTS = $RPM_OPT_FLAGS
|
||||
EOF
|
||||
make all opt
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT%{_bindir}
|
||||
@ -64,9 +67,11 @@ make INSTALLDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml/lablGL \
|
||||
BINDIR=$RPM_BUILD_ROOT%{_bindir} \
|
||||
install
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc CHANGES COPYRIGHT README Togl/examples LablGlut/examples
|
||||
@ -74,7 +79,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/ocaml/lablGL
|
||||
%{_libdir}/ocaml/stublibs/*.so
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed May 10 2006 Gerard Milmeister <gemi@bluewin.ch> - 1.02-7
|
||||
- rebuilt for ocaml 3.09.2
|
||||
|
||||
* Sun Feb 26 2006 Gerard Milmeister <gemi@bluewin.ch> - 1.02-4
|
||||
- Rebuild for ocaml 3.09.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user