Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37745015
en ru br
ALT Linux repos
S:20161102-alt1_4

Group :: System/Fonts/True type
RPM: fonts-otf-gfs-orpheus-classic

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Group: System/Fonts/True type
# BEGIN SourceDeps(oneline):
BuildRequires(pre): rpm-macros-fedora-compat rpm-macros-fonts
BuildRequires: rpm-build-fedora-compat-fonts unzip
# END SourceDeps(oneline)
%define oldname gfs-orpheus-classic-fonts
# see https://bugzilla.altlinux.org/show_bug.cgi?id=10382
%define _localstatedir %{_var}
%define fontpkgname gfs-orpheus-classic-fonts
# SPDX-License-Identifier: MIT
Version: 20161102
Release: alt1_4
URL:     http://www.greekfontsociety-gfs.gr/typefaces/19th_century

%global foundry           GFS
%global fontlicense       OFL
%global fontlicenses      OFL.txt
%global fontdocs          *.txt
%global fontdocsex        %{fontlicenses}

%global fontfamily        Orpheus Classic
%global fontsummary       GFS Orpheus Classic, a 19th century Greek font family
%global fontpkgheader     \
#Suggests: font(gfsorpheus)\

%global fonts             *.otf
%global fontdescription   \
This rare typeface was first used in the last decade of the 19th century and\
was offered for use until the 1960s. Its design is characterized by an\
outstanding subtlety and purity in its letter-forms. With almost round counters,\
a low x-height, a fairly high contrast and a nearly horizontal axis, it is a\
very elegant and legible typeface that works excellently on small text. GFS\
Orpheus Classic is a digital reproduction of this brilliant design.\
\
It was digitized by George Triantafyllakos based on specimens from Linotype Co.

%global archivename GFS_Orpheus_Classic

Source0:  http://www.greekfontsociety-gfs.gr/_assets/fonts/%{archivename}.zip
Source10: 61-gfs-orpheus-classic-fonts.xml

Name:           fonts-otf-gfs-orpheus-classic
Summary:        %{fontsummary}
License:        %{fontlicense}
BuildArch:      noarch
BuildRequires:  rpm-build-fonts
%{?fontpkgheader}
Source44: import.info
%description
%{?fontdescription}

%package   doc
Group: System/Fonts/True type
Summary:   Optional documentation files of %{oldname}
BuildArch: noarch
%description doc
This package provides optional documentation files shipped with
%{oldname}.

%prep
%global fontconfngs       %{SOURCE10}
%setup -n %{oldname}-%{version} -q -c -T
unzip -j -q  %{SOURCE0}
%linuxtext *.txt

%build
# fontbuild
fontnames=$(
 for font in 'GFS_Orpheus_Classic.otf'; do
   fc-scan "${font}" -f "    <font>%%{fullname[0]}</font>\n"
 done | sort -u
)
if [[ -n "${fontnames}" ]] ; then
 fontnames=$'\n'"  <provides>"$'\n'"${fontnames}"$'\n'"  </provides>"
fi
fontlangs=$(
 for font in 'GFS_Orpheus_Classic.otf'; do
   fc-scan "${font}" -f "%%{[]lang{    <lang>%%{lang}</lang>\n}}"
 done | sort -u
)
if [[ -n "${fontlangs}" ]] ; then
 fontlangs=$'\n'"  <languages>"$'\n'"${fontlangs}"$'\n'"  </languages>"
fi

