Update to version 20120306.

Update URL.
Build for OCaml 4.00.0.
This commit is contained in:
Orion Poplawski 2012-06-08 09:34:26 -06:00
parent 4ff7f54584
commit 26dbe3d35e
3 changed files with 12 additions and 6 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
lablgl-1.04.tar.gz
/lablgl-20120306.tar.gz

View File

@ -1,15 +1,15 @@
%define debug_package %{nil}
Name: ocaml-lablgl
Version: 1.04
Release: 7%{?dist}
Version: 20120306
Release: 1%{?dist}
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
Source0: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgl-%{version}.tar.gz
URL: http://forge.ocamlcore.org/projects/lablgl/
Source0: http://forge.ocamlcore.org/frs/download.php/816/lablgl-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ExcludeArch: sparc64 s390 s390x
@ -50,7 +50,7 @@ developing applications that use %{name}.
%prep
%setup -q -n lablGL-%{version}
%setup -q -n lablGL
cat > Makefile.config <<EOF
CAMLC = ocamlc.opt
@ -144,6 +144,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Jun 8 2012 Orion Poplawski <orion@cora.nwra.com> - 20120306-1
- Update to version 20120306.
- Update URL.
- Build for OCaml 4.00.0.
* Sat Apr 28 2012 Richard W.M. Jones <rjones@redhat.com> - 1.04-7
- Bump and rebuild against new OCaml compiler in ARM.

View File

@ -1 +1 @@
dcf05a0cffffdf06cbe0fe55f9eff974 lablgl-1.04.tar.gz
c850c8500837165adfa98535ad33f770 lablgl-20120306.tar.gz