New upstream version 1.5.1.
- Disable labltk and camlp4. We will reenable when they are added back into Fedora. - Remove findlib/make_wizard and findlib/make_wizard.pattern.
This commit is contained in:
parent
537366c2bc
commit
7a23c7d0a1
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ findlib-1.2.5.tar.gz
|
||||
/findlib-1.3.1.tar.gz
|
||||
/findlib-1.3.3.tar.gz
|
||||
/findlib-1.4.tar.gz
|
||||
/findlib-1.5.1.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
|
||||
|
||||
Name: ocaml-findlib
|
||||
Version: 1.4
|
||||
Release: 3%{?dist}
|
||||
Version: 1.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Objective CAML package manager and build helper
|
||||
License: BSD
|
||||
|
||||
@ -12,9 +12,9 @@ Source0: http://download.camlcity.org/download/findlib-%{version}.tar.gz
|
||||
# Use ocamlopt -g patch to include debug information.
|
||||
Patch1: findlib-1.4-add-debug.patch
|
||||
|
||||
BuildRequires: ocaml >= 4.01.0
|
||||
BuildRequires: ocaml-camlp4-devel
|
||||
BuildRequires: ocaml-labltk-devel
|
||||
BuildRequires: ocaml >= 4.02.0
|
||||
#BuildRequires: ocaml-camlp4-devel
|
||||
#BuildRequires: ocaml-labltk-devel
|
||||
BuildRequires: ocaml-compiler-libs
|
||||
BuildRequires: ocaml-ocamldoc
|
||||
BuildRequires: m4, ncurses-devel
|
||||
@ -96,11 +96,15 @@ mv $RPM_BUILD_ROOT/$RPM_BUILD_ROOT%{_bindir}/* $RPM_BUILD_ROOT%{_bindir}
|
||||
%endif
|
||||
%{_libdir}/ocaml/findlib/*.mli
|
||||
%{_libdir}/ocaml/findlib/Makefile.config
|
||||
%{_libdir}/ocaml/findlib/make_wizard
|
||||
%{_libdir}/ocaml/findlib/make_wizard.pattern
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jul 12 2014 Richard W.M. Jones <rjones@redhat.com> - 1.5.1-1
|
||||
- New upstream version 1.5.1.
|
||||
- Disable labltk and camlp4. We will reenable when they are added back
|
||||
into Fedora.
|
||||
- Remove findlib/make_wizard and findlib/make_wizard.pattern.
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user