Browse Source

ocaml: new upstream version 3.12.1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5423 ec354946-7b23-47d6-9f5a-488ba84defc7
kenta 12 years ago
parent
commit
82df0227ca
1 changed files with 10 additions and 2 deletions
  1. 10 2
      o/ocaml/ocaml-vl.spec

+ 10 - 2
o/ocaml/ocaml-vl.spec

@@ -1,7 +1,7 @@
 Name: ocaml
 Summary: The Objective Caml compiler and programming environment
 Summary(ja): Objective Caml コンパイラとプログラミング環境
-Version: 3.12.0
+Version: 3.12.1
 Release: 1%{?_dist_release}
 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
@@ -21,16 +21,20 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: ncurses-devel gdbm-devel emacsen
 BuildRequires: libX11-devel
 BuildRequires: tk tcl expect thread 
+Provides: ocaml(runtime) = %{version}
 Requires(post): install-info
 Requires(preun): install-info
 
 Vendor: Project Vine
 Distribution: Vine Linux
 
-Packager: inagaki
+Packager: inagaki, kenta
 
 %define debug_package %{nil}
 
+%global __ocaml_requires_opts -c -f %{buildroot}%{_bindir}/ocamlobjinfo
+%global __ocaml_provides_opts -f %{buildroot}%{_bindir}/ocamlobjinfo
+
 %description
 Objective Caml is a high-level, strongly-typed, functional and
 object-oriented programming language from the ML family of languages.
@@ -215,6 +219,10 @@ fi
 
 
 %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
 - new upstream release