forked from pool/dialog
This commit is contained in:
parent
e23d10aad9
commit
ff9e253912
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 18 16:34:01 CEST 2008 - werner@suse.de
|
||||||
|
|
||||||
|
- Reflect last changes in ncurses
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 14 11:57:19 CEST 2008 - werner@suse.de
|
Thu Aug 14 11:57:19 CEST 2008 - werner@suse.de
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ BuildRequires: gpm ncurses-devel
|
|||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Url: http://invisible-island.net/dialog/
|
Url: http://invisible-island.net/dialog/
|
||||||
Version: 1.1
|
Version: 1.1
|
||||||
Release: 24
|
Release: 27
|
||||||
Summary: Menus and Input Boxes for Shell Scripts
|
Summary: Menus and Input Boxes for Shell Scripts
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Source: dialog-1.1-20080727.tar.bz2
|
Source: dialog-1.1-20080727.tar.bz2
|
||||||
@ -52,7 +52,7 @@ Authors:
|
|||||||
CC=gcc
|
CC=gcc
|
||||||
LIBS=""
|
LIBS=""
|
||||||
CFLAGS="$RPM_OPT_FLAGS -pipe -Wall"
|
CFLAGS="$RPM_OPT_FLAGS -pipe -Wall"
|
||||||
for ncurses_conf in ncursestw6-config ncursesw5-config ; do
|
for ncurses_conf in ncursesw6-config ncurstesw5-config ; do
|
||||||
ncurses_conf=$(type -p $ncurses_conf 2> /dev/null) || continue
|
ncurses_conf=$(type -p $ncurses_conf 2> /dev/null) || continue
|
||||||
LIBS="${LIBS:+$LIBS }$($ncurses_conf --libs)"
|
LIBS="${LIBS:+$LIBS }$($ncurses_conf --libs)"
|
||||||
CFLAGS="${CFLAGS:+$CFLAGS }$($ncurses_conf --cflags)"
|
CFLAGS="${CFLAGS:+$CFLAGS }$($ncurses_conf --cflags)"
|
||||||
@ -86,6 +86,8 @@ Authors:
|
|||||||
%_mandir/man1/dialog.1.gz
|
%_mandir/man1/dialog.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 18 2008 werner@suse.de
|
||||||
|
- Reflect last changes in ncurses
|
||||||
* Thu Aug 14 2008 werner@suse.de
|
* Thu Aug 14 2008 werner@suse.de
|
||||||
- Update to version 1.1 patchlevel 20080727
|
- Update to version 1.1 patchlevel 20080727
|
||||||
- Use new ncurses ABI 6 which has extend mouse and color support
|
- Use new ncurses ABI 6 which has extend mouse and color support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user