echo "Generating the gfs-orpheus-classic-fonts appstream file"
cat > "org.altlinux.gfs-orpheus-classic-fonts.metainfo.xml" << EOF_APPSTREAM
<?xml version="1.0" encoding="UTF-8"?>
<!-- SPDX-License-Identifier: MIT -->
<component type="font">
 <id>org.altlinux.gfs-orpheus-classic-fonts</id>
 <metadata_license>MIT</metadata_license>
 <project_license>OFL</project_license>
 <name>GFS Orpheus Classic</name>
 <summary><![CDATA[GFS Orpheus Classic, a 19th century Greek font family]]></summary>
 <description>
   <p><![CDATA[This rare typeface was first used in the last decade of the 19th century and]]></p><p><![CDATA[was offered for use until the 1960s. Its design is characterized by an]]></p><p><![CDATA[outstanding subtlety and purity in its letter-forms. With almost round counters,]]></p><p><![CDATA[a low x-height, a fairly high contrast and a nearly horizontal axis, it is a]]></p><p><![CDATA[very elegant and legible typeface that works excellently on small text. GFS]]></p><p><![CDATA[Orpheus Classic is a digital reproduction of this brilliant design.]]></p> It was digitized by George Triantafyllakos based on specimens from Linotype Co.
 </description>
 <updatecontact>devel at lists.altlinux.org</updatecontact>
 <url type="homepage">http://www.greekfontsociety-gfs.gr/typefaces/19th_century</url>
 <releases>
   <release version="%{version}-%{release}" date="$(date -d  at $SOURCE_DATE_EPOCH -u --rfc-3339=d)"/>
 </releases>${fontnames}${fontlangs}
</component>
EOF_APPSTREAM

%install
echo Installing gfs-orpheus-classic-fonts
echo "" > "gfs-orpheus-classic-fonts.list"
install -m 0755 -vd %buildroot%_fontsdir/otf/gfs-orpheus-classic/
echo "%%dir %_fontsdir/otf/gfs-orpheus-classic" >> "gfs-orpheus-classic-fonts.list"
install -m 0644 -vp "GFS_Orpheus_Classic.otf" %buildroot%_fontsdir/otf/gfs-orpheus-classic/
echo \"%_fontsdir/otf/gfs-orpheus-classic//$(basename "GFS_Orpheus_Classic.otf")\" >> 'gfs-orpheus-classic-fonts.list'
(

 IFS= lines=$(
   for fontconfng in '%SOURCE10'; do
     gen-fontconf -x "${fontconfng}" -w -f 'GFS_Orpheus_Classic.otf'
   done
 )
 while IFS= read -r line; do
   [[ -n $line ]] && newfontconfs+=("$line")
 done <<< ${lines}

 install -m 0755 -vd "%{buildroot}%{_fontconfig_templatedir}" \
                   "%{buildroot}%{_fontconfig_confdir}"
 for fontconf in  "${newfontconfs[ at ]}"; do
   if [[ -n $fontconf ]] ; then
     install -m 0644 -vp "${fontconf}" "%{buildroot}%{_fontconfig_templatedir}"
     echo \"%{_fontconfig_templatedir}/$(basename "${fontconf}")\"                  >> "gfs-orpheus-classic-fonts.list"
     ln -vsr "%{buildroot}%{_fontconfig_templatedir}/$(basename "${fontconf}")" "%{buildroot}%{_fontconfig_confdir}"
     echo "%%config(noreplace)" \"%{_fontconfig_confdir}/$(basename "${fontconf}")\" >> "gfs-orpheus-classic-fonts.list"
   fi
 done
)

install -m 0755 -vd "%{buildroot}%{_metainfodir}"
for fontappstream in 'org.altlinux.gfs-orpheus-classic-fonts.metainfo.xml'; do
 install -m 0644 -vp "${fontappstream}" "%{buildroot}%{_metainfodir}"
 echo \"%{_metainfodir}/$(basename "${fontappstream}")\" >> "gfs-orpheus-classic-fonts.list"
done

for fontdoc in 'OFL-FAQ.txt'; do
 echo %%doc "'${fontdoc}'" >> "gfs-orpheus-classic-fonts.list"
done

for fontlicense in 'OFL.txt'; do
 echo %%doc "'${fontlicense}'" >> "gfs-orpheus-classic-fonts.list"
done

%check
# fontcheck
grep -E '^"%{_fontconfig_templatedir}/.+\.conf"' 'gfs-orpheus-classic-fonts.list' \
 | xargs -I{} -- sh -c "xmllint --loaddtd --valid     --nonet '%{buildroot}{}' >/dev/null && echo %{buildroot}{}: OK"
grep -E '^"%{_datadir}/metainfo/.+\.xml"'        'gfs-orpheus-classic-fonts.list' \
 | xargs -I{} --        appstream-util validate-relax --nonet '%{buildroot}{}'

%files -n fonts-otf-gfs-orpheus-classic -f gfs-orpheus-classic-fonts.list

%files doc
%doc --no-dereference OFL.txt
%doc *.pdf

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin