rpms/ipa-gothic-fonts/devel .cvsignore, 1.2, 1.3 ipa-gothic-fonts-fontconfig.conf, 1.2, 1.3 ipa-gothic-fonts.spec, 1.4, 1.5 sources, 1.2, 1.3

Akira TAGOH tagoh at fedoraproject.org
Tue Feb 16 03:43:03 UTC 2010


Author: tagoh

Update of /cvs/pkgs/rpms/ipa-gothic-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12864

Modified Files:
	.cvsignore ipa-gothic-fonts-fontconfig.conf 
	ipa-gothic-fonts.spec sources 
Log Message:
* Tue Feb 16 2010 Akira TAGOH <tagoh at redhat.com> - 003.02-1
- New upstream release.
- add a fallback rule for sans-serif.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ipa-gothic-fonts/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	23 Apr 2009 06:52:34 -0000	1.2
+++ .cvsignore	16 Feb 2010 03:43:02 -0000	1.3
@@ -1 +1,2 @@
 ipag00301.zip
+ipag00302.zip


Index: ipa-gothic-fonts-fontconfig.conf
===================================================================
RCS file: /cvs/pkgs/rpms/ipa-gothic-fonts/devel/ipa-gothic-fonts-fontconfig.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- ipa-gothic-fonts-fontconfig.conf	5 Jun 2009 11:03:26 -0000	1.2
+++ ipa-gothic-fonts-fontconfig.conf	16 Feb 2010 03:43:02 -0000	1.3
@@ -8,6 +8,13 @@
 			<family>monospace</family>
 		</default>
 	</alias>
+	<!-- NOTE: just for fallback - ideally better installing ipa-pgothic-fonts -->
+	<alias>
+		<family>IPAGothic</family>
+		<default>
+			<family>sans-serif</family>
+		</default>
+	</alias>
 
 	<!-- Locale-specific overrides -->
 	<match>
@@ -21,8 +28,20 @@
 			<string>IPAGothic</string>
 		</edit>
 	</match>
-
+	<!-- NOTE: just for fallback - ideally better installing ipa-pgothic-fonts -->
+	<match>
+		<test name="lang">
+			<string>ja-jp</string>
+		</test>
+		<test name="family">
+			<string>sans-serif</string>
+		</test>
+		<edit name="family" mode="prepend" binding="same">
+			<string>IPAGothic</string>
+		</edit>
+	</match>
 	<!-- disable hinting -->
+<!--
 	<match target="font">
 		<test name="family">
 			<string>IPAGothic</string>
@@ -31,5 +50,6 @@
 			<bool>false</bool>
 		</edit>
 	</match>
+-->
 </fontconfig>
 


Index: ipa-gothic-fonts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ipa-gothic-fonts/devel/ipa-gothic-fonts.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- ipa-gothic-fonts.spec	25 Jul 2009 03:29:46 -0000	1.4
+++ ipa-gothic-fonts.spec	16 Feb 2010 03:43:02 -0000	1.5
@@ -1,12 +1,12 @@
-%global		priority	65
+%global		priority	66
 %global		fontname	ipa-gothic
 %global		fontconf	%{priority}-%{fontname}.conf
-%global		archiveversion	00301
+%global		archiveversion	00302
 %global		archivename	ipag%{archiveversion}
 
 Name:		%{fontname}-fonts
-Version:	003.01
-Release:	4%{?dist}
+Version:	003.02
+Release:	1%{?dist}
 Summary:	Japanese Gothic-typeface OpenType font by IPA
 
 Group:		User Interface/X
@@ -36,7 +36,7 @@ This package contains Gothic (sans-serif
 rm -rf $RPM_BUILD_ROOT
 
 install -m 0755 -d $RPM_BUILD_ROOT%{_fontdir}
-install -m 0644 -p *.otf $RPM_BUILD_ROOT%{_fontdir}
+install -m 0644 -p *.ttf $RPM_BUILD_ROOT%{_fontdir}
 
 install -m 0755 -d	$RPM_BUILD_ROOT%{_fontconfig_templatedir}	\
 			$RPM_BUILD_ROOT%{_fontconfig_confdir}
@@ -50,12 +50,16 @@ ln -s	%{_fontconfig_templatedir}/%{fontc
 rm -rf $RPM_BUILD_ROOT
 
 
-%_font_pkg -f %{fontconf} *.otf
+%_font_pkg -f %{fontconf} *.ttf
 
 %doc Readme_%{archivename}.txt IPA_Font_License_Agreement_v1.0.txt
 
 
 %changelog
+* Tue Feb 16 2010 Akira TAGOH <tagoh at redhat.com> - 003.02-1
+- New upstream release.
+- add a fallback rule for sans-serif.
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 003.01-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ipa-gothic-fonts/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	23 Apr 2009 06:52:34 -0000	1.2
+++ sources	16 Feb 2010 03:43:02 -0000	1.3
@@ -1 +1 @@
-5ae6783ec8c1e0c6579eb2033bfc78f9  ipag00301.zip
+cc9f6472b1b6f2aa7fb06dcc085f6923  ipag00302.zip



More information about the fonts-bugs mailing list