- modify tgetstr to make screen happy (#202480)
- use CFLAGS when linking (#199369) - change BuildRoot tag to comply with Fedora packaging guidelines
This commit is contained in:
parent
12b31995a1
commit
743447797d
13
ncurses.spec
13
ncurses.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A terminal handling library
|
Summary: A terminal handling library
|
||||||
Name: ncurses
|
Name: ncurses
|
||||||
Version: 5.5
|
Version: 5.5
|
||||||
Release: 23.20060715
|
Release: 24.20060715
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://invisible-island.net/ncurses/ncurses.html
|
URL: http://invisible-island.net/ncurses/ncurses.html
|
||||||
@ -15,8 +15,10 @@ Patch2: ftp://invisible-island.net/ncurses/5.5/ncurses-5.5-20060708.patch.gz
|
|||||||
Patch3: ftp://invisible-island.net/ncurses/5.5/ncurses-5.5-20060715.patch.gz
|
Patch3: ftp://invisible-island.net/ncurses/5.5/ncurses-5.5-20060715.patch.gz
|
||||||
Patch5: ncurses-5.4-xterm-kbs.patch
|
Patch5: ncurses-5.4-xterm-kbs.patch
|
||||||
Patch6: ncurses-5.5-20060715-tgetent.patch
|
Patch6: ncurses-5.5-20060715-tgetent.patch
|
||||||
|
Patch7: ncurses-5.5-20060715-tgetstr.patch
|
||||||
|
Patch8: ncurses-5.5-20060715-cflags.patch
|
||||||
BuildRequires: sharutils gpm-devel
|
BuildRequires: sharutils gpm-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The curses library routines are a terminal-independent method of
|
The curses library routines are a terminal-independent method of
|
||||||
@ -54,6 +56,8 @@ zcat %{SOURCE4} | sh > /dev/null
|
|||||||
|
|
||||||
%patch5 -p1 -b .xterm-kbs
|
%patch5 -p1 -b .xterm-kbs
|
||||||
%patch6 -p1 -b .tgetent
|
%patch6 -p1 -b .tgetent
|
||||||
|
%patch7 -p1 -b .tgetstr
|
||||||
|
%patch8 -p1 -b .cflags
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir narrowc widec
|
mkdir narrowc widec
|
||||||
@ -145,6 +149,11 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/terminfo
|
|||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 31 2006 Miroslav Lichvar <mlichvar@redhat.com> 5.5-24.20060715
|
||||||
|
- modify tgetstr to make screen happy (#202480)
|
||||||
|
- use CFLAGS when linking (#199369)
|
||||||
|
- change BuildRoot tag to comply with Fedora packaging guidelines
|
||||||
|
|
||||||
* Wed Aug 16 2006 Miroslav Lichvar <mlichvar@redhat.com> 5.5-23.20060715
|
* Wed Aug 16 2006 Miroslav Lichvar <mlichvar@redhat.com> 5.5-23.20060715
|
||||||
- fix another crash in tgetent (#202480)
|
- fix another crash in tgetent (#202480)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user