%global fontname source-serif-pro %global fontconf 63-%{fontname}.conf Name: adobe-source-serif-pro-fonts Version: 1.014 Release: 1%{?dist} Summary: A set of serif OpenType fonts designed to complement Source Sans Pro License: OFL URL: http://adobe.github.io/source-serif-pro/ #unable to build from source : source format is unbuldable with free software Source0: http://downloads.sourceforge.net/sourceserifpro.adobe/SourceSerifPro_FontsOnly-%{version}.zip Source1: %{name}-fontconfig.conf BuildArch: noarch BuildRequires: fontpackages-devel Requires: fontpackages-filesystem %description Source Serif Pro is a set of OpenType fonts to complement the Source Sans Pro family. %prep %setup -q -n source-serif-pro-%{version}R sed -i "s|\r||" LICENSE.txt %build %install install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p OTF/*.otf %{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} %_font_pkg -f %{fontconf} *.otf %doc *.txt *.html *.md %changelog * Mon May 19 2014 Ricky Elrod - 1.014-1 - Initial build.