update to 5.9
This commit is contained in:
parent
768e4f45a8
commit
591f080dd9
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
/ncurses-5.8.tar.gz
|
/ncurses-5.9.tar.gz
|
||||||
/ncurses-5.8-20110305-20110319.patch.bz2
|
|
||||||
|
14
ncurses.spec
14
ncurses.spec
@ -1,15 +1,12 @@
|
|||||||
Summary: Ncurses support utilities
|
Summary: Ncurses support utilities
|
||||||
Name: ncurses
|
Name: ncurses
|
||||||
Version: 5.8
|
Version: 5.9
|
||||||
Release: 2.20110319%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://invisible-island.net/ncurses/ncurses.html
|
URL: http://invisible-island.net/ncurses/ncurses.html
|
||||||
Source0: ftp://invisible-island.net/ncurses/ncurses-%{version}.tar.gz
|
Source0: ftp://invisible-island.net/ncurses/ncurses-%{version}.tar.gz
|
||||||
|
|
||||||
# upstream patches
|
|
||||||
Patch1: ncurses-5.8-20110305-20110319.patch.bz2
|
|
||||||
|
|
||||||
Patch8: ncurses-config.patch
|
Patch8: ncurses-config.patch
|
||||||
Patch9: ncurses-libs.patch
|
Patch9: ncurses-libs.patch
|
||||||
Patch11: ncurses-urxvt.patch
|
Patch11: ncurses-urxvt.patch
|
||||||
@ -92,8 +89,6 @@ The ncurses-static package includes static libraries of the ncurses library.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%patch8 -p1 -b .config
|
%patch8 -p1 -b .config
|
||||||
%patch9 -p1 -b .libs
|
%patch9 -p1 -b .libs
|
||||||
%patch11 -p1 -b .urxvt
|
%patch11 -p1 -b .urxvt
|
||||||
@ -101,7 +96,7 @@ The ncurses-static package includes static libraries of the ncurses library.
|
|||||||
|
|
||||||
# this will be in documentation, drop executable bits
|
# this will be in documentation, drop executable bits
|
||||||
cp -p install-sh test
|
cp -p install-sh test
|
||||||
chmod 644 test/*
|
find test -type f | xargs chmod 644
|
||||||
|
|
||||||
for f in ANNOUNCE; do
|
for f in ANNOUNCE; do
|
||||||
iconv -f iso8859-1 -t utf8 -o ${f}{_,} &&
|
iconv -f iso8859-1 -t utf8 -o ${f}{_,} &&
|
||||||
@ -277,6 +272,9 @@ bzip2 NEWS
|
|||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 05 2011 Miroslav Lichvar <mlichvar@redhat.com> 5.9-1
|
||||||
|
- update to 5.9
|
||||||
|
|
||||||
* Tue Mar 22 2011 Miroslav Lichvar <mlichvar@redhat.com> 5.8-2.20110319
|
* Tue Mar 22 2011 Miroslav Lichvar <mlichvar@redhat.com> 5.8-2.20110319
|
||||||
- update to patch 20110319
|
- update to patch 20110319
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user