]> git.pld-linux.org Git - packages/ocaml-fuse.git/commitdiff
- do not restore old name, the only user wants it under new name now auto/th/ocaml-fuse-2.7.1-3
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 25 Mar 2021 08:10:59 +0000 (09:10 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 25 Mar 2021 08:10:59 +0000 (09:10 +0100)
keep-name.patch [deleted file]
no-wrapped.patch
ocaml-fuse.spec

diff --git a/keep-name.patch b/keep-name.patch
deleted file mode 100644 (file)
index e2d600d..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- ocamlfuse-2.7.1_cvs7/lib/dune.orig 2020-06-24 21:58:40.000000000 +0200
-+++ ocamlfuse-2.7.1_cvs7/lib/dune      2021-03-25 07:38:05.132731437 +0100
-@@ -1,6 +1,6 @@
- (library
-  (name fuse)
-- (public_name ocamlfuse)
-+ (public_name Fuse)
-  (libraries unix threads bigarray camlidl)
-  (flags -thread)
-  (c_names Fuse_bindings_stubs Fuse_util Unix_util_stubs)
index a0d0ce492cec30cab8b24f9594f68a101fdbf651..90322ac2217407aff91cb30db5c020e1c05d493b 100644 (file)
@@ -3,7 +3,7 @@
 @@ -1,6 +1,7 @@
  (library
   (name fuse)
-  (public_name Fuse)
+  (public_name ocamlfuse)
 + (wrapped false)
   (libraries unix threads bigarray camlidl)
   (flags -thread)
index 907960853a402619ac99fe88921f271665841287..27e5c529daaa9cdf1d8584341af31e3be0b5afbd 100644 (file)
@@ -7,7 +7,7 @@
 %undefine      with_ocaml_opt
 %endif
 
-%define                module  Fuse
+%define                module  ocamlfuse
 Summary:       Fuse binding for OCaml
 Summary(pl.UTF-8):     Wiązania Fuse dla OCamla
 Name:          ocaml-fuse
@@ -17,8 +17,7 @@ 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
+Patch0:                no-wrapped.patch
 URL:           http://sourceforge.net/apps/mediawiki/ocamlfuse/
 BuildRequires: libfuse-devel
 BuildRequires: ocaml >= 3.08
@@ -68,9 +67,6 @@ tej biblioteki.
 %prep
 %setup -q -n ocamlfuse-2.7.1_cvs7
 %patch0 -p1
-%patch1 -p1
-
-%{__mv} {ocamlfuse,Fuse}.opam
 
 %build
 %{__make}
This page took 0.079428 seconds and 4 git commands to generate.