Wrap specfile conditionals to fix quilt setup
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-pcre?expand=0&rev=40
This commit is contained in:
parent
5547331c56
commit
b99e7f2454
@ -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
|
Mon Jul 17 10:48:58 UTC 2017 - ohering@suse.de
|
||||||
|
|
||||||
|
@ -20,7 +20,9 @@
|
|||||||
Name: ocaml-pcre
|
Name: ocaml-pcre
|
||||||
Version: 7.2.3
|
Version: 7.2.3
|
||||||
Release: 0
|
Release: 0
|
||||||
|
%if %{defined ocaml_preserve_bytecode}
|
||||||
%{ocaml_preserve_bytecode}
|
%{ocaml_preserve_bytecode}
|
||||||
|
%endif
|
||||||
Summary: Perl compatibility regular expressions (PCRE) for OCaml
|
Summary: Perl compatibility regular expressions (PCRE) for OCaml
|
||||||
License: LGPL-2.0
|
License: LGPL-2.0
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
@ -83,7 +85,7 @@ _EOF_
|
|||||||
/etc/ld.so.conf.d/*.conf
|
/etc/ld.so.conf.d/*.conf
|
||||||
%dir %{_libdir}/ocaml
|
%dir %{_libdir}/ocaml
|
||||||
%dir %{_libdir}/ocaml/*
|
%dir %{_libdir}/ocaml/*
|
||||||
%if %{ocaml_native_compiler}
|
%if %{defined ocaml_native_compiler}
|
||||||
%{_libdir}/ocaml/*/*.cmxs
|
%{_libdir}/ocaml/*/*.cmxs
|
||||||
%endif
|
%endif
|
||||||
%{_libdir}/ocaml/*/*.so
|
%{_libdir}/ocaml/*/*.so
|
||||||
@ -94,7 +96,7 @@ _EOF_
|
|||||||
%dir %{_libdir}/ocaml
|
%dir %{_libdir}/ocaml
|
||||||
%dir %{_libdir}/ocaml/*
|
%dir %{_libdir}/ocaml/*
|
||||||
%{_libdir}/ocaml/*/*.a
|
%{_libdir}/ocaml/*/*.a
|
||||||
%if %{ocaml_native_compiler}
|
%if %{defined ocaml_native_compiler}
|
||||||
%{_libdir}/ocaml/*/*.cmx
|
%{_libdir}/ocaml/*/*.cmx
|
||||||
%{_libdir}/ocaml/*/*.cmxa
|
%{_libdir}/ocaml/*/*.cmxa
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user