From: Arkadiusz Miƛkiewicz Date: Mon, 22 Apr 2013 15:47:01 +0000 (+0200) Subject: - initial X-Git-Tag: auto/th/fonts-OTF-Adobe-Blank-1.030-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ffonts-OTF-Adobe-Blank.git;a=commitdiff_plain;h=01f7208886bf2f5b5c6ec246652f477aacef906c - initial --- 01f7208886bf2f5b5c6ec246652f477aacef906c diff --git a/fonts-OTF-Adobe-Blank.spec b/fonts-OTF-Adobe-Blank.spec new file mode 100644 index 0000000..52994fd --- /dev/null +++ b/fonts-OTF-Adobe-Blank.spec @@ -0,0 +1,44 @@ +# NOTE: there are also TTF fonts in tarball +Summary: Adobe Source Blank - blank rendered as not blank +Name: fonts-OTF-Adobe-Blank +Version: 1.030 +Release: 1 +License: OFL v1.1 +Group: Fonts +Source0: https://downloads.sourceforge.net/project/adobe-blank.adobe/v%{version}/AdobeBlank.otf +# Source0-md5: 5f4074d39eff916ed6586d1afaf38584 +URL: http://sourceforge.net/projects/sourcecodepro.adobe/ +BuildRequires: unzip +Requires(post,postun): fontpostinst +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define otffontsdir %{_fontsdir}/OTF + +%description +Font characteristics: +- All Unicode code points are covered +- All code points are rendered using a non-spacing and non-marking + glyph + +%prep +%setup -q -c -T + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{otffontsdir} + +install -p %{SOURCE0} $RPM_BUILD_ROOT%{otffontsdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +fontpostinst OTF + +%postun +fontpostinst OTF + +%files +%defattr(644,root,root,755) +%{otffontsdir}/AdobeBlank.otf