]> git.pld-linux.org Git - packages/ocaml-curl.git/blobdiff - ocaml-curl.spec
rebuild with separate debuginfo build-ids
[packages/ocaml-curl.git] / ocaml-curl.spec
index 8d201d00371b3494d33c46542916e553abd2ea18..d04ad1d38ca4dc440328c6c7d4325182aad2d801 100644 (file)
@@ -12,7 +12,7 @@
 Summary:       OCaml Curl library (ocurl)
 Name:          ocaml-%{pkgname}
 Version:       0.9.1
-Release:       2
+Release:       3
 License:       MIT
 Group:         Libraries
 Source0:       https://github.com/ygrek/ocurl/releases/download/%{version}/ocurl-%{version}.tar.gz
@@ -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
This page took 0.04772 seconds and 4 git commands to generate.