- Replace tabs with spaces in generated _oasis file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-curses?expand=0&rev=16
This commit is contained in:
parent
ade2e98840
commit
9c63037e8b
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user