- Remove some unneeded commands in the build section

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-findlib?expand=0&rev=2
This commit is contained in:
Andrew Psaltis 2011-09-15 01:24:50 +00:00 committed by Git OBS Bridge
parent 1186be8fe9
commit eab35aebf4
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 15 01:23:49 UTC 2011 - ampsaltis@gmail.com
- Remove some unneeded commands in the build section
-------------------------------------------------------------------
Fri Jul 22 16:18:43 UTC 2011 - ampsaltis@gmail.com

View File

@ -29,11 +29,11 @@
# norootforbuild
%define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
#%#%%define debug_package %{nil}
#%%define debug_package %{nil}
Name: ocaml-findlib
Version: 1.2.7
Release: 2
Release: 3
Summary: Objective CAML package manager and build helper
Group: Development/Libraries/Other
@ -80,8 +80,6 @@ developing applications that use %{name}.
%build
ocamlc -version
ocamlc -where
(cd tools/extract_args && make)
tools/extract_args/extract_args -o src/findlib/ocaml_args.ml ocamlc ocamlcp ocamlmktop ocamlopt ocamldep ocamldoc ||:
#cat src/findlib/ocaml_args.ml