%global fontname abhaya-libre-font %global fontconf %{fontname}.conf Name: %{fontname} Version: 1.060 Release: 1%{?dist} Summary: Libre version of FM Abhaya font # https://web.archive.org/web/20150625020428/http://users.teilar.gr/~g1951d/ # "in lieu of a licence: # Fonts and documents in this site are not pieces of property or merchandise # items; they carry no trademark, copyright, license or other market tags; # they are free for any use. George Douros" #undefine _disable_source_fetch License: OFL URL: https://github.com/mooniak/abhaya-libre-font Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz Source1: 65-%{name}-fontconfig.conf Source2: %{fontname}.metainfo.xml BuildArch: noarch BuildRequires: fontpackages-devel BuildRequires: libappstream-glib Requires: fontpackages-filesystem %description Abhaya Libre is the unicode compliant, complete libre version of FM Abhaya font. %prep %autosetup -n abhaya-libre-font-%{version} %build %install install -m 0755 -d %{buildroot}%{_fontdir}/ #install -m 0755 -d %{buildroot}/usr/share/doc/%{fontname} install -m 0644 -p fonts/ttf/AbhayaLibre-Bold.ttf %{buildroot}%{_fontdir} install -m 0644 -p fonts/ttf/AbhayaLibre-ExtraBold.ttf %{buildroot}%{_fontdir} install -m 0644 -p fonts/ttf/AbhayaLibre-Medium.ttf %{buildroot}%{_fontdir} install -m 0644 -p fonts/ttf/AbhayaLibre-Regular.ttf %{buildroot}%{_fontdir} install -m 0644 -p fonts/ttf/AbhayaLibre-SemiBold.ttf %{buildroot}%{_fontdir} install -m 0644 -p abhaya-libre-font-1.060/CONTRIBUTORS.md %{buildroot}/usr/share/doc/%{fontname} install -m 0644 -p abhaya-libre-font-1.060/README.md %{buildroot}/usr/share/doc/%{fontname} install -m 0644 -p abhaya-libre-font-1.060/OFL.txt %{buildroot}/usr/share/doc/%{fontname} install -m 0644 -p abhaya-libre-font-1.060/FONTLOG.md %{buildroot}/usr/share/doc/%{fontname} 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} install -Dm 0644 -p %{SOURCE2} %{buildroot}%{_datadir}/metainfo/%{fontname}.metainfo.xml %check appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/%{fontname}.metainfo.xml %_font_pkg -f %{fontconf} *.ttf #_font_pkg -f {fontconf} AbhayaLibre-Bold.ttf #_font_pkg -f {fontconf} AbhayaLibre-ExtraBold.ttf #_font_pkg -f {fontconf} AbhayaLibre-Medium.ttf #_font_pkg -f {fontconf} AbhayaLibre-Regular.ttf #_font_pkg -f {fontconf} AbhayaLibre-SemiBold.ttf %{_datadir}/metainfo/%{fontname}.metainfo.xml %license OFL.txt %doc OFL.txt CONTRIBUTORS.md README.md FONTLOG.md %changelog * Wed Sep 19 2019 Danishka Navin - 1.060-1 - Updated spec as per review guidelines * Wed Sep 04 2019 Danishka Navin - 1.060-0 - Initial commit