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