Author: qboosh Date: Sun Apr 1 18:38:47 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - informative descs - create .Fontmap file - release 1
---- Files affected: SPECS: xorg-font-font-bitstream-type1.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/xorg-font-font-bitstream-type1.spec diff -u SPECS/xorg-font-font-bitstream-type1.spec:1.8 SPECS/xorg-font-font-bitstream-type1.spec:1.9 --- SPECS/xorg-font-font-bitstream-type1.spec:1.8 Mon Feb 12 23:09:24 2007 +++ SPECS/xorg-font-font-bitstream-type1.spec Sun Apr 1 20:38:42 2007 @@ -1,12 +1,12 @@ # $Revision$, $Date$ -Summary: bitstream-type1 font -Summary(pl.UTF-8): Font bitstream-type1 +Summary: Bitstream Type1 fonts +Summary(pl.UTF-8): Fonty Type1 Bitstream Name: xorg-font-font-bitstream-type1 Version: 1.0.0 -Release: 0.1 +Release: 1 License: MIT Group: Fonts -Source0: http://xorg.freedesktop.org/releases/X11R7.0/src/font/font-bitstream-type1-%{version}.tar.bz2 +Source0: http://xorg.freedesktop.org/releases/individual/font/font-bitstream-type1-%{version}.tar.bz2 # Source0-md5: 6610475e2e231242f8f2122a709c3695 URL: http://xorg.freedesktop.org/ BuildRequires: autoconf >= 2.57 @@ -20,10 +20,10 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -bitstream-type1 font. +Bitstream Charter and Courier fonts in Type1 format. %description -l pl.UTF-8 -Font bitstream-type1. +Fonty Bitstream Charter i Courier w formacie Type1. %prep %setup -q -n font-bitstream-type1-%{version} @@ -50,6 +50,17 @@ sed -e '1d' fonts.scale > fonts.scale.bitstream rm -f fonts.scale fonts.dir fonts.cache-1 +cat > Fontmap.bitstream <<EOF +/Courier10PitchBT-Roman (c0419bt_.pfb) ; +/Courier10PitchBT-Italic (c0582bt_.pfb) ; +/Courier10PitchBT-Bold (c0583bt_.pfb) ; +/Courier10PitchBT-BoldItalic (c0611bt_.pfb) ; +/CharterBT-Bold (c0632bt_.pfb) ; +/CharterBT-BoldItalic (c0633bt_.pfb) ; +/CharterBT-Roman (c0648bt_.pfb) ; +/CharterBT-Italic (c0649bt_.pfb) ; +EOF + %clean rm -rf $RPM_BUILD_ROOT @@ -65,6 +76,7 @@ %{_fontsdir}/Type1/*.pfb %{_fontsdir}/Type1/afm/*.afm %{_fontsdir}/Type1/fonts.scale.bitstream +%{_fontsdir}/Type1/Fontmap.bitstream %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -72,6 +84,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2007/04/01 18:38:42 qboosh +- informative descs +- create .Fontmap file +- release 1 + Revision 1.8 2007/02/12 22:09:24 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xorg-font-font-bitstream-type1.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
