This commit is contained in:
parent
bf51856ef3
commit
cfb9a4cdc2
@ -131,7 +131,7 @@
|
|||||||
LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
|
LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
|
||||||
fi
|
fi
|
||||||
if test "$cf_cv_ld_rpath" = yes ; then
|
if test "$cf_cv_ld_rpath" = yes ; then
|
||||||
@@ -8185,12 +8185,15 @@ cat >>$cf_edit_man <<CF_EOF
|
@@ -8186,12 +8186,15 @@ cat >>$cf_edit_man <<CF_EOF
|
||||||
echo '? missing rename for '\$cf_source
|
echo '? missing rename for '\$cf_source
|
||||||
cf_target="\$cf_source"
|
cf_target="\$cf_source"
|
||||||
fi
|
fi
|
||||||
@ -149,7 +149,7 @@
|
|||||||
sed -f $cf_man_alias \\
|
sed -f $cf_man_alias \\
|
||||||
CF_EOF
|
CF_EOF
|
||||||
|
|
||||||
@@ -8200,7 +8203,7 @@ cat >>$cf_edit_man <<CF_EOF
|
@@ -8201,7 +8204,7 @@ cat >>$cf_edit_man <<CF_EOF
|
||||||
CF_EOF
|
CF_EOF
|
||||||
else
|
else
|
||||||
cat >>$cf_edit_man <<CF_EOF
|
cat >>$cf_edit_man <<CF_EOF
|
||||||
@ -158,7 +158,7 @@
|
|||||||
CF_EOF
|
CF_EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -8233,7 +8236,7 @@ cat >>$cf_edit_man <<CF_EOF
|
@@ -8234,7 +8237,7 @@ cat >>$cf_edit_man <<CF_EOF
|
||||||
mv \$TMP.$cf_so_strip \$TMP
|
mv \$TMP.$cf_so_strip \$TMP
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
@ -167,7 +167,7 @@
|
|||||||
CF_EOF
|
CF_EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -8242,22 +8245,22 @@ case "$MANPAGE_FORMAT" in #(vi
|
@@ -8243,22 +8246,22 @@ case "$MANPAGE_FORMAT" in #(vi
|
||||||
cat >>$cf_edit_man <<CF_EOF
|
cat >>$cf_edit_man <<CF_EOF
|
||||||
if test \$form = format ; then
|
if test \$form = format ; then
|
||||||
# BSDI installs only .0 suffixes in the cat directories
|
# BSDI installs only .0 suffixes in the cat directories
|
||||||
@ -196,7 +196,7 @@
|
|||||||
for cf_alias in \$aliases
|
for cf_alias in \$aliases
|
||||||
do
|
do
|
||||||
if test \$section = 1 ; then
|
if test \$section = 1 ; then
|
||||||
@@ -8266,15 +8269,15 @@ cat >>$cf_edit_man <<CF_EOF
|
@@ -8267,15 +8270,15 @@ cat >>$cf_edit_man <<CF_EOF
|
||||||
|
|
||||||
if test "$MANPAGE_SYMLINKS" = yes ; then
|
if test "$MANPAGE_SYMLINKS" = yes ; then
|
||||||
if test -f \$cf_alias\${suffix} ; then
|
if test -f \$cf_alias\${suffix} ; then
|
||||||
@ -215,7 +215,7 @@
|
|||||||
echo ".so \$cf_source" >\$TMP
|
echo ".so \$cf_source" >\$TMP
|
||||||
CF_EOF
|
CF_EOF
|
||||||
if test -n "$cf_compress" ; then
|
if test -n "$cf_compress" ; then
|
||||||
@@ -8294,8 +8297,8 @@ cat >>$cf_edit_man <<CF_EOF
|
@@ -8295,8 +8298,8 @@ cat >>$cf_edit_man <<CF_EOF
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
elif test \$verb = removing ; then
|
elif test \$verb = removing ; then
|
||||||
@ -226,7 +226,7 @@
|
|||||||
test -n "\$aliases" && (
|
test -n "\$aliases" && (
|
||||||
cd \$cf_subdir\${section} && (
|
cd \$cf_subdir\${section} && (
|
||||||
for cf_alias in \$aliases
|
for cf_alias in \$aliases
|
||||||
@@ -8313,6 +8316,7 @@ cat >>$cf_edit_man <<CF_EOF
|
@@ -8314,6 +8317,7 @@ cat >>$cf_edit_man <<CF_EOF
|
||||||
# echo ".hy 0"
|
# echo ".hy 0"
|
||||||
cat \$TMP
|
cat \$TMP
|
||||||
fi
|
fi
|
||||||
@ -234,7 +234,7 @@
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
@@ -14081,7 +14085,7 @@ else
|
@@ -14082,7 +14086,7 @@ else
|
||||||
#line 14081 "configure"
|
#line 14081 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
@ -243,7 +243,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
@@ -15216,6 +15220,7 @@ if test "$with_termlib" != no ; then
|
@@ -15217,6 +15221,7 @@ if test "$with_termlib" != no ; then
|
||||||
TINFO_ARGS="-L${LIB_DIR} $TEST_ARGS"
|
TINFO_ARGS="-L${LIB_DIR} $TEST_ARGS"
|
||||||
SHLIB_LIST="$SHLIB_LIST -l${TINFO_LIB_SUFFIX}"
|
SHLIB_LIST="$SHLIB_LIST -l${TINFO_LIB_SUFFIX}"
|
||||||
fi
|
fi
|
||||||
@ -324,6 +324,17 @@
|
|||||||
The \fBncurses\fR library permits manipulation of data structures,
|
The \fBncurses\fR library permits manipulation of data structures,
|
||||||
called \fIwindows\fR, which can be thought of as two-dimensional
|
called \fIwindows\fR, which can be thought of as two-dimensional
|
||||||
arrays of characters representing all or part of a CRT screen. A
|
arrays of characters representing all or part of a CRT screen. A
|
||||||
|
--- misc/ncurses-config.in
|
||||||
|
+++ misc/ncurses-config.in 2008-04-10 11:12:06.528491302 +0200
|
||||||
|
@@ -73,7 +73,7 @@ while test $# -gt 0; do
|
||||||
|
if test "${prefix}/include" != /usr/include ; then
|
||||||
|
INCS="-I${prefix}/include"
|
||||||
|
fi
|
||||||
|
- if test "@WITH_OVERWRITE@" != no ; then
|
||||||
|
+ if test "${THIS%[0-9]*}" != ncurses ; then
|
||||||
|
INCS="$INCS -I${prefix}/include/${THIS}"
|
||||||
|
fi
|
||||||
|
sed -e 's,^[ ]*,,' -e 's, [ ]*, ,g' -e 's,[ ]*$,,' <<-ENDECHO
|
||||||
--- misc/terminfo.src
|
--- misc/terminfo.src
|
||||||
+++ misc/terminfo.src 2007-01-31 14:27:30.000000000 +0100
|
+++ misc/terminfo.src 2007-01-31 14:27:30.000000000 +0100
|
||||||
@@ -301,7 +301,9 @@ dumb|80-column dumb tty,
|
@@ -301,7 +301,9 @@ dumb|80-column dumb tty,
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 10 11:17:20 CEST 2008 - werner@suse.de
|
||||||
|
|
||||||
|
- Small change to make the cflags work in ncurses{w,t,tw}-config
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 8 19:20:00 CEST 2008 - werner@suse.de
|
Wed Apr 8 19:20:00 CEST 2008 - werner@suse.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ License: X11/MIT
|
|||||||
Group: System/Base
|
Group: System/Base
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 5.6
|
Version: 5.6
|
||||||
Release: 71
|
Release: 72
|
||||||
Summary: New curses Libraries
|
Summary: New curses Libraries
|
||||||
Source0: ncurses-5.6.tar.bz2
|
Source0: ncurses-5.6.tar.bz2
|
||||||
Url: http://invisible-island.net/ncurses/ncurses.html
|
Url: http://invisible-island.net/ncurses/ncurses.html
|
||||||
@ -55,7 +55,7 @@ Authors:
|
|||||||
Eric S. Raymond <esr@thyrsus.com>
|
Eric S. Raymond <esr@thyrsus.com>
|
||||||
Thomas E. Dickey <dickey@invisible-island.net>
|
Thomas E. Dickey <dickey@invisible-island.net>
|
||||||
Juergen Pfeifer <Juergen.Pfeifer@t-online.de>
|
Juergen Pfeifer <Juergen.Pfeifer@t-online.de>
|
||||||
Pavel Curtis
|
Pavel Curtis
|
||||||
|
|
||||||
%package -n libncurses5
|
%package -n libncurses5
|
||||||
License: X11/MIT
|
License: X11/MIT
|
||||||
@ -77,7 +77,7 @@ Authors:
|
|||||||
Eric S. Raymond <esr@thyrsus.com>
|
Eric S. Raymond <esr@thyrsus.com>
|
||||||
Thomas E. Dickey <dickey@invisible-island.net>
|
Thomas E. Dickey <dickey@invisible-island.net>
|
||||||
Juergen Pfeifer <Juergen.Pfeifer@t-online.de>
|
Juergen Pfeifer <Juergen.Pfeifer@t-online.de>
|
||||||
Pavel Curtis
|
Pavel Curtis
|
||||||
|
|
||||||
%package -n terminfo
|
%package -n terminfo
|
||||||
Summary: A terminal descriptions database
|
Summary: A terminal descriptions database
|
||||||
@ -439,6 +439,8 @@ tar Oxfj %{SOURCE1} | patch -p1 -s
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 10 2008 werner@suse.de
|
||||||
|
- Small change to make the cflags work in ncurses{w,t,tw}-config
|
||||||
* Tue Apr 08 2008 werner@suse.de
|
* Tue Apr 08 2008 werner@suse.de
|
||||||
- New sub package libncurses5 including the shared libraries and
|
- New sub package libncurses5 including the shared libraries and
|
||||||
the required terminfo and termset data files.
|
the required terminfo and termset data files.
|
||||||
|
Loading…
Reference in New Issue
Block a user