Do not depend on bytes, its in 4.02.2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-pcre?expand=0&rev=18
This commit is contained in:
Olaf Hering 2015-06-24 12:06:06 +00:00 committed by Git OBS Bridge
parent 3ad2fe5eae
commit 0e2ea2f8e7

View File

@ -33,6 +33,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gawk
BuildRequires: ocaml >= 3.10.2
BuildRequires: ocaml-findlib-devel
BuildRequires: ocaml-oasis-devel
BuildRequires: ocaml-ocamldoc
BuildRequires: ocaml-rpm-macros >= 4.02.1
BuildRequires: pcre-devel
@ -56,6 +57,10 @@ developing applications that use %{name}.
%setup -q -n pcre-ocaml-%{version}
%build
sed -i 's@bytes$@@' _oasis
oasis -debug setup-clean
oasis -debug setup -setup-update none
ls -AlRt .
make setup.data CONFIGUREFLAGS="--destdir $RPM_BUILD_ROOT --docdir %{_defaultdocdir}/%{name}"
make all