- 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:
Olaf Hering 2017-05-31 07:20:41 +00:00 committed by Git OBS Bridge
parent ade2e98840
commit 9c63037e8b
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 Wed May 10 08:23:44 UTC 2017 - ohering@suse.de

View File

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