From 4626d62911b2edb0c14f975c9a54a0721d084a08 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Apr 28 2011 17:21:39 +0000 Subject: Initial import (#678699). --- diff --git a/.gitignore b/.gitignore index e69de29..b0e37e5 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/vdrsymbols-ttf-20100612.tgz diff --git a/sources b/sources index e69de29..1bfad44 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +dad98a1cdb2b7deb3301ecf46181d258 vdrsymbols-ttf-20100612.tgz diff --git a/vdrsymbol-fonts-fontconfig.conf b/vdrsymbol-fonts-fontconfig.conf new file mode 100644 index 0000000..11fec29 --- /dev/null +++ b/vdrsymbol-fonts-fontconfig.conf @@ -0,0 +1,16 @@ + + + + + sans-serif + + VDRSymbols Sans + + + + VDRSymbols Sans + + sans-serif + + + diff --git a/vdrsymbol-fonts.spec b/vdrsymbol-fonts.spec new file mode 100644 index 0000000..5a85f1b --- /dev/null +++ b/vdrsymbol-fonts.spec @@ -0,0 +1,57 @@ +%global fontname vdrsymbol +%global fontconf 69-%{fontname}.conf + +Name: %{fontname}-fonts +Version: 20100612 +Release: 1%{?dist} +Summary: VDR symbol fonts + +Group: User Interface/X +License: Bitstream Vera and Public Domain +URL: http://andreas.vdr-developer.org/fonts/ +Source0: http://andreas.vdr-developer.org/fonts/download/vdrsymbols-ttf-%{version}.tgz +Source1: %{name}-fontconfig.conf + +BuildArch: noarch +BuildRequires: fontpackages-devel +Requires: fontpackages-filesystem + +%description +VDRSymbols is a font for use with VDR plugins and patches. + + +%prep +%setup -q -n vdrsymbols +chmod -x insert_vdr_symbols.pe + + +%build + + +%install +rm -fr %{buildroot} + +install -m 0755 -d %{buildroot}%{_fontdir} +install -m 0644 -p *.ttf %{buildroot}%{_fontdir} + +install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ + %{buildroot}%{_fontconfig_confdir} + +install -m 0644 -p %{SOURCE1} \ + %{buildroot}%{_fontconfig_templatedir}/%{fontconf} +ln -s %{_fontconfig_templatedir}/%{fontconf} \ + %{buildroot}%{_fontconfig_confdir}/%{fontconf} + + +%clean +rm -fr %{buildroot} + + +%_font_pkg -f %{fontconf} *.ttf + +%doc COPYRIGHT.txt HISTORY README insert_vdr_symbols.pe + + +%changelog +* Fri Feb 18 2011 Ville Skyttä - 20100612-1 +- First build.