Rebuild.
This commit is contained in:
parent
90a4cb627a
commit
59a607d2f6
@ -2,7 +2,7 @@ Summary: A CRT screen handling and optimization package.
|
||||
Name: ncurses
|
||||
Version: 5.5
|
||||
%define includedirw %{_includedir}/ncursesw
|
||||
Release: 16
|
||||
Release: 17
|
||||
License: distributable
|
||||
Group: System Environment/Libraries
|
||||
URL: http://dickey.his.com/ncurses/ncurses.html
|
||||
@ -14,7 +14,7 @@ Source3: ncurses-resetall.sh
|
||||
Patch1: ncurses-5.4-xterm-kbs.patch
|
||||
Patch2: ncurses-5.4-filter.patch
|
||||
Patch3: ncurses-5.4-endwinfilter.patch
|
||||
#Patch4: ncurses-5.5-chtypeaslong2.patch
|
||||
Patch4: ncurses-5.5-chtypeaslong3.patch
|
||||
BuildRequires: sharutils
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
|
||||
@ -52,7 +52,7 @@ Use the following compiler flags to build against the ncurses library:
|
||||
%patch1 -p1 -b .xterm-kbs
|
||||
%patch2 -p1 -b .filter
|
||||
%patch3 -p1 -b .endwinfilter
|
||||
#%patch4 -p1 -b .chtypeaslong2
|
||||
%patch4 -p1 -b .chtypeaslong3
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags} -DPURE_TERMINFO -DSVR4_CURSES"
|
||||
@ -165,6 +165,9 @@ rm -Rf ${RPM_BUILD_ROOT}%{_libdir}/terminfo
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%changelog
|
||||
* Fri Jan 27 2006 Petr Raszyk <praszyk@redhat.com> 5.5-17
|
||||
- Rebuild.
|
||||
|
||||
* Fri Jan 27 2006 Petr Raszyk <praszyk@redhat.com> 5.5-16
|
||||
- Rebuild.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user