rpms/knm_new-fonts/devel knm_new-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 04:55:28 UTC 2007


Author: tagoh

Update of /cvs/pkgs/rpms/knm_new-fonts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10338/devel

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



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

Name:		knm_new-fonts
Version:	1.1
Release:	2%{?dist}
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	mkfontdir
## the following upstream URL is a dead link anymore.
URL:		http://www.din.or.jp/~storm/fonts/
Source0:	http://www.din.or.jp/~storm/fonts/knm_new.tar.gz


Summary:	12x12 JIS X 0208 Bitmap font
License:	GPL+
Group:		User Interface/X
Conflicts:	fonts-japanese <= 0.20061016-11.fc8
Provides:	knm_new = 1.1-16
Obsoletes:	knm_new <= 1.1-16

%description
This package provides 12x12 Japanese bitmap font for JIS X 0208.
JIS X 0208 is a character set that contains Kanji characters mostly
often used.


%prep
%setup -q -T -c -a 0

%build

%install
rm -rf $RPM_BUILD_ROOT

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

install -m 0644 -p fonts/*.pcf.gz $RPM_BUILD_ROOT%{fontdir}/

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

# Install catalogue symlink
%{__ln_s} -f %{fontdir} $RPM_BUILD_ROOT%{catalogue}/%{name}


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-, root, root, -)
%lang(ja) %doc fonts/readme fonts/changes
%doc fonts/gtkrc.sample
%dir %{fontdir}
%{fontdir}/*.pcf.gz
%verify(not md5 size mtime) %{fontdir}/fonts.dir
%{catalogue}/*


%changelog
* Fri Sep  7 2007 Akira TAGOH <tagoh at redhat.com> - 1.1-2
- clean up

* Thu Aug 30 2007 Akira TAGOH <tagoh at redhat.com> - 1.1-1
- Split up from fonts-japanese.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/knm_new-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Sep 2007 18:17:16 -0000	1.1
+++ .cvsignore	26 Sep 2007 04:54:54 -0000	1.2
@@ -0,0 +1 @@
+knm_new.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/knm_new-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Sep 2007 18:17:16 -0000	1.1
+++ sources	26 Sep 2007 04:54:54 -0000	1.2
@@ -0,0 +1 @@
+065920714d022cfd225feb6d80b03238  knm_new.tar.gz




More information about the scm-commits mailing list