Author: pwu
Update of /cvs/pkgs/rpms/cjkuni-fonts/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10531
Modified Files:
.cvsignore cjkuni-fonts.spec sources
Log Message:
* Wed May 26 2010 Peng Wu <[email protected]> - 0.2.20080216.1-40
- Improves Simplified Chinese and Traditional Chinese fonts.
Resolves [rhbz#589974] cjkuni-uming-fonts .conf file breaks font lookup by
lang
* Wed May 26 2010 Peng Wu <[email protected]> - 0.2.20080216.1-39
- Resolves [rhbz#595677] New: Dependency issue with upgrade in 37 -> 38.
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cjkuni-fonts/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore 22 Oct 2009 01:28:51 -0000 1.3
+++ .cvsignore 26 May 2010 02:20:19 -0000 1.4
@@ -1,3 +1,4 @@
ttf-arphic-ukai_0.2.20080216.1.orig.tar.gz
ttf-arphic-uming_0.2.20080216.1.orig.tar.gz
cjkuni-fonts-gscid-0.1.tgz
+ttf-arphic-fontconfig.tar.gz
Index: cjkuni-fonts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cjkuni-fonts/devel/cjkuni-fonts.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- cjkuni-fonts.spec 24 May 2010 06:25:23 -0000 1.23
+++ cjkuni-fonts.spec 26 May 2010 02:20:19 -0000 1.24
@@ -14,13 +14,18 @@ the CJK Unifonts project.
%define ukaibuilddir %{fontname}-ukai-fonts-%{version}
%define gsbuilddir %{fontname}-fonts-gscid-0.1
+%define fcbuilddir %{fontname}-fontconfig
+
+%define cncompatdir %{_datadir}/fonts/zh_CN/TrueType
+%define twcompatdir %{_datadir}/fonts/zh_TW/TrueType
+
%define _transdir %{_datadir}/fonts/cjkunifonts-
%define umingtransdir %{_transdir}uming
%define ukaitransdir %{_transdir}ukai
Name: %{fontname}-fonts
Version: 0.2.20080216.1
-Release: 37%{?dist}
+Release: 40%{?dist}
Summary: Chinese Unicode TrueType fonts in Ming and Kai face
License: Arphic
Group: User Interface/X
@@ -29,10 +34,11 @@ URL: http://www.freedesktop.org/
Source1:
http://ftp.debian.org/debian/pool/main/t/ttf-arphic-uming/ttf-arphic-uming_%{version}.orig.tar.gz
Source2:
http://ftp.debian.org/debian/pool/main/t/ttf-arphic-ukai/ttf-arphic-ukai_%{version}.orig.tar.gz
Source3: cjkuni-fonts-gscid-0.1.tgz
-Patch1: cjkunifonts-0.2.20080216.1-2.patch
-Patch2: cjkuni-fonts-0.2.20080216.1-18.patch
-Patch3: cjkuni-fonts-0.2.20080216.1-19.patch
-Patch4: cjkuni-fonts-uming-use-latin.patch
+Source5: ttf-arphic-fontconfig.tar.gz
+#Patch1: cjkunifonts-0.2.20080216.1-2.patch
+#Patch2: cjkuni-fonts-0.2.20080216.1-18.patch
+#Patch3: cjkuni-fonts-0.2.20080216.1-19.patch
+#Patch4: cjkuni-fonts-uming-use-latin.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u}
-n)
BuildArch: noarch
@@ -44,7 +50,6 @@ BuildRequires: fontpackages-devel >=
%package -n %{fontname}-uming-fonts
Summary: Chinese Unicode TrueType font in Ming face
Group: User Interface/X
-Requires: %{fontname}-fonts-common = %{version}-%{release}
Obsoletes: cjkunifonts-uming < 0.2.20080216.1-16
%description -n %{fontname}-uming-fonts
@@ -75,7 +80,6 @@ CJK Unifonts in Ming face.
%package -n %{fontname}-ukai-fonts
Summary: Chinese Unicode TrueType font in Kai face
Group: User Interface/X
-Requires: %{fontname}-fonts-common = %{version}-%{release}
Obsoletes: cjkunifonts-ukai < 0.2.20080216.1-16
%description -n %{fontname}-ukai-fonts
@@ -127,12 +131,13 @@ CJK Unifonts ghostscript files.
%prep
%setup -q -c -T -a1 -n %{umingbuilddir}
-%patch1 -p1 -b .1-rhbz466667
-%patch2 -p1 -b .2-rhbz475743
-%patch3 -p1 -b .3-rhbz459680
-%patch4 -p0 -b .4-use-latin
+#%patch1 -p1 -b .1-rhbz466667
+#%patch2 -p1 -b .2-rhbz475743
+#%patch3 -p1 -b .3-rhbz459680
+#%patch4 -p0 -b .4-use-latin
%setup -q -c -T -a2 -n %{ukaibuilddir}
%setup -q -c -T -a3 -n %{gsbuilddir}
+%setup -q -c -T -a5 -n %{fcbuilddir}
%build
%{nil}
@@ -155,32 +160,43 @@ cd ../
%__install -m 0644 %{ukaibuilddir}/fonts.scale %{buildroot}%{ukaidir}/
# *.conf
-%__install -d 0755 %{buildroot}%{_fontconfig_confdir}/
-%__install -d 0755 %{buildroot}%{_fontconfig_templatedir}/
-cd %{umingbuilddir}
-for fconf in `ls *-ttf-arphic-uming*.conf`
-do
- %__install -m 0644 $fconf %{buildroot}%{_fontconfig_templatedir}/
- %__ln_s %{_fontconfig_templatedir}/$fconf \
- %{buildroot}%{_fontconfig_confdir}/$fconf
-done
-cd ../
+%__install -m 0755 -d %{buildroot}%{_fontconfig_templatedir}
+%__install -m 0755 -d %{buildroot}%{_fontconfig_confdir}
+
+#cd %{umingbuilddir}
+#for fconf in `ls *-ttf-arphic-uming*.conf`
+#do
+# %__install -m 0644 $fconf %{buildroot}%{_fontconfig_templatedir}/
+# %__ln_s %{_fontconfig_templatedir}/$fconf \
+# %{buildroot}%{_fontconfig_confdir}/$fconf
+#done
+#cd ../
+
+#cd %{ukaibuilddir}
+#for fconf in `ls *-ttf-arphic-ukai*.conf`
+#do
+# %__install -m 0644 $fconf %{buildroot}%{_fontconfig_templatedir}/
+# %__ln_s %{_fontconfig_templatedir}/$fconf \
+# %{buildroot}%{_fontconfig_confdir}/$fconf
+#done
+#cd ../
-cd %{ukaibuilddir}
-for fconf in `ls *-ttf-arphic-ukai*.conf`
+pushd %{fcbuilddir}
+for fconf in `ls *-ttf-arphic*.conf`
do
%__install -m 0644 $fconf %{buildroot}%{_fontconfig_templatedir}/
%__ln_s %{_fontconfig_templatedir}/$fconf \
%{buildroot}%{_fontconfig_confdir}/$fconf
done
-cd ../
+popd
+
# drop small bitmap rendering for now
-%__rm %{buildroot}%{_fontconfig_confdir}/25-ttf-arphic-uming-bitmaps.conf
+#%__rm %{buildroot}%{_fontconfig_confdir}/25-ttf-arphic-uming-bitmaps.conf
# ghostscript
-%__install -d 0755 %{buildroot}%{gsdir}/
cd %{gsbuilddir}
+%__install -m 0755 -d %{buildroot}%{gsdir}
for gscid in `ls`
do
%__cat $gscid | sed
--expression='s/###ukailoc###/\/usr\/share\/fonts\/cjkuni-ukai/g'
--expression='s/###umingloc###/\/usr\/share\/fonts\/cjkuni-uming/g' > tmp_gs
@@ -190,7 +206,7 @@ done
cd ../
# catalogue
-%__install -d 0755 %{buildroot}%{catalogue}/
+%__install -m 0755 -d %{buildroot}%{catalogue}
%__ln_s %{umingdir}/ %{buildroot}%{catalogue}/%{name}-uming
%__ln_s %{ukaidir}/ %{buildroot}%{catalogue}/%{name}-ukai
@@ -198,10 +214,20 @@ cd ../
%__rm -fr %{buildroot}
%changelog
-* Mon May 24 2010 Caius 'kaio' Chance <cchance at redhat.com> -
0.2.20080216.1-37
-- Removed ownership of general directories.
+* Wed May 26 2010 Peng Wu <[email protected]> - 0.2.20080216.1-40
+- Improves Simplified Chinese and Traditional Chinese fonts.
+ Resolves [rhbz#589974] cjkuni-uming-fonts .conf file breaks font lookup by
lang
+
+* Wed May 26 2010 Peng Wu <[email protected]> - 0.2.20080216.1-39
+- Resolves [rhbz#595677] New: Dependency issue with upgrade in 37 -> 38.
+
+* Mon May 24 2010 Caius 'kaio' Chance <me at kaio.net> - 0.2.20080216.1-38
+- Resolve directory ownerships.
+
+* Wed Apr 08 2010 Caius 'kaio' Chance <kaio at fedoraproject.org> -
0.2.20080216.1-37
+- Rebuilt
-* Tue Mar 02 2010 Caius 'kaio' Chance <cchance at redhat.com> -
0.2.20080216.1-36
+* Tue Mar 02 2010 Caius 'kaio' Chance <kaio at fedoraproject.org> -
0.2.20080216.1-36
- Fixes inappropriate ownership of /usr/share/ghostscript/conf.d (rhbz#569433)
* Thu Jan 14 2010 Caius 'kaio' Chance <k at kaio.me> - 0.2.20080216.1-35
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cjkuni-fonts/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources 22 Oct 2009 01:28:51 -0000 1.3
+++ sources 26 May 2010 02:20:19 -0000 1.4
@@ -1,3 +1,4 @@
4d3beb55db000bfedd18c9c7d6e631d8 ttf-arphic-ukai_0.2.20080216.1.orig.tar.gz
d219fcaf953f3eb1889399955a00379f ttf-arphic-uming_0.2.20080216.1.orig.tar.gz
003dd4b7da513993dd43b01157cdd410 cjkuni-fonts-gscid-0.1.tgz
+53441256f113cce198f569a13a6fcbfa ttf-arphic-fontconfig.tar.gz
_______________________________________________
fonts-bugs mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/