SPECS: ncurses.spec - rel 4; patches from upstream up to 20070217
arekm
arekm at pld-linux.org
Sat Feb 24 01:19:09 CET 2007
Author: arekm Date: Sat Feb 24 00:19:09 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 4; patches from upstream up to 20070217
---- Files affected:
SPECS:
ncurses.spec (1.164 -> 1.165)
---- Diffs:
================================================================
Index: SPECS/ncurses.spec
diff -u SPECS/ncurses.spec:1.164 SPECS/ncurses.spec:1.165
--- SPECS/ncurses.spec:1.164 Mon Feb 19 17:34:52 2007
+++ SPECS/ncurses.spec Sat Feb 24 01:19:03 2007
@@ -17,7 +17,7 @@
Summary(uk.UTF-8): ncurses - нова бібліотека керування терміналами
Name: ncurses
Version: 5.6
-Release: 3
+Release: 4
License: distributable
Group: Libraries
Source0: ftp://dickey.his.com/ncurses/%{name}-%{version}.tar.gz
@@ -25,6 +25,15 @@
Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
# Source1-md5: 3b05ee835dc20c306e9af2a9d3fbf1f1
Patch0: ftp://dickey.his.com/ncurses/5.6/%{name}-5.6-20061223.patch.gz
+Patch1: ftp://dickey.his.com/ncurses/5.6/%{name}-5.6-20061230.patch.gz
+Patch2: ftp://dickey.his.com/ncurses/5.6/%{name}-5.6-20070106.patch.gz
+Patch3: ftp://dickey.his.com/ncurses/5.6/%{name}-5.6-20070113.patch.gz
+Patch4: ftp://dickey.his.com/ncurses/5.6/%{name}-5.6-20070120.patch.gz
+Patch5: ftp://dickey.his.com/ncurses/5.6/%{name}-5.6-20070127.patch.gz
+Patch6: ftp://dickey.his.com/ncurses/5.6/%{name}-5.6-20070128.patch.gz
+Patch7: ftp://dickey.his.com/ncurses/5.6/%{name}-5.6-20070203.patch.gz
+Patch8: ftp://dickey.his.com/ncurses/5.6/%{name}-5.6-20070210.patch.gz
+Patch9: ftp://dickey.his.com/ncurses/5.6/%{name}-5.6-20070217.patch.gz
Patch100: %{name}-screen_hpa_fix.patch
Patch101: %{name}-xterm_hpa_fix.patch
Patch102: %{name}-meta.patch
@@ -300,6 +309,15 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
%patch100 -p1
%patch101 -p1
%patch102 -p1
@@ -337,7 +355,8 @@
--without-manpage-symlinks \
--with-ada-include=%{_libdir}/ada/adainclude/ \
--with-ada-objects=%{_libdir}/ada/adalib/ \
- `[ "$t" = "widec" ] && echo --enable-widec --includedir=%{_includedir}w`
+ `[ "$t" != "widec" ] && echo --with-termlib=tinfo` \
+ `[ "$t" = "widec" ] && echo --with-termlib=tinfow --enable-widec --includedir=%{_includedir}w`
%{__make} \
CC="%{__cc}"
cd ..
@@ -441,18 +460,24 @@
%dir %{_includedir}
%{_includedir}/curses.h
%{_includedir}/eti.h
+%{_includedir}/nc_tparm.h
%{_includedir}/ncurses.h
%{_includedir}/ncurses_dll.h
%{_includedir}/term.h
+%{_includedir}/term_entry.h
%{_includedir}/termcap.h
+%{_includedir}/tic.h
%{_includedir}/unctrl.h
%dir %{_includedir}w
%{_includedir}w/curses.h
%{_includedir}w/eti.h
+%{_includedir}w/nc_tparm.h
%{_includedir}w/ncurses.h
%{_includedir}w/ncurses_dll.h
%{_includedir}w/term.h
+%{_includedir}w/term_entry.h
%{_includedir}w/termcap.h
+%{_includedir}w/tic.h
%{_includedir}w/unctrl.h
%{_mandir}/man3/*
%exclude %{_mandir}/man3/form*
@@ -542,6 +567,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.165 2007/02/24 00:19:03 arekm
+- rel 4; patches from upstream up to 20070217
+
Revision 1.164 2007/02/19 16:34:52 arekm
- rebuild
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/ncurses.spec?r1=1.164&r2=1.165&f=u
More information about the pld-cvs-commit
mailing list