]> git.pld-linux.org Git - packages/fonts-OTF-Adobe-Blank.git/commitdiff
- initial auto/th/fonts-OTF-Adobe-Blank-1.030-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 22 Apr 2013 15:47:01 +0000 (17:47 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 22 Apr 2013 15:47:01 +0000 (17:47 +0200)
fonts-OTF-Adobe-Blank.spec [new file with mode: 0644]

diff --git a/fonts-OTF-Adobe-Blank.spec b/fonts-OTF-Adobe-Blank.spec
new file mode 100644 (file)
index 0000000..52994fd
--- /dev/null
@@ -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
This page took 0.071346 seconds and 4 git commands to generate.