Accepting request 42421 from Base:System

Copy from Base:System/ncurses based on submit request 42421 from user elvigia

OBS-URL: https://build.opensuse.org/request/show/42421
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=30
This commit is contained in:
OBS User autobuild 2010-07-02 16:36:30 +00:00 committed by Git OBS Bridge
commit 16ad9fb4ee
2 changed files with 14 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 2 06:48:39 UTC 2010 - jengelh@medozas.de
- Use %_smp_mflags
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 7 19:09:22 CEST 2010 - werner@suse.de Fri May 7 19:09:22 CEST 2010 - werner@suse.de

View File

@ -32,7 +32,7 @@ Obsoletes: ncurses-64bit
%endif %endif
# #
Version: 5.7 Version: 5.7
Release: 3 Release: 4
Summary: New curses Libraries Summary: New curses Libraries
Url: http://invisible-island.net/ncurses/ncurses.html Url: http://invisible-island.net/ncurses/ncurses.html
Source0: ncurses-%{version}.tar.bz2 Source0: ncurses-%{version}.tar.bz2
@ -386,9 +386,9 @@ mv tack-* tack
# This is a hack to be able to boot strap # This is a hack to be able to boot strap
# a libncurses with correct fallback.c. # a libncurses with correct fallback.c.
# #
make %{?jobs:-j%jobs} -C include make %{?_smp_mflags} -C include
make %{?jobs:-j%jobs} -C ncurses fallback.c FALLBACK_LIST="" make %{?_smp_mflags} -C ncurses fallback.c FALLBACK_LIST=""
make %{?jobs:-j%jobs} -C progs termsort.c transform.h infocmp tic make %{?_smp_mflags} -C progs termsort.c transform.h infocmp tic
rm -f ncurses/fallback.c rm -f ncurses/fallback.c
PATH=$PWD/progs:$OPATH PATH=$PWD/progs:$OPATH
pushd ncurses/ pushd ncurses/
@ -397,7 +397,7 @@ mv tack-* tack
mkdir -p $TERMINFO mkdir -p $TERMINFO
sh run_cmd.sh tic -I -r -e $FALLBK ../misc/terminfo.src > terminfo.src sh run_cmd.sh tic -I -r -e $FALLBK ../misc/terminfo.src > terminfo.src
sh run_cmd.sh tic -o $TERMINFO -s terminfo.src sh run_cmd.sh tic -o $TERMINFO -s terminfo.src
make %{?jobs:-j%jobs} fallback.c make %{?_smp_mflags} fallback.c
rm -rf $TERMINFO rm -rf $TERMINFO
unset TERMINFO unset TERMINFO
popd popd
@ -410,7 +410,7 @@ mv tack-* tack
# #
# Now rebuild libncurses and do the rest of this job # Now rebuild libncurses and do the rest of this job
# #
make %{?jobs:-j%jobs} make %{?_smp_mflags}
lib=%{_libdir} lib=%{_libdir}
inc=%{_incdir}/ncurses inc=%{_incdir}/ncurses
# must not use %jobs here (would lead to: ln: ncurses.h already exists) # must not use %jobs here (would lead to: ln: ncurses.h already exists)
@ -433,7 +433,7 @@ mv tack-* tack
# Now use --with-pthread for reentrant pthread support (abi > 5). # Now use --with-pthread for reentrant pthread support (abi > 5).
# #
eval ./${c#*./} --with-pthread --enable-reentrant --enable-ext-mouse --disable-widec --disable-ext-colors --without-progs eval ./${c#*./} --with-pthread --enable-reentrant --enable-ext-mouse --disable-widec --disable-ext-colors --without-progs
make %{?jobs:-j%jobs} make %{?_smp_mflags}
lib=%{_libdir}/ncurses6 lib=%{_libdir}/ncurses6
inc=%{_incdir}/ncurses6/ncurses inc=%{_incdir}/ncurses6/ncurses
# must not use %jobs here (would lead to: ln: ncurses.h already exists) # must not use %jobs here (would lead to: ln: ncurses.h already exists)
@ -451,7 +451,7 @@ mv tack-* tack
%else %else
eval ./${c#*./} --disable-ext-mouse --enable-widec --disable-ext-colors --without-progs eval ./${c#*./} --disable-ext-mouse --enable-widec --disable-ext-colors --without-progs
%endif %endif
make %{?jobs:-j%jobs} make %{?_smp_mflags}
lib=%{_libdir} lib=%{_libdir}
inc=%{_incdir}/ncursesw inc=%{_incdir}/ncursesw
# must not use %jobs here (would lead to: ln: ncurses.h already exists) # must not use %jobs here (would lead to: ln: ncurses.h already exists)
@ -462,7 +462,7 @@ mv tack-* tack
# Do both --enable-widec and --with-pthread (abi > 5). # Do both --enable-widec and --with-pthread (abi > 5).
# #
eval ./${c#*./} --with-pthread --enable-reentrant --enable-ext-mouse --enable-widec --enable-ext-colors --without-progs eval ./${c#*./} --with-pthread --enable-reentrant --enable-ext-mouse --enable-widec --enable-ext-colors --without-progs
make %{?jobs:-j%jobs} make %{?_smp_mflags}
lib=%{_libdir}/ncurses6 lib=%{_libdir}/ncurses6
inc=%{_incdir}/ncurses6/ncursesw inc=%{_incdir}/ncurses6/ncursesw
# must not use %jobs here (would lead to: ln: ncurses.h already exists) # must not use %jobs here (would lead to: ln: ncurses.h already exists)