SPECS: fonts-Type1-urw.spec (NEW) - maintained urw fonts

arekm arekm at pld-linux.org
Wed Nov 14 10:01:18 CET 2007


Author: arekm                        Date: Wed Nov 14 09:01:18 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- maintained urw fonts

---- Files affected:
SPECS:
   fonts-Type1-urw.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/fonts-Type1-urw.spec
diff -u /dev/null SPECS/fonts-Type1-urw.spec:1.1
--- /dev/null	Wed Nov 14 10:01:18 2007
+++ SPECS/fonts-Type1-urw.spec	Wed Nov 14 10:01:13 2007
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+%define	pre	pre43
+Summary:	Free versions of the 35 standard PostScript fonts
+Name:		fonts-Type1-urw
+Version:	1.0.7
+Release:	0.%{pre}.1
+License:	GPL
+Group:		Fonts
+Source0:	ftp://ftp.gnome.ru/fonts/urw/release/urw-fonts-%{version}%{pre}.tar.bz2
+# Source0-md5:	97ff7f315bcf36558d7f326878551ac3
+Requires(post,postun):	fontpostinst >= 0.1-6
+Requires:	%{_fontsdir}/Type1
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		t1fontsdir	%{_fontsdir}/Type1
+%define		t1afmdir	%{t1fontsdir}/afm
+
+%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
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{t1fontsdir},%{t1afmdir}}
+
+install *.pfb $RPM_BUILD_ROOT%{t1fontsdir}
+install *.afm $RPM_BUILD_ROOT%{t1afmdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+fontpostinst Type1
+
+%postun
+fontpostinst Type1
+
+%files
+%defattr(644,root,root,755)
+%doc README*
+%{t1fontsdir}/*.pfb
+%{t1afmdir}/*.afm
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007-11-14 09:01:13  arekm
+- maintained urw fonts
+
+
================================================================


More information about the pld-cvs-commit mailing list