[packages/fonts-OTF-Adobe-Blank] - initial

arekm arekm at pld-linux.org
Mon Apr 22 17:47:17 CEST 2013


commit 01f7208886bf2f5b5c6ec246652f477aacef906c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Apr 22 17:47:01 2013 +0200

    - initial

 fonts-OTF-Adobe-Blank.spec | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)
---
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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fonts-OTF-Adobe-Blank.git/commitdiff/01f7208886bf2f5b5c6ec246652f477aacef906c



More information about the pld-cvs-commit mailing list