[packages/ocaml-findlib] - updated to 1.5.3 - removed obsolete destdir patch

qboosh qboosh at pld-linux.org
Fri Sep 19 21:58:23 CEST 2014


commit f4bc4f12b8c64faf5da471e4310829662058bce0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Sep 19 21:58:24 2014 +0200

    - updated to 1.5.3
    - removed obsolete destdir patch

 ocaml-findlib-destdir.patch | 19 -------------------
 ocaml-findlib.spec          |  8 +++-----
 2 files changed, 3 insertions(+), 24 deletions(-)
---
diff --git a/ocaml-findlib.spec b/ocaml-findlib.spec
index a67c393..069b578 100644
--- a/ocaml-findlib.spec
+++ b/ocaml-findlib.spec
@@ -2,14 +2,13 @@
 Summary:	OCaml module manager
 Summary(pl.UTF-8):	Zarządca modułów OCamla
 Name:		ocaml-findlib
-Version:	1.5.1
+Version:	1.5.3
 Release:	1
 License:	distributable
 Group:		Development/Tools
 Source0:	http://download.camlcity.org/download/findlib-%{version}.tar.gz
-# Source0-md5:	6bf0d0da66104bc8bdcb3018bd13a202
-Patch0:		%{name}-destdir.patch
-Patch1:		%{name}-bytes.patch
+# Source0-md5:	687b9dfee7d9d380d2eabe62bab67f09
+Patch0:		%{name}-bytes.patch
 URL:		http://www.ocaml-programming.de/packages/
 BuildRequires:	m4
 BuildRequires:	ncurses-devel
@@ -59,7 +58,6 @@ Ten pakiet zawiera biblioteki i skompilowane interfejsy findliba.
 %prep
 %setup -q -n findlib-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 ./configure \
diff --git a/ocaml-findlib-destdir.patch b/ocaml-findlib-destdir.patch
deleted file mode 100644
index 3874398..0000000
--- a/ocaml-findlib-destdir.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- findlib-1.5.1/src/bytes/Makefile.orig	2014-06-25 12:23:06.000000000 +0200
-+++ findlib-1.5.1/src/bytes/Makefile	2014-06-28 20:37:24.619463407 +0200
-@@ -1,6 +1,7 @@
- BYTE_FILES=bytes.cmi bytes.cma
- NATIVE_FILES=bytes.cmx bytes.cmxa bytes.a bytes.cmxs
- OCAMLBUILD=ocamlbuild -classic-display -no-links
-+PKGDIR=$(shell ocamlfind printconf destdir)
- 
- build: all opt
- 
-@@ -11,7 +12,7 @@
- 	$(OCAMLBUILD) $(NATIVE_FILES)
- 
- install: all
--	cd _build/ && ocamlfind install bytes ../META $(BYTE_FILES) -optional $(NATIVE_FILES)
-+	cd _build/ && ocamlfind install bytes ../META $(BYTE_FILES) -optional $(NATIVE_FILES) -destdir $(prefix)/$(PKGDIR)
- 
- uninstall:
- 	ocamlfind remove bytes
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ocaml-findlib.git/commitdiff/f4bc4f12b8c64faf5da471e4310829662058bce0



More information about the pld-cvs-commit mailing list