]> git.pld-linux.org Git - packages/ghostscript-fonts-other.git/blame - ghostscript-fonts-other.spec
- verbose files
[packages/ghostscript-fonts-other.git] / ghostscript-fonts-other.spec
CommitLineData
fdcd0b46 1Summary: Additional ghostscript fonts
6067c744 2Summary(pl.UTF-8): Dodatkowe fonty dla interpretera ghostscript
fdcd0b46 3Name: ghostscript-fonts-other
020c3d7d 4Version: 6.0
6833750e 5Release: 7
2a4c85f2 6License: GPL
fdcd0b46 7Group: Applications/Graphics
8d956ba7 8Source0: ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/gnu-gs-fonts-other-%{version}.tar.gz
37fd4ff8 9# Source0-md5: 33457d3f37de7ef03d2eea05a9e6aa4f
af0e3e63
JB
10Source1: %{name}.Fontmap
11Source2: %{name}.fonts.scale
020c3d7d 12URL: http://www.cs.wisc.edu/~ghost/
af0e3e63 13BuildRequires: t1utils
41f8c6c9 14Requires(post,postun): fontpostinst
98dfd800 15Requires: fontpostinst
41f8c6c9 16Requires: %{_fontsdir}/Type1
5c040404 17BuildArch: noarch
a241df55 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
3eb1585e 19
af0e3e63
JB
20%define _t1fontsdir %{_fontsdir}/Type1
21%define _t1afmdir %{_t1fontsdir}/afm
22%define _t1pfmdir %{_t1fontsdir}/pfm
23
3eb1585e 24%description
25This package contains additional fonts for ghostscript.
26
af0e3e63 27Ghostscript is a PostScript interpreter. It can render both PostScript
faa51ba1 28and PDF compliant files to devices which include an X window, many
29printer formats (including support for color printers), and popular
30graphics file formats.
3eb1585e 31
a2ec3671 32%description -l pl.UTF-8
3eb1585e 33Pakiet ten zawiera dodatkowe fonty dla interpretera ghostscript.
34
a2ec3671
JR
35Ghostcript jest interpreterem PostScriptu, języku używanego do opisu
36formatu dokumentu. Ghostscript potrafi przetworzyć dokument w formacie
37PostScript i PDF na szereg postaci wyjściowych: drukarki (włączając
af0e3e63 38kolorowe), okno X-Window i popularne formaty graficzne.
3eb1585e 39
40%prep
020c3d7d 41%setup -q -n fonts
3eb1585e 42
af0e3e63 43%install
3eb1585e 44rm -rf $RPM_BUILD_ROOT
af0e3e63 45install -d $RPM_BUILD_ROOT{%{_t1fontsdir},%{_t1afmdir},%{_t1pfmdir}}
3eb1585e 46
fa2f8de9
JB
47# present in t1lib-fonts
48rm -f bch*
49
af0e3e63
JB
50install *.gsf $RPM_BUILD_ROOT%{_t1fontsdir}
51install *.afm $RPM_BUILD_ROOT%{_t1afmdir}
52install *.pfm $RPM_BUILD_ROOT%{_t1pfmdir}
53
af0e3e63
JB
54for f in *.pfa ; do
55 t1binary $f $RPM_BUILD_ROOT%{_t1fontsdir}/`basename $f .pfa`.pfb
56done
57
58install %{SOURCE1} $RPM_BUILD_ROOT%{_t1fontsdir}/Fontmap.%{name}
59install %{SOURCE2} $RPM_BUILD_ROOT%{_t1fontsdir}/fonts.scale.%{name}
60
61%clean
faa51ba1 62rm -rf $RPM_BUILD_ROOT
a241df55
JR
63
64%post
41f8c6c9 65fontpostinst Type1
a241df55
JR
66
67%postun
41f8c6c9 68fontpostinst Type1
3eb1585e 69
70%files
71%defattr(644,root,root,755)
ee67f53f
JB
72%{_t1fontsdir}/Fontmap.%{name}
73%{_t1fontsdir}/fonts.scale.%{name}
74%{_t1fontsdir}/fcyr*.gsf
75%{_t1fontsdir}/fhirw.gsf
76%{_t1fontsdir}/fkarw.gsf
77%{_t1fontsdir}/hrger*.gsf
78%{_t1fontsdir}/hrgk*.gsf
79%{_t1fontsdir}/hrgrr*.gsf
80%{_t1fontsdir}/hritr*.gsf
81%{_t1fontsdir}/hrpl*.gsf
82%{_t1fontsdir}/hrsc*.gsf
83%{_t1fontsdir}/hrsyr.gsf
84%{_t1fontsdir}/u003043t.gsf
85%{_t1fontsdir}/u004006t.gsf
86%{_t1fontsdir}/hrger.pfb
87%{_t1fontsdir}/hrgrr.pfb
88%{_t1fontsdir}/hritr.pfb
89%{_t1fontsdir}/hrpld*.pfb
90%{_t1fontsdir}/hrplt*.pfb
91%{_t1fontsdir}/hrsc*.pfb
92%{_t1fontsdir}/put*.pfb
93%{_t1afmdir}/fcyr*.afm
94%{_t1afmdir}/u003043t.afm
95%{_t1afmdir}/u004006t.afm
96%{_t1pfmdir}/fhirw.pfm
97%{_t1pfmdir}/fkarw.pfm
98%{_t1pfmdir}/u003043t.pfm
99%{_t1pfmdir}/u004006t.pfm
This page took 0.123941 seconds and 5 git commands to generate.