This commit is contained in:
praszyk 2006-01-27 15:58:32 +00:00
parent 692097fbe6
commit fcf8edd929

View File

@ -2,7 +2,7 @@ Summary: A CRT screen handling and optimization package.
Name: ncurses Name: ncurses
Version: 5.5 Version: 5.5
%define includedirw %{_includedir}/ncursesw %define includedirw %{_includedir}/ncursesw
Release: 13 Release: 14
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
@ -14,7 +14,7 @@ Source3: ncurses-resetall.sh
Patch1: ncurses-5.4-xterm-kbs.patch Patch1: ncurses-5.4-xterm-kbs.patch
Patch2: ncurses-5.4-filter.patch Patch2: ncurses-5.4-filter.patch
Patch3: ncurses-5.4-endwinfilter.patch Patch3: ncurses-5.4-endwinfilter.patch
Patch4: ncurses-5.5-chtypeaslongint.patch #Patch4: ncurses-5.5-chtypeaslongint.patch
BuildRequires: sharutils BuildRequires: sharutils
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
@ -52,7 +52,7 @@ Use the following compiler flags to build against the ncurses library:
%patch1 -p1 -b .xterm-kbs %patch1 -p1 -b .xterm-kbs
%patch2 -p1 -b .filter %patch2 -p1 -b .filter
%patch3 -p1 -b .endwinfilter %patch3 -p1 -b .endwinfilter
%patch4 -p1 -b .chtypeaslongint #%patch4 -p1 -b .chtypeaslongint
%build %build
CFLAGS="%{optflags} -DPURE_TERMINFO -DSVR4_CURSES" CFLAGS="%{optflags} -DPURE_TERMINFO -DSVR4_CURSES"
@ -165,6 +165,9 @@ rm -Rf ${RPM_BUILD_ROOT}%{_libdir}/terminfo
rm -rf ${RPM_BUILD_ROOT} rm -rf ${RPM_BUILD_ROOT}
%changelog %changelog
* Fri Jan 27 2006 Petr Raszyk <praszyk@redhat.com> 5.5-14
- Rebuild.
* Fri Jan 27 2006 Petr Raszyk <praszyk@redhat.com> 5.5-13 * Fri Jan 27 2006 Petr Raszyk <praszyk@redhat.com> 5.5-13
- Rebuild. - Rebuild.