1
0
forked from pool/ocaml-findlib
2017-08-15 14:05:46 +00:00
committed by Git OBS Bridge
parent d974221beb
commit 53c010464a
3 changed files with 3 additions and 131 deletions

View File

@@ -27,7 +27,6 @@ Group: Development/Languages/OCaml
Url: http://projects.camlcity.org/projects/findlib.html
Source0: findlib-%{version}.tar.xz
Patch0: findlib-1.3.3.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#
Recommends: ocaml-findlib-camlp4
@@ -75,7 +74,6 @@ The ocaml-findlib-camlp4 contains signature files for developing applications th
%prep
%setup -q -n findlib-%{version}
%patch0 -p1
%build
(cd tools/extract_args && make)
@@ -92,7 +90,7 @@ make opt
rm doc/guide-html/TIMESTAMP
%install
make install DESTDIR=$RPM_BUILD_ROOT
make install prefix=$RPM_BUILD_ROOT
rm -rfv $RPM_BUILD_ROOT%{_libdir}/ocaml/ocamlbuild
%files