[packages/ocaml-graph] - install .cmo file, it's needed to build why3 - rel 5
baggins
baggins at pld-linux.org
Sun Jul 26 09:29:51 CEST 2015
commit 2f82887edf554c727f7e5d4970044a44a0a13e91
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Jul 26 09:29:32 2015 +0200
- install .cmo file, it's needed to build why3
- rel 5
ocaml-graph.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/ocaml-graph.spec b/ocaml-graph.spec
index ddac56b..59e9b5e 100644
--- a/ocaml-graph.spec
+++ b/ocaml-graph.spec
@@ -10,7 +10,7 @@
Summary: OCaml library for arc and node graphs
Name: ocaml-graph
Version: 1.8.2
-Release: 4
+Release: 5
License: LGPLv2 with exceptions
Group: Libraries
Source0: http://ocamlgraph.lri.fr/download/ocamlgraph-%{version}.tar.gz
@@ -68,7 +68,7 @@ Ocamlgraph library.
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_libdir}/ocaml/{ocamlgraph,stublibs}
-install *.cm[ixa]* %{?with_ocaml_opt:*.a} $RPM_BUILD_ROOT%{_libdir}/ocaml/ocamlgraph
+install *.cm[ixao]* %{?with_ocaml_opt:*.a} $RPM_BUILD_ROOT%{_libdir}/ocaml/ocamlgraph
install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
cp -r examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
@@ -93,6 +93,7 @@ rm -rf $RPM_BUILD_ROOT
%doc LICENSE lib/*.mli src/*.mli
%dir %{_libdir}/ocaml/ocamlgraph
%{_libdir}/ocaml/ocamlgraph/*.cma
+%{_libdir}/ocaml/ocamlgraph/*.cmo
%{_libdir}/ocaml/ocamlgraph/*.cm[ix]
%if %{with ocaml_opt}
%{_libdir}/ocaml/ocamlgraph/*.[ao]
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ocaml-graph.git/commitdiff/2f82887edf554c727f7e5d4970044a44a0a13e91
More information about the pld-cvs-commit
mailing list