source: projects/specs/trunk/g/ghostscript-fonts/ghostscript-fonts-vl.spec @ 521

Revision 521, 2.5 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: Fonts for the Ghostscript PostScript(TM) interpreter.
2Summary(ja): Ghostscript ポストスクリプト(TM) インタプリタ用のフォント
3Name: ghostscript-fonts
4Version: 5.50
5Release: 1%{?_dist_release}
6License: GPL
7Group: Applications/Publishing
8BuildRoot: /var/tmp/gsfonts-root
9URL: http://gnu-gs.sourceforge.net/
10Source: ftp://ftp.cs.wisc.edu/pub/ghost/gnu/gs550/gnu-gs-fonts-other-%{version}.tar.gz
11Requires: ghostscript
12BuildArchitectures: noarch
13
14%description
15Ghostscript-fonts contains a set of fonts that Ghostscript, a
16PostScript interpreter, uses to render text. These fonts are in
17addition to the fonts shared by Ghostscript and the X Window System.
18
19You'll need to install ghostscript-fonts if you're installing
20ghostscript.
21
22%description -l ja
23ghostscript-fonts には Ghostscripts ポストスクリプトインタプリタ
24でテキストをレンダリングするために必要なフォント一式が含まれてい
25ます。このフォントは Ghostscript と X ウィンドウシステムの両方で
26利用されます。
27
28ghostscript をインストールする場合は ghostscript-fonts もインス
29トールする必要があります。
30
31%prep
32%setup -q -c ghostscript-fonts-%{version}
33
34%install
35rm -rf $RPM_BUILD_ROOT
36mkdir -p $RPM_BUILD_ROOT%{_datadir}/fonts/default/ghostscript
37cp fonts/* $RPM_BUILD_ROOT%{_datadir}/fonts/default/ghostscript
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(-,root,root,-)
44%{_datadir}/fonts/default/ghostscript
45
46%changelog
47* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 5.50-1vl5
48- applied new versioning policy, spec in utf-8
49
50* Wed Sep 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 5.50-1vl2
51- rebuild to add gpg sign
52- add Japanese summary and description.
53
54* Mon Feb 18 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 5.50-1vl1
55- just rebuild with Vine Linux
56
57* Mon Feb 14 2000 Bernhard Rosenkraenzer <bero@redhat.com>
58- 5.50
59
60* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
61- auto rebuild in the new build environment (release 3)
62
63* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
64- Injected new description and group.
65
66* Wed Jan 13 1999 Preston Brown <pbrown@redhat.com>
67- renamed package to be consistent with new ghostscript.
68
69* Fri Nov 13 1998 Preston Brown <pbrown@redhat.com>
70- removed the std fonts...now shared between X11 and gs with URW fonts pkg.
71
72* Thu Jul  2 1998 Jeff Johnson <jbj@redhat.com>
73- update to 4.03.
74
75* Mon May 04 1998 Erik Troan <ewt@redhat.com>
76- set the owner and group of all of the files to 0.0
77
78* Tue Sep 23 1997 Erik Troan <ewt@redhat.com>
79- made a noarch package
Note: See TracBrowser for help on using the repository browser.