diff --git a/.cvsignore b/.cvsignore index e69de29..cc58461 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +Vollkorn.pdf diff --git a/import.log b/import.log new file mode 100644 index 0000000..98b7081 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +vollkorn-fonts-1_008-1_fc10:HEAD:vollkorn-fonts-1.008-1.fc10.src.rpm:1233526980 diff --git a/sources b/sources index e69de29..82e7513 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +b06f4d12d6640399ea943deb84d36ca9 Vollkorn.pdf diff --git a/vollkorn-fonts-fontconfig.conf b/vollkorn-fonts-fontconfig.conf new file mode 100644 index 0000000..6904ecc --- /dev/null +++ b/vollkorn-fonts-fontconfig.conf @@ -0,0 +1,17 @@ + + + + + serif + + Vollkorn + + + + Vollkorn + + serif + + + + diff --git a/vollkorn-fonts.spec b/vollkorn-fonts.spec new file mode 100644 index 0000000..df4ec09 --- /dev/null +++ b/vollkorn-fonts.spec @@ -0,0 +1,65 @@ +%define fontname vollkorn +%define fontconf 64-%{fontname}.conf + +%define archivename Vollkorn + +Name: %{fontname}-fonts +Version: 1.008 +Release: 1%{?dist} +Summary: A serif latin font with good readability + +Group: User Interface/X +License: CC-BY +URL: http://www.grafikfritze.de/?p=43 +#http://www.grafikfritze.de/download.php?download=1 +Source0: %{fontname}.otf +Source1: %{name}-fontconfig.conf +Source2: %{archivename}.pdf +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) + +BuildArch: noarch +BuildRequires: fontpackages-devel +Requires: fontpackages-filesystem + +%description +Serif latin OTF font by Friedrich Althausen with focus on good readability. +Because of this it is relatively dark and strong and has emphasized serifs. +Vollkorn will especially work good in reading-sizes with its familiar and +smooth overall picture. + +%prep +%setup -q -c -T +install -m 0644 -p %{SOURCE2} . + +%build + + +%install +rm -fr %{buildroot} + +install -m 0755 -d %{buildroot}%{_fontdir} +install -m 0644 -p %{SOURCE0} %{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} *.otf + +%doc *.pdf + +%dir %{_fontdir} + + +%changelog +* Fri Jan 30 2009 Paul Lange - 1.008-1 +- initial packaging diff --git a/vollkorn.otf b/vollkorn.otf new file mode 100644 index 0000000..aa11449 Binary files /dev/null and b/vollkorn.otf differ