Author: baggins Date: Mon Apr 23 19:55:38 2012 GMT Module: packages Tag: HEAD ---- Log message: - 3.39 - don't convert man pages _from_ utf8
---- Files affected: packages/man-pages: man-pages.spec (1.268 -> 1.269) ---- Diffs: ================================================================ Index: packages/man-pages/man-pages.spec diff -u packages/man-pages/man-pages.spec:1.268 packages/man-pages/man-pages.spec:1.269 --- packages/man-pages/man-pages.spec:1.268 Sun Mar 4 11:14:46 2012 +++ packages/man-pages/man-pages.spec Mon Apr 23 21:55:33 2012 @@ -16,8 +16,8 @@ Summary(tr.UTF-8): Linux Belgeleme Projesinin sistem kılavuz sayfaları Summary(uk.UTF-8): Сторінки мануалу (man) з Linux Documentation Project Name: man-pages -Version: 3.36 -Release: 1 +Version: 3.39 +Release: 0.1 License: distributable Group: Documentation %define cs_version 0.16 @@ -41,7 +41,7 @@ %define tr_version 1.0.3 %define zh_version 1.5 Source0: http://www.kernel.org/pub/linux/docs/man-pages/%{name}-%{version}.tar.xz -# Source0-md5: 40048279571c07b797c1a9ef22c86ccb +# Source0-md5: 3feafd75f9bb2132bc5055347329b198 Source1: ftp://ftp.linux.cz/pub/localization/linux/czman/%{name}-cs-%{cs_version}.tar.gz # Source1-md5: e8036794c1762804f2e242cc5b52001e # there is no LDP man page here, yet - but include it in sources for completeness @@ -106,7 +106,6 @@ Patch2: %{name}-misc.patch Patch3: %{name}-extra.patch URL: http://www.kernel.org/doc/man-pages/ -BuildRequires: iconv BuildRequires: sed >= 4.0 Obsoletes: man-pages-cs Obsoletes: man-pages-de @@ -353,12 +352,6 @@ # would go in gb18030, but not gb2312 rm -f zh_CN/man8/{chat,printcap}.8 -# these man-pages are in UTF-8 -for f in zh_CN/man?/* ; do - iconv -f UTF8 -t GB2312 $f > ${f}.tmp - mv -f ${f}.tmp $f -done - mv -f cs/man8/at.1 cs/man1 # unify name mv -f de/man7/{iso_8859_1,iso_8859-1}.7 @@ -517,6 +510,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.269 2012/04/23 19:55:33 baggins +- 3.39 +- don't convert man pages _from_ utf8 + Revision 1.268 2012/03/04 10:14:46 arekm - up to 3.36 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/man-pages/man-pages.spec?r1=1.268&r2=1.269 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
