- New upstream version 1.2.1.
This commit is contained in:
parent
26010428b3
commit
47d162d1db
@ -1 +1 @@
|
||||
findlib-1.1.2pl1.tar.gz
|
||||
findlib-1.2.1.tar.gz
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- findlib-1.1.2pl1/src/findlib/Makefile.orig 2007-08-02 13:25:46.000000000 +0100
|
||||
+++ findlib-1.1.2pl1/src/findlib/Makefile 2007-08-02 13:25:25.000000000 +0100
|
||||
@@ -15,7 +15,7 @@
|
||||
OCAMLOPT = ocamlopt
|
||||
OCAMLDEP = ocamldep
|
||||
OCAMLLEX = ocamllex
|
||||
-CAMLP4O = camlp4 pa_o.cmo pa_op.cmo pr_o.cmo --
|
||||
+CAMLP4O = camlp4 -I `ocamlc -where`/camlp4/Camlp4Parsers/ pa_o.cmo pa_op.cmo pr_o.cmo --
|
||||
#CAMLP4O = camlp4 pa_o.cmo pa_op.cmo pr_dump.cmo --
|
||||
|
||||
|
@ -2,20 +2,18 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: ocaml-findlib
|
||||
Version: 1.1.2pl1
|
||||
Release: 14%{?dist}
|
||||
Version: 1.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Objective CAML package manager and build helper
|
||||
|
||||
Group: Development/Libraries
|
||||
License: BSD
|
||||
URL: http://www.ocaml-programming.de/packages/
|
||||
Source0: http://www.ocaml-programming.de/packages/findlib-1.1.2pl1.tar.gz
|
||||
Source0: http://www.ocaml-programming.de/packages/findlib-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
ExcludeArch: ppc64
|
||||
|
||||
Patch0: findlib-camlp4-path.patch
|
||||
|
||||
BuildRequires: ocaml >= 3.10.0-6
|
||||
BuildRequires: ocaml >= 3.10.1
|
||||
BuildRequires: ocaml-camlp4-devel
|
||||
BuildRequires: ocaml-labltk-devel
|
||||
BuildRequires: ocaml-ocamldoc
|
||||
@ -43,7 +41,6 @@ developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n findlib-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
|
||||
%build
|
||||
@ -110,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 12 2008 Richard W.M. Jones <rjones@redhat.com> - 1.2.1-1
|
||||
- New upstream version 1.2.1.
|
||||
|
||||
* Thu Sep 6 2007 Richard W.M. Jones <rjones@redhat.com> - 1.1.2pl1-14
|
||||
- Ignore Parsetree module, it's a part of the toplevel.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user