|
@@ -1,7 +1,7 @@
|
|
Name: ocaml
|
|
Name: ocaml
|
|
Summary: The Objective Caml compiler and programming environment
|
|
Summary: The Objective Caml compiler and programming environment
|
|
Summary(ja): Objective Caml コンパイラとプログラミング環境
|
|
Summary(ja): Objective Caml コンパイラとプログラミング環境
|
|
-Version: 3.12.0
|
|
+Version: 3.12.1
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Source0: http://caml.inria.fr/distrib/ocaml-3.10/ocaml-%{version}.tar.bz2
|
|
Source0: http://caml.inria.fr/distrib/ocaml-3.10/ocaml-%{version}.tar.bz2
|
|
Source1: http://caml.inria.fr/distrib/ocaml-3.10/ocaml-3.12-refman.html.tar.gz
|
|
Source1: http://caml.inria.fr/distrib/ocaml-3.10/ocaml-3.12-refman.html.tar.gz
|
|
@@ -21,16 +21,20 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: ncurses-devel gdbm-devel emacsen
|
|
BuildRequires: ncurses-devel gdbm-devel emacsen
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: tk tcl expect thread
|
|
BuildRequires: tk tcl expect thread
|
|
|
|
+Provides: ocaml(runtime) = %{version}
|
|
Requires(post): install-info
|
|
Requires(post): install-info
|
|
Requires(preun): install-info
|
|
Requires(preun): install-info
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
|
|
-Packager: inagaki
|
|
+Packager: inagaki, kenta
|
|
|
|
|
|
%define debug_package %{nil}
|
|
%define debug_package %{nil}
|
|
|
|
|
|
|
|
+%global __ocaml_requires_opts -c -f %{buildroot}%{_bindir}/ocamlobjinfo
|
|
|
|
+%global __ocaml_provides_opts -f %{buildroot}%{_bindir}/ocamlobjinfo
|
|
|
|
+
|
|
%description
|
|
%description
|
|
Objective Caml is a high-level, strongly-typed, functional and
|
|
Objective Caml is a high-level, strongly-typed, functional and
|
|
object-oriented programming language from the ML family of languages.
|
|
object-oriented programming language from the ML family of languages.
|
|
@@ -215,6 +219,10 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Jan 15 2012 NAKAMURA Kenta <kenta@vinelinux.org> 3.12.1-1
|
|
|
|
+- new upstream version 3.12.1
|
|
|
|
+- rebuild with rpm-4.9.1.2
|
|
|
|
+
|
|
* Wed Apr 27 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.12.0-1
|
|
* Wed Apr 27 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.12.0-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|