auto-import changelog data from ncurses-5.4-13.src.rpm
Tue Aug 31 2004 Adrian Havill <havill@redhat.com> 5.4-13 - term.sh can't detect CJK environment; revert - gt 2.7 behaves better with xterm-new Tue Aug 03 2004 Adrian Havill <havill@redhat.com> 5.4-12 - make xterm same as xterm-r6 - detect for "dumb" in term.sh
This commit is contained in:
parent
db92f689ba
commit
6a83df1b78
21
ncurses.spec
21
ncurses.spec
@ -2,7 +2,7 @@ Summary: A CRT screen handling and optimization package.
|
|||||||
Name: ncurses
|
Name: ncurses
|
||||||
Version: 5.4
|
Version: 5.4
|
||||||
%define includedirw %{_includedir}/ncursesw
|
%define includedirw %{_includedir}/ncursesw
|
||||||
Release: 11.fc3
|
Release: 13
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://dickey.his.com/ncurses/ncurses.html
|
URL: http://dickey.his.com/ncurses/ncurses.html
|
||||||
@ -11,7 +11,7 @@ Source1: patch-5.4-20040711.sh
|
|||||||
Source2: ncurses-linux
|
Source2: ncurses-linux
|
||||||
Source3: ncurses-linux-m
|
Source3: ncurses-linux-m
|
||||||
Source4: ncurses-resetall.sh
|
Source4: ncurses-resetall.sh
|
||||||
Source5: term.sh
|
#Source5: term.sh
|
||||||
Patch1: ncurses-5.4-20040718.patch
|
Patch1: ncurses-5.4-20040718.patch
|
||||||
Patch2: ncurses-5.4-20040724.patch
|
Patch2: ncurses-5.4-20040724.patch
|
||||||
BuildRequires: sharutils
|
BuildRequires: sharutils
|
||||||
@ -57,20 +57,21 @@ CFLAGS="%{optflags} -DPURE_TERMINFO -DSVR4_CURSES"
|
|||||||
%define optflags $CFLAGS
|
%define optflags $CFLAGS
|
||||||
|
|
||||||
#WITH_GPM="--with-gpm"
|
#WITH_GPM="--with-gpm"
|
||||||
|
#WITHOUT_XTERM_NEW="--without-xterm-new"
|
||||||
|
|
||||||
mkdir narrowc widec
|
mkdir narrowc widec
|
||||||
cd narrowc
|
cd narrowc
|
||||||
ln -s ../configure .
|
ln -s ../configure .
|
||||||
%configure --with-shared --with-cxx --without-ada --with-ospeed=unsigned \
|
%configure --with-shared --with-cxx --without-ada --with-ospeed=unsigned \
|
||||||
$WITH_GPM --enable-sigwinch --enable-hard-tabs --enable-xmc-glitch \
|
$WITH_GPM --enable-sigwinch --enable-hard-tabs --enable-xmc-glitch \
|
||||||
--enable-colorfgbg \
|
--enable-colorfgbg $WITHOUT_XTERM_NEW \
|
||||||
--with-install-prefix=${RPM_BUILD_ROOT}
|
--with-install-prefix=${RPM_BUILD_ROOT}
|
||||||
make
|
make
|
||||||
cd ../widec
|
cd ../widec
|
||||||
ln -s ../configure .
|
ln -s ../configure .
|
||||||
%configure --with-shared --with-cxx --without-ada --with-ospeed=unsigned \
|
%configure --with-shared --with-cxx --without-ada --with-ospeed=unsigned \
|
||||||
$WITH_GPM --enable-sigwinch --enable-hard-tabs --enable-xmc-glitch \
|
$WITH_GPM --enable-sigwinch --enable-hard-tabs --enable-xmc-glitch \
|
||||||
--enable-colorfgbg --enable-widec \
|
--enable-colorfgbg $WITHOUT_XTERM_NEW --enable-widec \
|
||||||
--with-install-prefix=${RPM_BUILD_ROOT}
|
--with-install-prefix=${RPM_BUILD_ROOT}
|
||||||
make
|
make
|
||||||
cd ..
|
cd ..
|
||||||
@ -106,7 +107,7 @@ install -c -m644 %SOURCE3 ${RPM_BUILD_ROOT}%{_datadir}/terminfo/l/linux-m
|
|||||||
|
|
||||||
install -c -m 755 %{SOURCE4} ${RPM_BUILD_ROOT}%{_bindir}/resetall
|
install -c -m 755 %{SOURCE4} ${RPM_BUILD_ROOT}%{_bindir}/resetall
|
||||||
install -d ${RPM_BUILD_ROOT}%{_sysconfdir}/profile.d
|
install -d ${RPM_BUILD_ROOT}%{_sysconfdir}/profile.d
|
||||||
install -c -m 755 %{SOURCE5} ${RPM_BUILD_ROOT}%{_sysconfdir}/profile.d
|
#install -c -m 755 %{SOURCE5} ${RPM_BUILD_ROOT}%{_sysconfdir}/profile.d
|
||||||
|
|
||||||
rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/key_defined.3x.20030517*
|
rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/key_defined.3x.20030517*
|
||||||
rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/panel.3x.20030517*
|
rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/panel.3x.20030517*
|
||||||
@ -122,7 +123,7 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/panel.3x.20030517*
|
|||||||
%{_datadir}/terminfo
|
%{_datadir}/terminfo
|
||||||
%{_datadir}/tabset
|
%{_datadir}/tabset
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_sysconfdir}/profile.d/term.sh
|
#%{_sysconfdir}/profile.d/term.sh
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
@ -154,6 +155,14 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/panel.3x.20030517*
|
|||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 31 2004 Adrian Havill <havill@redhat.com> 5.4-13
|
||||||
|
- term.sh can't detect CJK environment; revert
|
||||||
|
- gt 2.7 behaves better with xterm-new
|
||||||
|
|
||||||
|
* Tue Aug 3 2004 Adrian Havill <havill@redhat.com> 5.4-12
|
||||||
|
- make xterm same as xterm-r6
|
||||||
|
- detect for "dumb" in term.sh
|
||||||
|
|
||||||
* Thu Jul 29 2004 Adrian Havill <havill@redhat.com> 5.4-11
|
* Thu Jul 29 2004 Adrian Havill <havill@redhat.com> 5.4-11
|
||||||
- add latest rollup patches and weekly patches
|
- add latest rollup patches and weekly patches
|
||||||
- remove home/end patch, which is now included in latest
|
- remove home/end patch, which is now included in latest
|
||||||
|
Loading…
Reference in New Issue
Block a user