2d6392e7eb
- Rebase patches. - Remove bogus Requires 'ncurses-devel'. The base ocaml package already pulls in the library implicitly. - Remove bogus Requires 'gdbm-devel'. Nothing in the source mentions gdbm. - Use mkstemp instead of mktemp in ocamlyacc. - Add LICENSE as doc to some subpackages to keep rpmlint happy. - Remove .ignore file from some packages. - Remove period from end of Summary.
19 lines
589 B
Diff
19 lines
589 B
Diff
From 7756582741dc56070c03629a3b4640147723beda Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Thu, 7 Jun 2012 15:36:16 +0100
|
|
Subject: [PATCH 2/7] Ensure empty compilerlibs/ directory is created by git.
|
|
|
|
This directory exists in the OCaml tarball, but is empty. As a
|
|
result, git ignores it unless we put a dummy file in it.
|
|
---
|
|
compilerlibs/.exists | 0
|
|
1 file changed, 0 insertions(+), 0 deletions(-)
|
|
create mode 100644 compilerlibs/.exists
|
|
|
|
diff --git a/compilerlibs/.exists b/compilerlibs/.exists
|
|
new file mode 100644
|
|
index 0000000..e69de29
|
|
--
|
|
1.8.3.1
|
|
|