]> git.pld-linux.org Git - packages/fonts-OTF-Inconsolata.git/blame - fonts-OTF-Inconsolata.spec
- adapterized
[packages/fonts-OTF-Inconsolata.git] / fonts-OTF-Inconsolata.spec
CommitLineData
26cdcef1 1%define _name Inconsolata
2Summary: High-resolution code font
3Name: fonts-OTF-Inconsolata
4Version: 001.000
5Release: 1
7bb916b8 6License: Unknown (Will be GPL or SIL Open Font License when finished)
26cdcef1 7Group: Fonts
8Source0: http://www.levien.com/type/myfonts/%{_name}.otf
9# Source0-md5: dc1e556d2fab230145c1cc2df466ec07
10URL: http://www.levien.com/type/myfonts/inconsolata.html
11Requires(post,postun): fontpostinst
12Requires: %{_fontsdir}/OTF
13BuildArch: noarch
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%define _otffontsdir %{_fontsdir}/OTF
17
18%description
ca32f8c4 19Inconsolata is a monospace font, designed for code listings and the
20like, in print. There are a great many "programmer fonts," designed
21primarily for use on the screen, but in most cases do not have the
22attention to detail for high resolution rendering.
26cdcef1 23
24%prep
25%setup -q -c -T
26
27%install
28rm -rf $RPM_BUILD_ROOT
29install -d $RPM_BUILD_ROOT%{_otffontsdir}
30
31install %{SOURCE0} $RPM_BUILD_ROOT%{_otffontsdir}
32
33%clean
34rm -rf $RPM_BUILD_ROOT
35
36%post
37fontpostinst OTF
38
39%postun
40fontpostinst OTF
41
42%files
43%defattr(644,root,root,755)
44%{_otffontsdir}/*
This page took 0.057535 seconds and 4 git commands to generate.