| 1 | Summary: Fonts for the Ghostscript PostScript(TM) interpreter. |
|---|
| 2 | Summary(ja): Ghostscript ポストスクリプト(TM) インタプリタ用のフォント |
|---|
| 3 | Name: ghostscript-fonts |
|---|
| 4 | Version: 5.50 |
|---|
| 5 | Release: 1%{?_dist_release} |
|---|
| 6 | License: GPL |
|---|
| 7 | Group: Applications/Publishing |
|---|
| 8 | BuildRoot: /var/tmp/gsfonts-root |
|---|
| 9 | URL: http://gnu-gs.sourceforge.net/ |
|---|
| 10 | Source: ftp://ftp.cs.wisc.edu/pub/ghost/gnu/gs550/gnu-gs-fonts-other-%{version}.tar.gz |
|---|
| 11 | Requires: ghostscript |
|---|
| 12 | BuildArchitectures: noarch |
|---|
| 13 | |
|---|
| 14 | %description |
|---|
| 15 | Ghostscript-fonts contains a set of fonts that Ghostscript, a |
|---|
| 16 | PostScript interpreter, uses to render text. These fonts are in |
|---|
| 17 | addition to the fonts shared by Ghostscript and the X Window System. |
|---|
| 18 | |
|---|
| 19 | You'll need to install ghostscript-fonts if you're installing |
|---|
| 20 | ghostscript. |
|---|
| 21 | |
|---|
| 22 | %description -l ja |
|---|
| 23 | ghostscript-fonts には Ghostscripts ポストスクリプトインタプリタ |
|---|
| 24 | でテキストをレンダリングするために必要なフォント一式が含まれてい |
|---|
| 25 | ます。このフォントは Ghostscript と X ウィンドウシステムの両方で |
|---|
| 26 | 利用されます。 |
|---|
| 27 | |
|---|
| 28 | ghostscript をインストールする場合は ghostscript-fonts もインス |
|---|
| 29 | トールする必要があります。 |
|---|
| 30 | |
|---|
| 31 | %prep |
|---|
| 32 | %setup -q -c ghostscript-fonts-%{version} |
|---|
| 33 | |
|---|
| 34 | %install |
|---|
| 35 | rm -rf $RPM_BUILD_ROOT |
|---|
| 36 | mkdir -p $RPM_BUILD_ROOT%{_datadir}/fonts/default/ghostscript |
|---|
| 37 | cp fonts/* $RPM_BUILD_ROOT%{_datadir}/fonts/default/ghostscript |
|---|
| 38 | |
|---|
| 39 | %clean |
|---|
| 40 | rm -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 |
|---|