]> git.pld-linux.org Git - packages/fonts-Type1-urw.git/blame - fonts-Type1-urw.spec
- maintained urw fonts
[packages/fonts-Type1-urw.git] / fonts-Type1-urw.spec
CommitLineData
4fee9ffd
AM
1%define pre pre43
2Summary: Free versions of the 35 standard PostScript fonts
3Name: fonts-Type1-urw
4Version: 1.0.7
5Release: 0.%{pre}.1
6License: GPL
7Group: Fonts
8Source0: ftp://ftp.gnome.ru/fonts/urw/release/urw-fonts-%{version}%{pre}.tar.bz2
9# Source0-md5: 97ff7f315bcf36558d7f326878551ac3
10Requires(post,postun): fontpostinst >= 0.1-6
11Requires: %{_fontsdir}/Type1
12BuildArch: noarch
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%define t1fontsdir %{_fontsdir}/Type1
16%define t1afmdir %{t1fontsdir}/afm
17
18%description
19Free, good quality versions of the 35 standard PostScript(TM) fonts,
20donated under the GPL by URW++ Design and Development GmbH. The
21fonts.dir file font names match the original Adobe names of the fonts
22(e.g., Times, Helvetica, etc.).
23
24Install the urw-fonts package if you need free versions of standard
25PostScript fonts.
26
27%prep
28%setup -q -c
29
30%build
31
32%install
33rm -rf $RPM_BUILD_ROOT
34install -d $RPM_BUILD_ROOT{%{t1fontsdir},%{t1afmdir}}
35
36install *.pfb $RPM_BUILD_ROOT%{t1fontsdir}
37install *.afm $RPM_BUILD_ROOT%{t1afmdir}
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%post
43fontpostinst Type1
44
45%postun
46fontpostinst Type1
47
48%files
49%defattr(644,root,root,755)
50%doc README*
51%{t1fontsdir}/*.pfb
52%{t1afmdir}/*.afm
This page took 0.046368 seconds and 4 git commands to generate.