afb99a4
%global fontname gdouros-avdira
afb99a4
%global fontconf 65-%{fontname}.conf
afb99a4
afb99a4
Name:           %{fontname}-fonts
afb99a4
Version:        6.31
afb99a4
Release:        1%{?dist}
afb99a4
Summary:        A font based on elements created by Demetrios Damilas (late 15th c.)
afb99a4
License:        Public Domain
afb99a4
URL:            http://users.teilar.gr/~g1951d/Textfonts.htm
afb99a4
Source0:        http://users.teilar.gr/~g1951d/Avdira.zip
afb99a4
Source1:        http://users.teilar.gr/~g1951d/Textfonts.pdf
afb99a4
Source2:        %{name}-fontconfig.conf
afb99a4
Source3:        %{fontname}.metainfo.xml
afb99a4
afb99a4
BuildArch:      noarch
afb99a4
BuildRequires:  fontpackages-devel
afb99a4
BuildRequires:  libappstream-glib
afb99a4
Requires:       fontpackages-filesystem
afb99a4
afb99a4
%description
afb99a4
The first edition of Isocrates, edited by Demetrius Chalcondyles, was published
afb99a4
by Uldericus Scinzenzeler & Sebastianus de Ponte Tremolo, in 1493 in Milan. It
afb99a4
was set in letters cut in 1481 by Bonus Accursius, copying the older elements
afb99a4
of Demetrius Damilas. A digital revival was prepared by Ralph P. Hancock for
afb99a4
his Milan (Mediolanum) font in 2000.
afb99a4
afb99a4
The font covers the Windows Glyph List, IPA Extensions, Greek Extended, Ancient
afb99a4
Greek Numbers, Byzantine and Ancient Greek Musical Notation, various
afb99a4
typographic extras and several Open Type features (Case-Sensitive Forms, Small
afb99a4
Capitals, Subscript, Superscript, Numerators, Denominators, Fractions, Old
afb99a4
Style Figures, Historical Forms, Stylistic Alternates, Ligatures).
afb99a4
afb99a4
It was created by George Douros.
afb99a4
afb99a4
%prep
afb99a4
%setup -q -c
afb99a4
cp -p %{SOURCE1} .
afb99a4
afb99a4
%build
afb99a4
afb99a4
%install
afb99a4
install -m 0755 -d %{buildroot}%{_fontdir}
afb99a4
install -m 0644 -p Avdira.ttf %{buildroot}%{_fontdir}
afb99a4
afb99a4
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
afb99a4
                   %{buildroot}%{_fontconfig_confdir}
afb99a4
afb99a4
install -m 0644 -p %{SOURCE2} \
afb99a4
        %{buildroot}%{_fontconfig_templatedir}/%{fontconf}
afb99a4
ln -s %{_fontconfig_templatedir}/%{fontconf} \
afb99a4
      %{buildroot}%{_fontconfig_confdir}/%{fontconf}
afb99a4
afb99a4
install -Dm 0644 -p %{SOURCE3} \
afb99a4
        %{buildroot}%{_datadir}/appdata/%{fontname}.metainfo.xml
afb99a4
afb99a4
%check
afb99a4
appstream-util validate-relax --nonet \
afb99a4
      %{buildroot}/%{_datadir}/appdata/%{fontname}.metainfo.xml
afb99a4
afb99a4
afb99a4
%_font_pkg -f %{fontconf} Avdira.ttf
afb99a4
%{_datadir}/appdata/%{fontname}.metainfo.xml
afb99a4
%doc Textfonts.pdf
afb99a4
afb99a4
%changelog
afb99a4
* Fri Feb 12 2016 Alexander Ploumistos <alexpl@fedoraproject.org> - 6.31-1
afb99a4
- First release
afb99a4