[packages/ocaml-fuse] - make library modules public - rel 3

baggins baggins at pld-linux.org
Thu Mar 25 09:07:09 CET 2021


commit 2b7020f025de58b4e919d5d1f7f1907b4176fe88
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Thu Mar 25 09:06:35 2021 +0100

    - make library modules public
    - rel 3

 no-wrapped.patch | 10 ++++++++++
 ocaml-fuse.spec  |  4 +++-
 2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/ocaml-fuse.spec b/ocaml-fuse.spec
index e287d60..9079608 100644
--- a/ocaml-fuse.spec
+++ b/ocaml-fuse.spec
@@ -12,12 +12,13 @@ Summary:	Fuse binding for OCaml
 Summary(pl.UTF-8):	Wiązania Fuse dla OCamla
 Name:		ocaml-fuse
 Version:	2.7.1
-Release:	2
+Release:	3
 License:	GPL v2
 Group:		Libraries
 Source0:	https://github.com/astrada/ocamlfuse/archive/v%{version}_cvs7/ocamlfuse-%{version}-7.tar.gz
 # Source0-md5:	a5da871a0983b6723c6b9b735898fe34
 Patch0:		keep-name.patch
+Patch1:		no-wrapped.patch
 URL:		http://sourceforge.net/apps/mediawiki/ocamlfuse/
 BuildRequires:	libfuse-devel
 BuildRequires:	ocaml >= 3.08
@@ -67,6 +68,7 @@ tej biblioteki.
 %prep
 %setup -q -n ocamlfuse-2.7.1_cvs7
 %patch0 -p1
+%patch1 -p1
 
 %{__mv} {ocamlfuse,Fuse}.opam
 
diff --git a/no-wrapped.patch b/no-wrapped.patch
new file mode 100644
index 0000000..a0d0ce4
--- /dev/null
+++ b/no-wrapped.patch
@@ -0,0 +1,10 @@
+--- ocamlfuse-2.7.1_cvs7/lib/dune.orig	2021-03-25 08:51:18.000000000 +0100
++++ ocamlfuse-2.7.1_cvs7/lib/dune	2021-03-25 09:04:22.262199072 +0100
+@@ -1,6 +1,7 @@
+ (library
+  (name fuse)
+  (public_name Fuse)
++ (wrapped false)
+  (libraries unix threads bigarray camlidl)
+  (flags -thread)
+  (c_names Fuse_bindings_stubs Fuse_util Unix_util_stubs)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ocaml-fuse.git/commitdiff/2b7020f025de58b4e919d5d1f7f1907b4176fe88



More information about the pld-cvs-commit mailing list