[packages/ocaml-fuse] renamed to ocaml-fuse, drop parallel build
glen
glen at pld-linux.org
Sun Nov 24 00:51:12 CET 2013
commit b1b243d75d2d0ddf3878dfea8cdb413f155ebced
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Nov 24 01:51:09 2013 +0200
renamed to ocaml-fuse, drop parallel build
ocaml-ocamlfuse.spec => ocaml-fuse.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ocaml-ocamlfuse.spec b/ocaml-fuse.spec
similarity index 97%
rename from ocaml-ocamlfuse.spec
rename to ocaml-fuse.spec
index 827b637..f4b5b33 100644
--- a/ocaml-ocamlfuse.spec
+++ b/ocaml-fuse.spec
@@ -5,7 +5,7 @@
%define modname Fuse
Summary: %{modname} binding for OCaml
Summary(pl.UTF-8): Wiązania %{modname} dla OCamla
-Name: ocaml-ocamlfuse
+Name: ocaml-fuse
Version: 2.7
Release: 1
License: GPL v2
@@ -57,10 +57,10 @@ tej biblioteki.
%prep
%setup -qc
-mv %{modname}/* .
+mv ocamlfuse/* .
%build
-%{__make} all %{?with_opt:opt} -C lib \
+%{__make} -j1 all %{?with_opt:opt} -C lib \
CC="%{__cc} %{rpmcflags} -fPIC"
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ocaml-fuse.git/commitdiff/b1b243d75d2d0ddf3878dfea8cdb413f155ebced
More information about the pld-cvs-commit
mailing list