1
0
forked from pool/ocaml-findlib
2016-05-24 08:01:05 +00:00
committed by Git OBS Bridge
parent 08beebf8fa
commit 992b1546b0

View File

@@ -96,17 +96,18 @@ rm -rfv $RPM_BUILD_ROOT%{_libdir}/ocaml/ocamlbuild
%config(noreplace) %{_sysconfdir}/ocamlfind.conf %config(noreplace) %{_sysconfdir}/ocamlfind.conf
%{_bindir}/* %{_bindir}/*
%{_mandir}/man?/* %{_mandir}/man?/*
%{_libdir}/ocaml/*/META
%{_libdir}/ocaml/*/make_wizard %{_libdir}/ocaml/*/make_wizard
%{_libdir}/ocaml/*/make_wizard.pattern %{_libdir}/ocaml/*/make_wizard.pattern
%{_libdir}/ocaml/topfind %{_libdir}/ocaml/topfind
# #
%dir %{_libdir}/ocaml/* %dir %{_libdir}/ocaml/*
%{_libdir}/ocaml/*/*.cma %{_libdir}/ocaml/*/*.cma
%{_libdir}/ocaml/*/*.cmi
%if %{ocaml_native_compiler} %if %{ocaml_native_compiler}
#{_libdir}/ocaml/*/*.cmx #{_libdir}/ocaml/*/*.cmx
%{_libdir}/ocaml/*/*.cmxs %{_libdir}/ocaml/*/*.cmxs
%endif %endif
%{_libdir}/ocaml/*/*.mli
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
@@ -114,13 +115,12 @@ rm -rfv $RPM_BUILD_ROOT%{_libdir}/ocaml/ocamlbuild
%{_libdir}/ocaml/*/Makefile.config %{_libdir}/ocaml/*/Makefile.config
# #
%dir %{_libdir}/ocaml/* %dir %{_libdir}/ocaml/*
%{_libdir}/ocaml/*/META
%if %{ocaml_native_compiler} %if %{ocaml_native_compiler}
%{_libdir}/ocaml/*/*.a %{_libdir}/ocaml/*/*.a
%{_libdir}/ocaml/*/*.cmxa %{_libdir}/ocaml/*/*.cmxa
#{_libdir}/ocaml/*/*.o #{_libdir}/ocaml/*/*.o
%endif %endif
%{_libdir}/ocaml/*/*.cmi
#{_libdir}/ocaml/*/*.cmo #{_libdir}/ocaml/*/*.cmo
%{_libdir}/ocaml/*/*.mli
%changelog %changelog