Wrap specfile conditionals to fix quilt setup

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-parmap?expand=0&rev=19
This commit is contained in:
Olaf Hering 2017-07-17 12:42:49 +00:00 committed by Git OBS Bridge
parent 6683729114
commit 0e54e127ba
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 17 12:48:58 UTC 2017 - ohering@suse.de
- Wrap specfile conditionals to fix quilt setup
-------------------------------------------------------------------
Mon Jul 17 10:48:58 UTC 2017 - ohering@suse.de

View File

@ -19,7 +19,9 @@
Name: ocaml-parmap
Version: 20160605.10e2437
Release: 0
%if %{defined ocaml_preserve_bytecode}
%{ocaml_preserve_bytecode}
%endif
Summary: Exploit multicore architectures for OCaml programs with minimal modifications
License: LGPL-2.0
Group: Development/Libraries/Other
@ -126,7 +128,7 @@ _EOF_
%{_bindir}/*
%dir %{_libdir}/ocaml
%dir %{_libdir}/ocaml/*
%if %{ocaml_native_compiler}
%if %{defined ocaml_native_compiler}
%{_libdir}/ocaml/*/*.cmxs
%endif
%{_libdir}/ocaml/*/*.so
@ -137,7 +139,7 @@ _EOF_
%{oasis_docdir_html}
%dir %{_libdir}/ocaml/*
%{_libdir}/ocaml/*/*.a
%if %{ocaml_native_compiler}
%if %{defined ocaml_native_compiler}
%{_libdir}/ocaml/*/*.cmx
%{_libdir}/ocaml/*/*.cmxa
%endif