From 90c843a195e23cf6342fe340ca6cb9d31db5e456 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sat, 27 Mar 2021 20:39:44 +0100 Subject: [PATCH] - fix non-opt files --- ocaml-curl.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ocaml-curl.spec b/ocaml-curl.spec index 8d201d0..9f87505 100644 --- a/ocaml-curl.spec +++ b/ocaml-curl.spec @@ -84,19 +84,19 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/ocaml/curl/META %attr(755,root,root) %{_libdir}/ocaml/stublibs/dllcurl-helper.so %{_libdir}/ocaml/stublibs/dllcurl-helper.so.owner -%if %{with ocaml_opt} %{_libdir}/ocaml/curl/*.cma +%if %{with ocaml_opt} %attr(755,root,root) %{_libdir}/ocaml/curl/*.cmxs %endif %files devel %defattr(644,root,root,755) %doc examples/* +%{_libdir}/ocaml/curl/*.a %{_libdir}/ocaml/curl/*.cmi %{_libdir}/ocaml/curl/*.cmt %{_libdir}/ocaml/curl/*.cmti %if %{with ocaml_opt} -%{_libdir}/ocaml/curl/*.a %{_libdir}/ocaml/curl/*.cmx %{_libdir}/ocaml/curl/*.cmxa %endif -- 2.43.0