]> git.pld-linux.org Git - packages/fonts-OTF-Adobe-Blank.git/blob - fonts-OTF-Adobe-Blank.spec
- pl, unified Source0 URL
[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 - font with blank rendered as not blank
3 Summary(pl.UTF-8):      Adobe Source Blank - font z odstępem wyświetlanym jako niepusty
4 Name:           fonts-OTF-Adobe-Blank
5 Version:        1.030
6 Release:        1
7 License:        OFL v1.1
8 Group:          Fonts
9 Source0:        http://downloads.sourceforge.net/adobe-blank.adobe/AdobeBlank.otf
10 # Source0-md5:  5f4074d39eff916ed6586d1afaf38584
11 URL:            http://sourceforge.net/projects/sourcecodepro.adobe/
12 BuildRequires:  unzip
13 Requires(post,postun):  fontpostinst
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         otffontsdir     %{_fontsdir}/OTF
18
19 %description
20 Font characteristics:
21 - All Unicode code points are covered
22 - All code points are rendered using a non-spacing and non-marking
23   glyph
24
25 %description -l pl.UTF-8
26 Charakterystyka fontu:
27 - pokrywa wszystkie punkty kodowe Unicode
28 - wszystkie punkty kodowe są renderowane przy użyciu bezodstępowych,
29 bezznakowych glifów.
30
31 %prep
32 %setup -q -c -T
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT%{otffontsdir}
37
38 install -p %{SOURCE0} $RPM_BUILD_ROOT%{otffontsdir}
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %post
44 fontpostinst OTF
45
46 %postun
47 fontpostinst OTF
48
49 %files
50 %defattr(644,root,root,755)
51 %{otffontsdir}/AdobeBlank.otf
This page took 0.092242 seconds and 3 git commands to generate.