rpms/ipa-ex-mincho-fonts/devel import.log, NONE, 1.1 ipa-ex-mincho-fonts-fontconfig.conf, NONE, 1.1 ipa-ex-mincho-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Akira TAGOH tagoh at fedoraproject.org
Fri May 28 04:43:51 UTC 2010


Author: tagoh

Update of /cvs/pkgs/rpms/ipa-ex-mincho-fonts/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16996/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log ipa-ex-mincho-fonts-fontconfig.conf 
	ipa-ex-mincho-fonts.spec 
Log Message:
initial import



--- NEW FILE import.log ---
ipa-ex-mincho-fonts-001_01-2_fc12:HEAD:ipa-ex-mincho-fonts-001.01-2.fc12.src.rpm:1275021745


--- NEW FILE ipa-ex-mincho-fonts-fontconfig.conf ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
	<!-- Generic names -->
	<alias>
		<family>IPAexMincho</family>
		<default>
			<family>serif</family>
		</default>
	</alias>

	<!-- Locale-specific overrides -->
	<match>
		<test name="lang">
			<string>ja-jp</string>
			<string>ja</string>
		</test>
		<test name="family">
			<string>serif</string>
		</test>
		<edit name="family" mode="prepend">
			<string>IPAexMincho</string>
		</edit>
	</match>

	<!-- disable hinting -->
<!--
	<match target="font">
		<test name="family">
			<string>IPAMincho</string>
		</test>
		<edit name="hinting" mode="assign">
			<bool>false</bool>
		</edit>
	</match>
-->
</fontconfig>



--- NEW FILE ipa-ex-mincho-fonts.spec ---
%global		priority	65-2
%global		fontname	ipa-ex-mincho
%global		fontconf	%{priority}-%{fontname}.conf
%global		archiveversion	00101
%global		archivename	ipaexm%{archiveversion}

Name:		%{fontname}-fonts
Version:	001.01
Release:	2%{?dist}
Summary:	Japanese Mincho-typeface OpenType font by IPA

Group:		User Interface/X
License:	IPA
URL:		http://ossipedia.ipa.go.jp/ipafont/
Source0:	http://info.openlab.ipa.go.jp/ipafont/fontdata/%{archivename}.zip
Source1:	%{name}-fontconfig.conf
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildArch:	noarch
BuildRequires:	fontpackages-devel
Requires:	fontpackages-filesystem

%description
IPAex Font is a Japanese OpenType fonts that is JIS X 0213:2004
compliant, provided by Information-technology Promotion Agency, Japan.

This package contains Mincho style font.

%prep
%setup -q -n %{archivename}

%build

%install
rm -rf $RPM_BUILD_ROOT

install -m 0755 -d $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}
install -m 0644 -p	%{SOURCE1}	\
			$RPM_BUILD_ROOT%{_fontconfig_templatedir}/%{fontconf}

ln -s	%{_fontconfig_templatedir}/%{fontconf}	\
	$RPM_BUILD_ROOT%{_fontconfig_confdir}/%{fontconf}

%clean
rm -rf $RPM_BUILD_ROOT


%_font_pkg -f %{fontconf} *.ttf

%doc Readme_%{archivename}.txt IPA_Font_License_Agreement_v1.0.txt


%changelog
* Mon May 17 2010 Akira TAGOH <tagoh at redhat.com> - 001.01-2
- Get rid of binding="same" from the fontconfig config file.

* Mon Mar  1 2010 Akira TAGOH <tagoh at redhat.com> - 001.01-1
- Initial package.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ipa-ex-mincho-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	27 May 2010 22:40:45 -0000	1.1
+++ .cvsignore	28 May 2010 04:43:50 -0000	1.2
@@ -0,0 +1 @@
+ipaexm00101.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ipa-ex-mincho-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	27 May 2010 22:40:45 -0000	1.1
+++ sources	28 May 2010 04:43:50 -0000	1.2
@@ -0,0 +1 @@
+bbff0a6e8b1815759600b70a6e5cc68e  ipaexm00101.zip



More information about the fonts-bugs mailing list