]> git.pld-linux.org Git - packages/fonts-OTF-Adobe-Blank.git/blob - fonts-OTF-Adobe-Blank.spec
52994fdc21fe1c2acb85253766f914dc79c84b6d
[packages/fonts-OTF-Adobe-Blank.git] / fonts-OTF-Adobe-Blank.spec
1 # NOTE: there are also TTF fonts in tarball
2 Summary:        Adobe Source Blank - blank rendered as not blank
3 Name:           fonts-OTF-Adobe-Blank
4 Version:        1.030
5 Release:        1
6 License:        OFL v1.1
7 Group:          Fonts
8 Source0:        https://downloads.sourceforge.net/project/adobe-blank.adobe/v%{version}/AdobeBlank.otf
9 # Source0-md5:  5f4074d39eff916ed6586d1afaf38584
10 URL:            http://sourceforge.net/projects/sourcecodepro.adobe/
11 BuildRequires:  unzip
12 Requires(post,postun):  fontpostinst
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         otffontsdir     %{_fontsdir}/OTF
17
18 %description
19 Font characteristics:
20 - All Unicode code points are covered
21 - All code points are rendered using a non-spacing and non-marking
22   glyph
23
24 %prep
25 %setup -q -c -T
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT%{otffontsdir}
30
31 install -p %{SOURCE0} $RPM_BUILD_ROOT%{otffontsdir}
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %post
37 fontpostinst OTF
38
39 %postun
40 fontpostinst OTF
41
42 %files
43 %defattr(644,root,root,755)
44 %{otffontsdir}/AdobeBlank.otf
This page took 0.068023 seconds and 2 git commands to generate.