]> git.pld-linux.org Git - packages/ocaml-fuse.git/commitdiff
renamed to ocaml-fuse, drop parallel build
authorElan Ruusamäe <glen@delfi.ee>
Sat, 23 Nov 2013 23:51:09 +0000 (01:51 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 23 Nov 2013 23:51:09 +0000 (01:51 +0200)
ocaml-fuse.spec [moved from ocaml-ocamlfuse.spec with 97% similarity]

similarity index 97%
rename from ocaml-ocamlfuse.spec
rename to ocaml-fuse.spec
index 827b637422696d4f04409ba683d8de4a8b1f72cf..f4b5b33d383648d2f25cccf657fdd27b9540328b 100644 (file)
@@ -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
This page took 0.059649 seconds and 4 git commands to generate.