Summary: Free versions of the 35 standard PostScript fonts. Name: urw-fonts Version: 2.0 Release: 12b Source: ftp://ftp.cs.wisc.edu/ghost/gnu/fonts/gnu-gs-fonts-std-6.0.tar.gz Source1: urw-fonts-Fontmap Patch0: urw-fonts-misc.patch Patch1: urw-fonts-monospaced.patch License: GPL, URW holds copyright Group: User Interface/X URL: ftp://ftp.cs.wisc.edu/ghost/gnu/fonts/ BuildRoot: %{_tmppath}/%{name}-root BuildArchitectures: noarch Prereq: chkfontpath %description Free, good quality versions of the 35 standard PostScript(TM) fonts, donated under the GPL by URW++ Design and Development GmbH. The fonts.dir file font names match the original Adobe names of the fonts (e.g., Times, Helvetica, etc.). Install the urw-fonts package if you need free versions of standard PostScript fonts. %prep %setup -q -c %patch0 -p0 -b .misc %patch1 -p1 -b .monospaced %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/fonts/default/Type1 cd fonts cp -f *.afm *.pfm *.pfb $RPM_BUILD_ROOT%{_prefix}/share/fonts/default/Type1/ %ifos darwin install -c -m 644 fonts.scale $RPM_BUILD_ROOT%{_prefix}/share/fonts/default/Type1/ install -c -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_prefix}/share/fonts/default/Type1/Fontmap install -c -m 644 fonts.alias $RPM_BUILD_ROOT%{_prefix}/share/fonts/default/Type1/ %else install -m 644 fonts.scale $RPM_BUILD_ROOT%{_prefix}/share/fonts/default/Type1/ install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_prefix}/share/fonts/default/Type1/Fontmap install -m 644 fonts.alias $RPM_BUILD_ROOT%{_prefix}/share/fonts/default/Type1/ %endif { pushd $RPM_BUILD_ROOT%{_prefix}/share/fonts/default/Type1 mkfontdir . popd } %post %{_prefix}/sbin/chkfontpath -q -a %{_prefix}/share/fonts/default/Type1 %postun if [ "$1" = "0" ]; then %{_prefix}/sbin/chkfontpath -q -r %{_prefix}/share/fonts/default/Type1 fi %clean rm -rf $RPM_BUILD_ROOT %files %ifos darwin %defattr(0644,root,wheel,0755) %else %defattr(0644,root,root,0755) %endif %dir %{_prefix}/share/fonts/default/Type1 %config(noreplace) %{_prefix}/share/fonts/default/Type1/fonts.dir %config(noreplace) %{_prefix}/share/fonts/default/Type1/fonts.scale %config(noreplace) %{_prefix}/share/fonts/default/Type1/fonts.alias %config(noreplace) %{_prefix}/share/fonts/default/Type1/Fontmap %{_prefix}/share/fonts/default/Type1/*.afm %{_prefix}/share/fonts/default/Type1/*.pfm %{_prefix}/share/fonts/default/Type1/*.pfb %changelog * Thu Oct 11 2001 Keisuke Fujii - 1st release built on MacOS X Release 10.1 * Wed Apr 25 2001 Keisuke Fujii - 1st release built on MacOS X Release 10.0.01 * Thu Nov 16 2000 Than Ngo - zapf dingbats font works now, fixed (Bug #20352) * Mon Oct 16 2000 Than Ngo - added font aliases (Bug #17586) - added missing fonts.alias * Wed Aug 30 2000 Preston Brown - enable latin2 encoding - alias the Nimbus/Courier font to be monospaced - include a Fontmap * Fri Jul 14 2000 Preston Brown - renamed fonts from URW names to Adobe names for better compatibility * Thu Jul 13 2000 Prospector - automatic rebuild * Sun Jul 09 2000 Than Ngo - update gnu-gs-fonts-std-6.0 - fix Url * Sat May 27 2000 Ngo Than - rebuild for 7.0 * Wed Mar 08 2000 Preston Brown - argh! fonts.scale shouldn't have been symlinked to fonts.dir. fixed. * Mon Feb 28 2000 Preston Brown - noreplace the fonts.dir config file * Wed Feb 16 2000 Bill Nottingham - need .pfb files too * Mon Feb 14 2000 Preston Brown - new URW++ fonts that include extra glyphs. * Thu Jan 13 2000 Preston Brown - remove vendor tag. * Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 8) * Tue Mar 09 1999 Preston Brown - fixed up chkfontpath stuff * Wed Feb 24 1999 Preston Brown - Injected new description and group. * Mon Feb 15 1999 Preston Brown - added missing fonts.dir, fonts.scale, %post, %postun using chkfontpath - changed foundary from Adobe (which was a lie) to URW. * Sat Feb 06 1999 Preston Brown - fonts now live in %{_prefix}/share/fonts/default/Type1 * Fri Nov 13 1998 Preston Brown - eliminated section that adds to XF86Config - changed fonts to reside in %{_prefix}/share/fonts/default/URW, so they can be shared between X and Ghostscript (and other, future programs/applications) * Fri Sep 11 1998 Preston Brown - integrate adding fontdir to XF86Config * Wed Aug 12 1998 Jeff Johnson - eliminate %post output * Wed Jul 8 1998 Jeff Johnson - create from Stefan Waldherr contrib package.