source: projects/specs/trunk/T/TrueType-vlgothic/TrueType-vlgothic-vl.spec @ 2363

Revision 2363, 16.0 KB checked in by daisuke, 13 years ago (diff)

TrueType?-vlgothic: update to 20101218

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