new version 3.09.2
This commit is contained in:
parent
a6e4b14dd1
commit
266d4d2b1f
@ -1,4 +1,4 @@
|
||||
ocaml-3.09.1.tar.bz2
|
||||
ocaml-3.09.2.tar.bz2
|
||||
ocaml-3.09-refman.html.tar.gz
|
||||
ocaml-3.09-refman.info.tar.gz
|
||||
ocaml-3.09-refman.ps.gz
|
||||
ocaml-3.09-refman.pdf
|
||||
|
15
ocaml.spec
15
ocaml.spec
@ -1,15 +1,15 @@
|
||||
Name: ocaml
|
||||
Version: 3.09.1
|
||||
Release: 2%{?dist}
|
||||
Version: 3.09.2
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: Objective Caml compiler and programming environment
|
||||
|
||||
Group: Development/Languages
|
||||
License: QPL/LGPL
|
||||
URL: http://www.ocaml.org
|
||||
Source0: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09.1.tar.bz2
|
||||
Source0: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09.2.tar.bz2
|
||||
Source1: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.html.tar.gz
|
||||
Source2: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.ps.gz
|
||||
Source2: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.pdf
|
||||
Source3: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.info.tar.gz
|
||||
Patch0: ocaml-rpath.patch
|
||||
Patch1: ocaml-user-cflags.patch
|
||||
@ -97,7 +97,7 @@ Documentation for Objective Caml.
|
||||
%patch0 -p1
|
||||
%patch1 -p1 -b .cflags
|
||||
|
||||
cp %{SOURCE2} refman.ps.gz
|
||||
cp %{SOURCE2} refman.pdf
|
||||
|
||||
|
||||
%build
|
||||
@ -199,7 +199,7 @@ fi
|
||||
|
||||
%files docs
|
||||
%defattr(-,root,root,-)
|
||||
%doc refman.ps.gz htmlman
|
||||
%doc refman.pdf htmlman
|
||||
|
||||
|
||||
%files emacs
|
||||
@ -210,6 +210,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Apr 30 2006 Gerard Milmeister <gemi@bluewin.ch> - 3.09.2-1
|
||||
- new version 3.09.2
|
||||
|
||||
* Fri Feb 17 2006 Gerard Milmeister <gemi@bluewin.ch> - 3.09.1-2
|
||||
- Rebuild for Fedora Extras 5
|
||||
|
||||
|
4
sources
4
sources
@ -1,4 +1,4 @@
|
||||
b6b380ae71f6f7bc7ff0989a0f8409e6 ocaml-3.09.1.tar.bz2
|
||||
63428ce7e114520e8f529c9ca809a1b0 ocaml-3.09.2.tar.bz2
|
||||
b25eb211bf91bcaa536b12d12731ceec ocaml-3.09-refman.html.tar.gz
|
||||
280160b1fc7c8513074c3fda0446de29 ocaml-3.09-refman.info.tar.gz
|
||||
598bb8e86329afe1ae374385b2e177e7 ocaml-3.09-refman.ps.gz
|
||||
6ed0c6b1167dbf6c1cb10a78d302bc00 ocaml-3.09-refman.pdf
|
||||
|
Loading…
Reference in New Issue
Block a user