Accepting request 501575 from devel:languages:ocaml

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/501575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-curses?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2017-06-08 13:02:50 +00:00 committed by Git OBS Bridge
commit 56e8ed5df1
2 changed files with 19 additions and 14 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 31 07:07:33 UTC 2017 - olaf@aepfle.de
- Replace tabs with spaces in generated _oasis file
-------------------------------------------------------------------
Wed May 10 08:23:44 UTC 2017 - ohering@suse.de

View File

@ -75,27 +75,27 @@ Name: curses
Version: 0
Synopsis: OCaml bindings for ncurses
Authors: Paul Pelzl
License: LGPL-2.1+
License: %{license}
LicenseFile: LICENSE
Plugins: META(`oasis version`)
BuildTools: ocamlbuild
Library curses
Path: .
Install: true
Modules: Curses
CSources: ml_curses.c, config.h
CCOpt: -Wall -O2 -g -I$PWD -Werror -D_GNU_SOURCE -DHAVE_CONFIG_H
CCLib: -lncursesw
Path: .
Install: true
Modules: Curses
CSources: ml_curses.c, config.h
CCOpt: -Wall -O2 -g -I$PWD -Werror -D_GNU_SOURCE -DHAVE_CONFIG_H
CCLib: -lncursesw
Document curses
Title: API reference for curses
Type: ocamlbuild
BuildTools+: ocamldoc
InstallDir: \$htmldir
Install: true
XOCamlbuildPath: .
XOCamlbuildLibraries: curses
Title: API reference for curses
Type: ocamlbuild
BuildTools+: ocamldoc
InstallDir: \$htmldir
Install: true
XOCamlbuildPath: .
XOCamlbuildLibraries: curses
_EOF_
%oasis_setup
%ocaml_oasis_configure --enable-docs