Name: afdko Version: 3.0.1 Release: 3%{?dist} Summary: Adobe Font Development Kit for OpenType License: ASL 2.0 URL: https://github.com/adobe-type-tools/afdko Source0: https://github.com/adobe-type-tools/afdko/releases/download/%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc BuildRequires: make %description Adobe Font Development Kit for OpenType (AFDKO). The AFDKO is a set of tools for building OpenType font files from PostScript and TrueType font data. %prep %autosetup %build %set_build_flags pushd c sh buildalllinux.sh release # rename makeotfexe to makeotf mv build_all/makeotfexe build_all/makeotf popd %install install -m 0755 -d %{buildroot}/%{_bindir} pushd c/build_all find ./ -type f -executable -exec install -p -m 0755 "{}" \ %{buildroot}/%{_bindir} ";" %ldconfig_scriptlets %files %license LICENSE.md %doc README.md NEWS.md %{_bindir}/* %changelog * Mon Mar 9 2020 Vishal Vijayraghavan - 3.0.1-3 - Added %%set_build_flags - Updated install script * Mon Mar 2 2020 Vishal Vijayraghavan - 3.0.1-2 - Added build dependency gcc, make - Removed unused build dependency - Rename makeotfexe to makeotf * Fri Dec 13 2019 Peng Wu - 3.0.1-1 - Initial Version