update to 5.9-20140906
This commit is contained in:
parent
861713d653
commit
b2e6a11e09
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1 @@
|
|||||||
/ncurses-5.9.tar.gz
|
/ncurses-5.9-20140906.tgz
|
||||||
/ncurses-5.9-20140308-patch.sh.bz2
|
|
||||||
/ncurses-5.9-20140315-20140323.patch.xz
|
|
||||||
|
10
ncurses.spec
10
ncurses.spec
@ -1,3 +1,4 @@
|
|||||||
|
%global revision 20140906
|
||||||
Summary: Ncurses support utilities
|
Summary: Ncurses support utilities
|
||||||
Name: ncurses
|
Name: ncurses
|
||||||
Version: 5.9
|
Version: 5.9
|
||||||
@ -5,10 +6,8 @@ Release: 16.20140323%{?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/current/ncurses-%{version}-%{revision}.tgz
|
||||||
|
|
||||||
Patch1: ncurses-5.9-20140308-patch.sh.bz2
|
|
||||||
Patch2: ncurses-5.9-20140315-20140323.patch.xz
|
|
||||||
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,10 +91,7 @@ Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
|||||||
The ncurses-static package includes static libraries of the ncurses library.
|
The ncurses-static package includes static libraries of the ncurses library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{version}-%{revision}
|
||||||
|
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
%patch8 -p1 -b .config
|
%patch8 -p1 -b .config
|
||||||
%patch9 -p1 -b .libs
|
%patch9 -p1 -b .libs
|
||||||
|
Loading…
Reference in New Issue
Block a user