source: projects/specs/branches/6/T/TrueType-vlgothic/TrueType-vlgothic-vl.spec @ 6468

Revision 6468, 17.3 KB checked in by daisuke, 12 years ago (diff)

20120629

Line 
1%define version 2.47
2%define release 1%{?_dist_release}
3%define vlgothic_date 20120629
4%define ttfjp_version 6.0
5
6%define fontdir %{_datadir}/fonts/%{name}/
7%define texmf %{_datadir}/texmf
8%define mapdir %{texmf}/fonts/map/dvipdfmx
9
10Summary: VLGothic font family - Free Japanese True Type Font
11Summary(ja): VLゴシックフォントファミリ - フリーの日本語 True Type フォント
12Name: TrueType-vlgothic
13Version: %{version}
14Release: %{release}
15
16License: BSD style
17Group: User Interface/X
18Url: http://vlgothic.dicey.org/
19
20Source: %{name}.tar.bz2
21
22# VLGothic Font Family
23Source1: VLGothic-%{vlgothic_date}.tar.xz
24
25Source10: 59-vlgothic.conf
26Source20: cidfmap.ja.vlgothic
27
28Distribution: Vine Linux
29Vendor: Project Vine
30Packager: daisuke
31
32BuildArch: noarch
33Buildroot: %{_tmppath}/%{name}-%{version}-root
34Requires(post): mktcapdir >= 0.5.4
35Requires(post): fontconfig, xorg-x11-font-utils
36Requires(post): vutils >= 2.0.2
37Provides: TrueTypeFonts_jp = %{ttfjp_version}
38Obsoletes: TrueTypeFonts_jp < 4.1
39Obsoletes: TrueType-kochi <= 4.4.1
40Obsoletes: TrueType-sazanami < 3.0
41BuildRequires: rpm >= 4.4.2.3-7
42
43%description
44VLGothic font family - Free Japanese True Type Font
45- VL PGothic
46- VL Gothic
47
48%description -l ja
49このパッケージには以下のフリーの日本語 True Type フォントが含まれています。
50- VL Pゴシック (M+ 1C Regular および さざなみゴシック をベースに
51  Project Vine が改良をおこなったフォント。)
52- VLゴシック (M+ 1M Regular および さざなみゴシック をベースに
53  Project Vine が改良をおこなったフォント。)
54
55%prep
56rm -rf ${RPM_BUILD_ROOT}
57
58%setup -n %{name} -a 1
59mv VLGothic/*.ttf .
60
61%install
62
63mkdir -p $RPM_BUILD_ROOT/%{fontdir}
64install -m664 *.ttfconf *.ttf $RPM_BUILD_ROOT/%{fontdir}
65mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/fonts/conf.{avail,d}
66install -m664 %{SOURCE10} $RPM_BUILD_ROOT/%{_sysconfdir}/fonts/conf.avail/
67for i in $RPM_BUILD_ROOT/%{_sysconfdir}/fonts/conf.avail/*.conf
68do
69  ln -sf ../conf.avail/$(basename $i) $RPM_BUILD_ROOT/%{_sysconfdir}/fonts/conf.d/
70done
71
72# install ghostscript8 cidfmap
73mkdir -p $RPM_BUILD_ROOT%{_datadir}/ghostscript/conf.d
74install -m644 %{SOURCE20} $RPM_BUILD_ROOT%{_datadir}/ghostscript/conf.d
75
76# add fontpath.d symlinks
77mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/fontpath.d
78ln -sf /usr/share/fonts/%{name} $RPM_BUILD_ROOT%{_sysconfdir}/X11/fontpath.d/
79
80%post
81%__font_install_post %{fontdir}
82
83%postun
84%__font_install_postun %{fontdir}
85
86%clean
87rm -rf $RPM_BUILD_ROOT
88
89%files
90%defattr(-,root,root)
91%doc VLGothic/*
92%{fontdir}/*
93%{_sysconfdir}/fonts/conf.avail/*.conf
94%{_sysconfdir}/X11/fontpath.d/%{name}
95%config(missingok,noreplace) %{_sysconfdir}/fonts/conf.d/*.conf
96%config %{_datadir}/ghostscript/conf.d/cidfmap.ja.vlgothic
97
98%changelog
99* Fri Jun 29 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.47-1
100- update to 20120629
101
102* Mon Jun 18 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.46-1
103- update to 20120618
104
105* Sun Jun 10 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.45-1
106- update to 20120610
107
108* Sun Mar 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.44-1
109- update to 20120325
110
111* Mon Mar 12 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.43-1
112- update to 20120312
113
114* Sun Jan 29 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.42-1
115- replace to new tar ball (20120129)
116
117* Sun Jan 29 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.41-1
118- update to 20120129
119
120* Tue Nov 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.40-1
121- update to 20111122
122
123* Sun Nov 20 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.39-1
124- update to 20111120
125
126* Fri Jul 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.38-1
127- update to 20110722
128
129* Wed Jul 13 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.37-1
130- update to 20110713
131  - update M+ part (sync with TESTFLIGHT 041)
132
133* Sun Jul 10 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.36-1
134- update to 20110710
135  - update M+ part
136  - update VLKanji glyphs
137
138* Thu Apr 14 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.35-1
139- update to 20110414
140  - update M+ part
141  - update VLkanji glyphs
142  - import M+ kerning table to VL-PGothic
143
144* Sat Dec 18 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.34-1
145- update to 20101218
146  - update M+ part
147  - update VLkanji glyphs
148
149* Fri Oct 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.33-1
150- update to 20101022
151  - update VLkanji glyphs
152
153* Tue Oct 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.32-1
154- update to 20101012
155  - update M+ part
156  - update VLkanji glyphs
157
158* Wed Aug 18 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.31-1
159- update to 20100818
160  - update M+ part
161  - fixed font height and line gap (fixed size of Ascent/Descent)
162
163* Fri Apr 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30-1
164- update to 20100416
165  - update M+ part
166  - fix glyph width of VOICED (SEMI-)SOUND MARK
167
168* Tue Jan 26 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.29-1
169- update to 20100126
170  - update VL kanji glyphs
171  - add new special sign charactors
172  - change glyph width of "MINUS SIGN"
173
174* Mon Dec 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.28-1
175- update to 20091214
176  - update VL kanji glyphs
177
178* Fri Dec 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.27-1
179- update to 20091211
180  - update VL kanji glyphs
181
182* Tue Dec 08 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26-1
183- update to 20091208
184  - update M+ part
185  - update VL kanji glyphs
186
187* Wed Dec 02 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.25-1
188- update to 20091202
189  - update VL kanji glyphs
190
191* Fri Nov 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24-1
192- update to 20091127
193  - update VL kanji glyphs
194
195* Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.23-1
196- update to 20091118
197  - update M+ part
198
199* Sun Aug 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22-1
200- add fontpath.d symlink
201
202* Tue Aug 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.21-1
203- update to 20090811
204  - update VL kanji glyphs
205
206* Mon Aug 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20-1
207- update to 20090810
208  - update VL kanji glyphs
209
210* Thu Aug 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.19-1
211- update to 20090806
212  - update VL kanji glyphs
213  - update M+ part
214  - adjust CJK ambiguous width of VL Gothic
215
216* Fri Jul 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18-1
217- update to 20090710
218  - update VL kanji glyphs
219  - update M+ part
220
221* Fri Jul 03 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.17-1
222- update to 20090703
223  - update VL kanji glyphs
224  - update M+ part
225
226* Fri Jun 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16-1
227- update to 20090612
228  - update VL kanji glyphs
229  - update M+ part
230
231* Wed Apr 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15-1
232- update VLGothic to 20090422
233  - fix GSUB vert table for vertical glyphs
234  - add VL kanji glyph
235
236* Thu Apr 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14-2
237- really update VLGothic to 20090421..
238
239* Thu Apr 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14-1
240- update VLGotihc to 20090421
241  - update VL kanji glyphs
242  - update M+ part
243- use new rpm macros
244
245* Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13-1
246- remove Require/Requires(post): TrueType-base
247
248* Wed Feb 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12-1
249- update VLGothic to 20090204
250  - update VL kanji glyphs
251  - update M+ part
252- use update-defaultfont (vutils>=2.0.2)
253
254* Thu Jan 08 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11-1
255- update VLGothic to 20090108
256  - update VL kanji glyphs
257  - update vine.map and exec updmap-sys on %%post/%%postun
258 
259* Wed Dec 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10-1
260- update VLGothic to 20081203
261  - update VL kanji glyphs
262  - add some full width special sign charactors
263  - fix font metrics
264
265* Mon Nov 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9-1
266- update VLGothic to 20081124
267  - update VL kanji glyphs
268  - update M+ part (add more latin glyphs)
269  - change font metrics
270    - set negative value for ascend/descend to descrease line gap
271
272* Wed Oct 29 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8-1
273- update VLGothic to 20081029
274  - update VL kanji glyphs
275  - update M+ part (add more latin glyphs)
276  - fix embolden problem
277
278* Wed Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7-1
279- add gs8 cidfmap for vlgothic
280
281* Mon Sep 08 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6-1
282- update VLGothic to 20080908
283  - update VL kanji glyphs
284  - add M+ latin glyphs to VLPGothic
285
286* Tue Jun 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5-1
287- update VLGothic to 20080610
288  - update VL kanji glyphs
289  - update M+ part
290
291* Tue Jun 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4-1
292- update VLGothic to 20080610
293  - update VL kanji glyphs
294  - update M+ part
295
296* Tue Jun 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3-1
297- update VLGothic to 20080603
298  - update VL kanji glyphs
299
300* Sun Jun 01 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2-1
301- update VLGothic to 20080601
302  - update M+ part
303
304* Mon May 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1-1
305- update VLGothic to 20080429
306- add 59-vlgothic.conf to set hinting configuration
307
308* Mon Apr 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-1
309- build for xorg-x11-7.3
310  - change font location to %%{_datadir}/fonts/%{name}
311  - require fontconfig and xorg-x11-font-utils
312
313* Sun Apr 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.10-1
314- update VLGothic to 20080420
315  - update M+ part
316  - add [aiueo]macron charactor
317
318* Thu Mar 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9-1
319- update VLGothic to 20080327
320  - update M+ part
321
322* Sat Dec 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8-0vl1
323- update VLGothic to 20071215
324  - update M+ part
325  - update VL kanji/latin extended/special sign charactor
326
327* Tue Oct 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7-0vl1
328- update VLGothic to new replaced archive.
329
330* Tue Oct 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6-0vl1
331- update VLGothic to 20071031
332  - update M+ part
333  - update VL kanji glyphs
334
335* Mon Oct 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl1
336- update VLGothic to 20071015
337  - update M+ part
338  - update VL kanji glyphs
339
340* Sat Oct 06 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4-0vl1
341- update VLGothic to 20071006
342  - update M+ part
343  - update VL kanji glyphs, hankaku-kana glyphs
344
345* Sat Sep 29 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3-0vl1
346- update VLGothic to 20070929
347  - update VL kanji glyphs
348
349* Mon Sep 24 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2-0vl2
350- Obsoletes: TrueType-sazanami < 3.0
351
352* Mon Sep 24 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2-0vl1
353- update VLGothic to 20070924
354  - update M+ part and some kanji glyphs
355
356* Sat Sep 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1-0vl1
357- update VLGothic to 20070915
358  - update M+ part and some kanji glyphs
359
360* Thu Sep 13 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl1
361- split VLGothic from TrueType-sazanami
362
363* Sat Sep 01 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10-0vl1
364- update VLGothic to 20070901
365  - update some kanji glyphs
366
367* Thu Aug 30 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9-0vl1
368- update VLGothic to 20070830
369  - update M+1C/M+1M to CVS head
370  - update some kanji glyphs
371
372* Mon Jul 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8-0vl1
373- update VLGothic to 20070731
374  - update M+1C/M+1M to CVS head
375  - add new glyphs to VL-PGothic/VL-Gothic
376    - add Roman Numeral Glyphs (some part of Number Forms)
377    - update some glyphs
378
379* Mon May 07 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7-0vl1
380- update VLGothic to 20070507
381  - add new glyphs to VL-Gothic
382    - add ISO8859-1 Glyphs (Latin-1 Supplement)
383    - add ISO8859-15 Glyphs (some part of Latin Extended-A)
384
385* Sun May 06 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6-0vl1
386- update VLGothic to 20070506
387  - add new glyphs to VL-PGothic
388    - add ISO8859-1 Glyphs (Latin-1 Supplement)
389    - add ISO8859-15 Glyphs (some part of Latin Extended-A)
390
391* Thu May 03 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5-0vl1
392- update VLGothic to 20070503
393  - update M+1C/1M to CVS head
394
395* Wed Mar 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4-0vl1
396- update VLGothic to 20070328
397  - update M+1C/1M to CVS head
398  - fix embolden problem on freetype-2.2
399
400* Sat Mar 17 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3-0vl1
401- update VLGothic to 20070317
402  - update M+1C/1M to CVS head
403    - include M+ Kanji glyphs
404  - update some glyphs
405  - add some special sign characters
406  - fix broken glyphs
407
408* Mon Jan 01 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2-0vl1
409- update VLGothic to 20070101
410  - fix embolden problem on freetype-2.2
411
412* Sun Dec 31 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1-0vl1
413- update VLGothic to 20061231
414  - update M+1C/M+1M to cvs head 20061231
415  - update kanji glyphs
416- update Sazanami to 20040629-vl-20061231
417  - fix broken glyphs of sazanami-mincho
418
419* Sat Oct 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl1
420- bump up version to 2.0
421- update VLGothic to 20061026
422  - update greek letter glyphs
423  - split license information file from README.
424  - add english version of license.
425
426* Sat Oct 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.29-0vl1
427- update VLGothic to 20061021
428
429* Fri Oct 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.28-0vl1
430- update VLGothic to 20061020 (<BTS:221>)
431  - update M+1C/M+1M to TESTFILGHT012
432  - update some glyphs
433  - fix outline direction
434  - remove overlap path
435
436* Thu Oct 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.27-0vl1
437- update VLGothic to 20061005 (<BTS:221>)
438  - update some glyphs
439  - fix outline direction
440  - remove overlap path
441
442* Sat Sep 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.26-0vl1
443- update VLGothic to 20060930 (<BTS:221>)
444  - fix outline direction
445  - remove overlap path
446
447* Fri Sep 29 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.25-0vl1
448- update VLGothic to 20060929
449  - update some glyphs
450  - fix outline direction
451  - remove overlap path
452
453* Mon Sep 25 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.24-0vl1
454- update VLGothic to 20060925
455  - update some glyphs
456  - add minimum gsub table for vertical writing
457
458* Thu Sep 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.23-0vl1
459- update VLGothic to 20060921
460  - update few glyphs
461  - update M+1C/M+1M to cvs head 2006/09/21
462
463* Wed Sep 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.22-0vl1
464- update VLGothic to 20060913
465  - update some glyphs
466  - fix half width space
467
468* Mon Sep 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.21-0vl1
469- update VLGothic to 20060911
470  - update M+1C/M+1M to cvs head 2006/09/11
471- use VL-PGothic for -alias-gothic-p- (legacy core font)
472
473* Thu Aug 31 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.20-0vl1
474- update VLGothic to 20060831
475  - add VL-Gothic-Regular.ttf for
476  - use M+1C for VLPGothic instead of M+1P
477
478* Mon Aug 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.19-0vl1
479- fix sazanami.ttfconf
480
481* Tue Aug 22 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.18-0vl1
482- change the fontname to VLPGothic
483- update VLPGothic
484- TODO:
485  - split VLGothic family to new package.
486  - add M+1M based VLGothic for monospace font.
487
488* Wed Aug 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.17-0vl1
489- update M+1P+Sazanami.ttf
490  - refine more glyphs
491
492* Wed Aug 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.16-0vl1
493- update M+1P+Sazanami.ttf
494  - refine more glyphs
495  - add some glyphs for windows compatibility
496- update sazanami.ttfconf
497  - add -fake-kochi gothic-, -fake-kochi mincho- without TTCap
498    for Flash Plugin. (<BTS:0100>)
499
500* Fri Aug 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.15-0vl1
501- update M+1P+Sazanami.ttf
502  - refine more glyphs
503  - add new full-width alphabets and numeric letters based on M+1P
504
505* Mon Jul 31 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.14-0vl1
506- update M+1P+Sazanami.ttf
507  - refine more glyphs
508
509* Sun Jul 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.13-0vl1
510- update M+1P+Sazanami.ttf
511  - refine more glyphs
512  - redesign greek letter based on M+ 1P fonts
513
514* Thu Jul 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.12-0vl1
515- update M+1P+Sazanami.ttf
516  - refine more glyphs
517
518* Sun Jul 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.11-0vl1
519- update M+1P+Sazanami.ttf
520  - refine more glyphs
521
522* Fri Jul 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.10-0vl1
523- update M+1P+Sazanami.ttf
524  - refine more glyphs
525  - fix encoding
526
527* Thu Jul 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9-0vl1
528- update M+1P+Sazanami.ttf
529  - refine more glyphs
530  - fix outline direction (fix corruption on emboldening)
531
532* Wed Jul 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8-0vl1
533- update M+1P+Sazanami.ttf
534  - refine more glyphs
535  - fix broken glyph
536  - refine greek letters
537
538* Tue Jul 18 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7-0vl1
539- update M+1P+Sazanami.ttf
540  - refine more glyphs
541  - TODO: should rename the fontname?
542
543* Sun Jul 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6-0vl1
544- update M+1P+Sazanami.ttf
545  - fix outline direction (fix corruption of some glyphs)
546  - refine more glyphs
547
548* Wed Jul 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl1
549- update M+1P+Sazanami.ttf
550  - refine some glyphs.. (modified 200 or more)
551- update sazanami.ttfconf to use M+1P+Sazanami for alias-{sans,gothic}-p
552
553* Mon Jul 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4-0vl1
554- update M+1P+Sazanami.ttf
555  - refine some glyphs.. (modified 100 or more)
556
557* Mon Jul 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3-0vl1
558- update M+1P-Sazanami.ttf
559  - fix corruption of some glyphs
560  - refine some glyphs to make it more usable..
561
562* Thu May 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2-0vl1
563- add M+1P+Sazanami.ttf (Mplus 1P Font + Sazanami Gothic)
564
565* Mon Nov 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1-0vl1
566- new upstream release
567
568* Wed Jun 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl1
569- initial build for Vine Linux based on TrueType-kochi-subst package
570- Provides TrueType-kochi, TrueTypeFonts_jp
571- include Kochi-{mincho,gothic}.ttf symlinks for compatibility
Note: See TracBrowser for help on using the repository browser.