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