rpms/jisksp16-1990-fonts/devel jisksp16-1990-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Akira Tagoh (tagoh) fedora-extras-commits at redhat.com
Wed Sep 26 05:00:53 UTC 2007


Author: tagoh

Update of /cvs/pkgs/rpms/jisksp16-1990-fonts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10636/devel

Modified Files:
	.cvsignore sources 
Added Files:
	jisksp16-1990-fonts.spec 
Log Message:
initial commit



--- NEW FILE jisksp16-1990-fonts.spec ---
%define	fontdir		%{_datadir}/fonts/%{name}
%define	catalogue	%{_sysconfdir}/X11/fontpath.d

Name:		jisksp16-1990-fonts
Version:	0.983
Release:	2%{?dist}
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	gzip mkfontdir xorg-x11-font-utils
URL:		http://kanji.zinbun.kyoto-u.ac.jp/~yasuoka/ftp/fonts/
Source0:	http://kanji.zinbun.kyoto-u.ac.jp/~yasuoka/ftp/fonts/jisksp16-1990.bdf.Z


Summary:	16x16 JIS X 0212:1990 Bitmap font
License:	Public Domain
Group:		User Interface/X
Conflicts:	fonts-japanese <= 0.20061016-11.fc8
Provides:	jisksp16-1990 = 0.1-16
Obsoletes:	jisksp16-1990 <= 0.1-16

%description
This package provides 16x16 Japanese bitmap font for JIS X 0212:1990.
JIS X 0212:1990 is a character sets that contains the auxiliary kanji
characters.


%prep
%setup -c -T
gunzip -c %{SOURCE0} > jisksp16-1990.bdf

%build
%{_bindir}/bdftopcf jisksp16-1990.bdf | gzip -9c > jisksp16-1990.pcf.gz

%install
rm -rf $RPM_BUILD_ROOT

install -d $RPM_BUILD_ROOT%{fontdir}
install -d $RPM_BUILD_ROOT%{catalogue}

install -m 0644 -p jisksp16-1990.pcf.gz $RPM_BUILD_ROOT%{fontdir}/

%{_bindir}/mkfontdir $RPM_BUILD_ROOT%{fontdir}

# Install catalogue symlink
ln -sf %{fontdir} $RPM_BUILD_ROOT%{catalogue}/%{name}


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root, -)
%dir %{fontdir}
%{fontdir}/jisksp16-1990.pcf.gz
%verify(not md5 size mtime) %{fontdir}/fonts.dir
%{catalogue}/*

%changelog
* Mon Sep 24 2007 Akira TAGOH <tagoh at redhat.com> - 0.983-2
- Use %%setup.

* Fri Aug 17 2007 Akira TAGOH <tagoh at redhat.com> - 0.983-1
- Split up from fonts-japanese.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/jisksp16-1990-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Sep 2007 18:15:28 -0000	1.1
+++ .cvsignore	26 Sep 2007 05:00:19 -0000	1.2
@@ -0,0 +1 @@
+jisksp16-1990.bdf.Z


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/jisksp16-1990-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Sep 2007 18:15:28 -0000	1.1
+++ sources	26 Sep 2007 05:00:19 -0000	1.2
@@ -0,0 +1 @@
+c4ebfb1328a0d9a738ce7621094e40aa  jisksp16-1990.bdf.Z




More information about the fedora-extras-commits mailing list