OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 01-Aug-2006 09:47:24
Branch: OPENPKG_2_STABLE Handle: 2006080108472400
Modified files: (Branch: OPENPKG_2_STABLE)
openpkg-src/ncurses ncurses.spec
Log:
MFC: more vendor patches plus removed dependency to gzip
Summary:
Revision Changes Path
1.264.2.3 +15 -5 openpkg-src/ncurses/ncurses.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ncurses/ncurses.spec
============================================================================
$ cvs diff -u -r1.264.2.2 -r1.264.2.3 ncurses.spec
--- openpkg-src/ncurses/ncurses.spec 27 Jun 2006 14:01:19 -0000
1.264.2.2
+++ openpkg-src/ncurses/ncurses.spec 1 Aug 2006 07:47:24 -0000
1.264.2.3
@@ -44,9 +44,14 @@
%define V_patch18 20060603
%define V_patch19 20060617
%define V_patch20 20060625
+%define V_patch21 20060701
+%define V_patch22 20060708
+%define V_patch23 20060715
+%define V_patch24 20060722
+%define V_patch25 20060729
%define V_patchB %{V_patch1}
-%define V_patchL %{V_patch20}
-%define V_patches 20
+%define V_patchL %{V_patch25}
+%define V_patches 25
# package information
Name: ncurses
@@ -59,7 +64,7 @@
Group: Terminal
License: GPL
Version: %{V_base}.%{V_patchL}
-Release: 2.20060627
+Release: 2.20060801
# list of sources
Source0: ftp://invisible-island.net/ncurses/ncurses-%{V_base}.tar.gz
@@ -83,6 +88,11 @@
Patch18:
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch18}.patch.gz
Patch19:
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch19}.patch.gz
Patch20:
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch20}.patch.gz
+Patch21:
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch21}.patch.gz
+Patch22:
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch22}.patch.gz
+Patch23:
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch23}.patch.gz
+Patch24:
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch24}.patch.gz
+Patch25:
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch25}.patch.gz
Patch100: ncurses.patch
# build information
@@ -133,8 +143,8 @@
%{expand:%(i=1; while [ $i -le %{V_patches} ]; do %{l_shtool} echo
-n " %%{PATCH$i}"; i=`expr $i + 1`; done)}
do
case "$patchfile" in
- *.sh.bz2 ) %{l_bzip2} -d -c $patchfile | sed -e 's;patch
-p1;%{l_patch} -p1;' | sh - || true ;;
- *.sh.gz ) %{l_gzip} -d -c $patchfile | sed -e 's;patch
-p1;%{l_patch} -p1;' | sh - || true ;;
+ *.sh.bz2 ) %{l_bzip2} -d -c $patchfile | sed -e 's;gzip
-dc;%{l_gzip} -dc;' -e 's;patch -p1;%{l_patch} -p1;' | sh - || true ;;
+ *.sh.gz ) %{l_gzip} -d -c $patchfile | sed -e 's;gzip
-dc;%{l_gzip} -dc;' -e 's;patch -p1;%{l_patch} -p1;' | sh - || true ;;
*.patch.bz2 ) %{l_bzip2} -d -c $patchfile | %{l_patch} -p1 ||
true ;;
*.patch.gz ) %{l_gzip} -d -c $patchfile | %{l_patch} -p1 ||
true ;;
* )
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]