Author: sparky Date: Fri May 18 16:21:09 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - don't use full ftp path in patches, those aren't there anyway
---- Files affected: SPECS: ncurses.spec (1.165 -> 1.166) ---- Diffs: ================================================================ Index: SPECS/ncurses.spec diff -u SPECS/ncurses.spec:1.165 SPECS/ncurses.spec:1.166 --- SPECS/ncurses.spec:1.165 Sat Feb 24 01:19:03 2007 +++ SPECS/ncurses.spec Fri May 18 18:21:02 2007 @@ -24,16 +24,19 @@ # Source0-md5: b6593abe1089d6aab1551c105c9300e3 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 + +# source: ftp://dickey.his.com/ncurses/5.6/ +Patch0: %{name}-5.6-20061223.patch.gz +Patch1: %{name}-5.6-20061230.patch.gz +Patch2: %{name}-5.6-20070106.patch.gz +Patch3: %{name}-5.6-20070113.patch.gz +Patch4: %{name}-5.6-20070120.patch.gz +Patch5: %{name}-5.6-20070127.patch.gz +Patch6: %{name}-5.6-20070128.patch.gz +Patch7: %{name}-5.6-20070203.patch.gz +Patch8: %{name}-5.6-20070210.patch.gz +Patch9: %{name}-5.6-20070217.patch.gz + Patch100: %{name}-screen_hpa_fix.patch Patch101: %{name}-xterm_hpa_fix.patch Patch102: %{name}-meta.patch @@ -384,11 +387,11 @@ %clean rm -rf $RPM_BUILD_ROOT -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig -%post ext -p /sbin/ldconfig -%postun ext -p /sbin/ldconfig +%post ext -p /sbin/ldconfig +%postun ext -p /sbin/ldconfig %files %defattr(644,root,root,755) @@ -567,6 +570,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.166 2007/05/18 16:21:02 sparky +- don't use full ftp path in patches, those aren't there anyway + Revision 1.165 2007/02/24 00:19:03 arekm - rel 4; patches from upstream up to 20070217 @@ -694,7 +700,7 @@ Revision 1.129 2004/03/31 09:18:51 adgor - Removed xterm-color.patch - do not see reason tyo keep klone+color in separate package and make new existances -- Fied apropriate %%files sections +- Fied apropriate %files sections - Release 0.6 Revision 1.128 2004/03/30 16:12:09 adgor @@ -719,7 +725,7 @@ Revision 1.123 2004/03/10 15:24:07 wiget - added 4 official bugfix patches -- simplify %%files terminfo (thx to %%exclude) +- simplify %files terminfo (thx to %exclude) - release 0.2 Revision 1.122 2004/03/07 22:16:42 ankry @@ -727,10 +733,10 @@ Revision 1.121 2004/02/17 00:28:39 arekm - started update, patch2 obsoleted by --with-manpage-aliases; patches 4 and 6 need review -[updated to 5.4] + [updated to 5.4] Revision 1.120 2004/02/05 15:50:19 marcus -- small typo in %%desc +- small typo in %desc Revision 1.119 2004/02/05 09:34:16 jajcus - don't fail when $TERMINFO is not set neither @@ -784,7 +790,7 @@ - release 2 Revision 1.104 2002/10/28 21:38:57 qboosh -- use plain %%configure +- use plain %configure - fixed *.so symlinks in -devel Revision 1.103 2002/10/28 10:09:48 wiget @@ -807,7 +813,7 @@ - final cursor fixes in rxvt patch Revision 1.98 2002/05/25 21:41:14 qboosh -- new %%doc +- new %doc Revision 1.97 2002/05/19 20:14:12 ankry - some fixes in pl/terminfo.5 man page (ncurses-non-english-man-pages.tar.bz2) @@ -823,13 +829,13 @@ Revision 1.94 2002/04/22 18:15:02 blues - release 28 - readded some library links to ext package -STBR - this is bugfix + STBR - this is bugfix Revision 1.93 2002/04/12 13:40:47 qboosh - removed redundant files from -devel, fixed perms in -ext; release 27 Revision 1.92 2002/03/24 20:56:42 marcus -- removed unnecessary %%else +- removed unnecessary %else Revision 1.91 2002/03/24 11:40:24 misiek - just nicer @@ -853,8 +859,8 @@ -L$(libdir) from linking parameters and this is hack because for allow regenerate ac files must be first rewrited ac suit :>), - added --witout cxx bcond handling for not produce C++ bindings subpackages. -NOTE: now ncurses builded --without cxx can produce correct result on system -with uCibc instead glibc. + NOTE: now ncurses builded --without cxx can produce correct result on system + with uCibc instead glibc. Revision 1.86 2002/03/06 17:53:02 filon - added ncurses-intro.html to devel (very good tutorial) @@ -868,7 +874,7 @@ Group field using gettext). Revision 1.83 2002/01/18 02:14:00 kloczek -perl -pi -e "s/[EMAIL PROTECTED]/[EMAIL PROTECTED]/" +- perl -pi -e "s/[EMAIL PROTECTED]/[EMAIL PROTECTED]/" Revision 1.82 2002/01/02 22:37:39 kloczek - libncurses5{,-devel} added to Obsoletes for allow upgrade from MDK. @@ -921,7 +927,7 @@ - spec adapterized. Revision 1.71 2001/09/21 02:57:36 kloczek -- release 15: added one missing header file (%%{_includedir}/ncurses_dll.h) +- release 15: added one missing header file (%{_includedir}/ncurses_dll.h) devel %files list. Revision 1.70 2001/09/20 02:43:53 kloczek @@ -943,7 +949,7 @@ Revision 1.66 2001/04/09 00:07:03 qboosh - BuildRequires: libstdc++-devel - removed buildreqs required by rpm-build -- use %%rpmcflags +- use %rpmcflags Revision 1.65 2001/02/16 17:19:56 qboosh - removed screen-w from terminfo package @@ -951,13 +957,13 @@ - post-adapter CFLAGS cleanup Revision 1.64 2001/02/13 23:06:58 agaran -Rel++, added screen-w to main package (ncurses-5.2), RtSTB +- Rel++, added screen-w to main package (ncurses-5.2), RtSTB Revision 1.63 2001/01/25 20:03:34 misiek -Massive attack. We use -O0 instead -O flags while debug enabled. +- Massive attack. We use -O0 instead -O flags while debug enabled. Revision 1.62 2000/12/23 00:48:45 michuz -- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...} +- changed %{!?debug:...}%{?debug...} to %{?debug:...}%{!?debug...} (now it's more C like) Revision 1.61 2000/11/08 02:27:54 kloczek @@ -1004,10 +1010,10 @@ - added "Obsoletes: libtermcap-devel" for devel subpackage. Revision 1.50 2000/06/09 07:54:44 kloczek -- more %%{__make} macros. +- more %{__make} macros. Revision 1.49 2000/06/09 07:23:26 kloczek -- added using %%{__make} macro. +- added using %{__make} macro. Revision 1.48 2000/06/07 03:33:09 kloczek - spec adapterized. @@ -1017,7 +1023,7 @@ - spec adapterized. Revision 1.46 2000/04/25 13:05:34 mikrobi -- %%dir %%{_includedir} added to package devel +- %dir %{_includedir} added to package devel Revision 1.45 2000/04/01 11:15:02 zagrodzki - changed all BuildRoot definitons @@ -1059,8 +1065,3 @@ Revision 1.36 1999/07/12 23:06:11 kloczek - added using CVS keywords in %changelog (for automating them). - -* Fri May 28 1999 Tomasz Kłoczko <[EMAIL PROTECTED]> - [4.2-19] -- based on RH spec, -- spec rewrited by PLD team.c ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ncurses.spec?r1=1.165&r2=1.166&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
