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

Akira TAGOH tagoh at fedoraproject.org
Thu Apr 23 07:36:06 UTC 2009


Author: tagoh

Update of /cvs/pkgs/rpms/ipa-mincho-fonts/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22127/F-11

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


--- NEW FILE import.log ---
ipa-mincho-fonts-003_01-2_fc10:F-11:ipa-mincho-fonts-003.01-2.fc10.src.rpm:1240472001


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

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



--- NEW FILE ipa-mincho-fonts.spec ---
%global		priority	65
%global		fontname	ipa-mincho
%global		fontconf	%{priority}-%{fontname}.conf
%global		archiveversion	00301
%global		archivename	ipam%{archiveversion}

Name:		%{fontname}-fonts
Version:	003.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
IPA 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 *.otf $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} *.otf
%doc Readme_%{archivename}.txt IPA_Font_License_Agreement_v1.0.txt


%changelog
* Wed Apr 22 2009 Akira TAGOH <tagoh at redhat.com> - 003.01-2
- Correct the source URL.

* Tue Apr 21 2009 Akira TAGOH <tagoh at redhat.com> - 003.01-1
- Initial package.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ipa-mincho-fonts/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Apr 2009 02:14:35 -0000	1.1
+++ .cvsignore	23 Apr 2009 07:36:05 -0000	1.2
@@ -0,0 +1 @@
+ipam00301.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ipa-mincho-fonts/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Apr 2009 02:14:35 -0000	1.1
+++ sources	23 Apr 2009 07:36:05 -0000	1.2
@@ -0,0 +1 @@
+583645bf37f787b2edec30e7d763e8b3  ipam00301.zip




More information about the Fedora-fonts-bugs-list mailing list