rpms/wqy-zenhei-fonts/F-10 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 wqy-zenhei-fonts.spec, 1.6, 1.7

Qianqian Fang fangq at fedoraproject.org
Sun Mar 8 06:09:33 UTC 2009


Author: fangq

Update of /cvs/pkgs/rpms/wqy-zenhei-fonts/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29410

Modified Files:
	.cvsignore sources wqy-zenhei-fonts.spec 
Log Message:
update to new upstream release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/wqy-zenhei-fonts/F-10/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	28 Oct 2008 03:40:18 -0000	1.6
+++ .cvsignore	8 Mar 2009 06:08:57 -0000	1.7
@@ -1 +1 @@
-wqy-zenhei-0.8.34-cvs20081027.tar.gz
+wqy-zenhei-0.8.38-1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/wqy-zenhei-fonts/F-10/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	28 Oct 2008 03:40:18 -0000	1.6
+++ sources	8 Mar 2009 06:08:57 -0000	1.7
@@ -1 +1 @@
-6f1eb1bc6cc334c79c4dc4314593cd04  wqy-zenhei-0.8.34-cvs20081027.tar.gz
+9f6c1b64170d08c568644f0661306729  wqy-zenhei-0.8.38-1.tar.gz


Index: wqy-zenhei-fonts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wqy-zenhei-fonts/F-10/wqy-zenhei-fonts.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wqy-zenhei-fonts.spec	28 Oct 2008 03:40:18 -0000	1.6
+++ wqy-zenhei-fonts.spec	8 Mar 2009 06:08:58 -0000	1.7
@@ -1,38 +1,44 @@
 %define fontname        wqy-zenhei
 %define fontdir         %{_datadir}/fonts/%{fontname}
+%define fontconf        44-%{fontname}.conf
 %define fontconfdir     %{_sysconfdir}/fonts/conf.d
+%define fontconfavail   %{_sysconfdir}/fonts/conf.avail
 %define catalogue       %{_sysconfdir}/X11/fontpath.d
+%define setscript zenheiset
 
 Name: %{fontname}-fonts
 Summary: WenQuanYi Zen Hei CJK Font
-Version: 0.8.34
-Release: 0.cvs20081027%{?dist}
+Version: 0.8.38
+Release: 1%{?dist}
 # for font embedding exception please see
 # http://www.gnu.org/licenses/gpl-faq.html#FontException
 License: GPLv2 with exceptions
 URL: http://wqy.sourceforge.net/en/
 Group: User Interface/X
-Source: http://downloads.sourceforge.net/wqy/%{fontname}-%{version}-cvs20081027.tar.gz
+Source:    http://downloads.sourceforge.net/wqy/%{fontname}-%{version}-1.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 BuildRequires: mkfontdir
 
 %description
-The WenQuanYi Zen Hei is a Hei-Ti style (sans-serif)
-Chinese outline font. It was designed for general purpose text 
-formatting and on-screen display of Chinese characters among
+WenQuanYi Zen Hei is a Hei-Ti style (sans-serif type) Chinese 
+outline font. It is designed for general purpose text formatting 
+and on-screen display of Chinese characters and symbols from
 many other languages. The embolden strokes of the font glyphs 
-produces enhanced screen contrast, likely resulting in 
-improvement in reading speed and recognition. The embedded 
-bitmap glyphs further enhance on-screen performance, 
-which could be enabled with the provided configuration files.
-WenQuanYi Zen Hei provides fairly complete coverage to Chinese 
-Hanzi glyphs including both simplified and traditional forms. 
-The total glyph number in this font is over 35,000, including over 
-21,000 Chinese Hanzi. This font provides full coverage to
-GBK(CP936) charset, CJK Unified Ideographs, as well as the 
-code-points needed for zh_cn, zh_sg, zh_tw, zh_hk, zh_mo, 
-ja (Japanese) and ko (Korean) locales for fontconfig.
+produces enhanced screen contrast, making it easier to read
+recognize. The embedded bitmap glyphs further enhance on-screen 
+performance, which can be enabled with the provided configuration 
+files. WenQuanYi Zen Hei provides a rather complete coverage to 
+Chinese Hanzi glyphs, including both simplified and traditional 
+forms. The total glyph number in this font is over 35,000, including 
+over 21,000 Chinese Hanzi. This font has full coverage to GBK(CP936) 
+charset, CJK Unified Ideographs, as well as the code-points 
+needed for zh_cn, zh_sg, zh_tw, zh_hk, zh_mo, ja (Japanese) 
+and ko (Korean) locales for fontconfig. Starting from version 
+0.8, this font package has contained two font families, i.e. 
+the proportionally-spaced Zen Hei, and a mono-spaced face 
+named "WenQuanYi Zen Hei Mono".
+
 
 %prep
 %setup -q -n %{fontname}
@@ -44,9 +50,19 @@
 rm -rf %{buildroot}
 install -d -m755 %{buildroot}%{fontdir}
 install -d -m755 %{buildroot}%{fontconfdir}
+install -d -m755 %{buildroot}%{fontconfavail}
 install -p -m644 *.ttc  %{buildroot}%{fontdir}/
-install -p -m644 44-%{fontname}.conf  %{buildroot}%{fontconfdir}/
-
+install -p -m644 *-%{fontname}*.conf \
+        %{buildroot}%{fontconfavail}/
+	
+ln -s %{fontconfavail}/%{fontconf} \
+      %{buildroot}%{fontconfdir}/%{fontconf}
+      	
+install -m 0755 -d %{buildroot}%{_bindir}
+
+install -m 0744 -p %{setscript} \
+        %{buildroot}%{_bindir}/%{setscript}
+	
 # Install catalogue symlink
 mkdir -p %{buildroot}%{catalogue}
 ln -sf %{fontdir} %{buildroot}%{catalogue}/%{name}
@@ -63,6 +79,11 @@
 %{fontdir}/*.ttc
 %{fontdir}/fonts.dir
 %config(noreplace) %{fontconfdir}/44-%{fontname}.conf
+%config(noreplace) %{fontconfavail}/44-%{fontname}.conf
+%config(noreplace) %{fontconfavail}/66-%{fontname}-sharp.conf
+%config(noreplace) %{fontconfavail}/66-%{fontname}-sharp-no13px.conf
+%attr(744 ,root ,root) %{_bindir}/%{setscript}
+
 %{catalogue}/%{name}
 
 %post
@@ -78,6 +99,9 @@
 fi
 
 %changelog
+*Sat Mar 07 2009 Qianqian Fang <fangqq at gmail.com> 0.8.38-1
+- update to the final version of upstream v0.8 release
+
 *Mon Oct 27 2008 Qianqian Fang <fangqq at gmail.com> 0.8.34-0.cvs20081027
 - upstream new version prelease
 




More information about the fedora-extras-commits mailing list