From dbf735c397a403d6e3cae67289be466b6f1d9fac6dade920f86295190791608b Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 25 May 2016 09:19:23 +0000 Subject: [PATCH] fileliist OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-pcre?expand=0&rev=30 --- ocaml-pcre.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ocaml-pcre.spec b/ocaml-pcre.spec index d04df34..cd5b0ae 100644 --- a/ocaml-pcre.spec +++ b/ocaml-pcre.spec @@ -17,9 +17,9 @@ # -%{ocaml_preserve_bytecode} Name: ocaml-pcre Version: 7.2.3 +%{ocaml_preserve_bytecode} Release: 0 Summary: Perl compatibility regular expressions (PCRE) for OCaml License: LGPL-2.0 @@ -79,6 +79,7 @@ make NATIVE=true install %files %defattr(-,root,root,-) %doc COPYING.txt README.md +%dir %{_libdir}/ocaml %dir %{_libdir}/ocaml/* %if %{ocaml_native_compiler} %{_libdir}/ocaml/*/*.cmxs @@ -88,9 +89,10 @@ make NATIVE=true install %files devel %defattr(-,root,root,-) +%dir %{_libdir}/ocaml %dir %{_libdir}/ocaml/* -%if %{ocaml_native_compiler} %{_libdir}/ocaml/*/*.a +%if %{ocaml_native_compiler} %{_libdir}/ocaml/*/*.cmx %{_libdir}/ocaml/*/*.cmxa %endif