Olaf Hering 2016-05-25 09:19:23 +00:00 committed by Git OBS Bridge
parent 68952a1dda
commit dbf735c397

View File

@ -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