undo the change 'Rename makeotfexe to makeotf'

This commit is contained in:
vishal-vvr 2020-05-15 08:36:15 +05:30
parent 21801ed6fa
commit 592d91cbfa

View File

@ -2,7 +2,7 @@
Name: adobe-afdko Name: adobe-afdko
Version: 3.2.0 Version: 3.2.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Adobe Font Development Kit for OpenType Summary: Adobe Font Development Kit for OpenType
License: ASL 2.0 License: ASL 2.0
URL: https://github.com/adobe-type-tools/afdko URL: https://github.com/adobe-type-tools/afdko
@ -22,8 +22,6 @@ from PostScript and TrueType font data.
%set_build_flags %set_build_flags
pushd c pushd c
sh buildalllinux.sh release sh buildalllinux.sh release
# rename makeotfexe to makeotf
mv build_all/makeotfexe build_all/makeotf
popd popd
%install %install
@ -38,6 +36,9 @@ find ./ -type f -executable -exec install -p -m 0755 "{}" \
%{_bindir}/* %{_bindir}/*
%changelog %changelog
* Sat May 09 2020 Vishal Vijayraghavan <vishalvvr@fedoraproject.org> - 3.2.0-2
- undo the change 'Rename makeotfexe to makeotf'
* Fri Apr 3 2020 Vishal Vijayraghavan <vishalvvr@fedoraproject.org> - 3.2.0-1 * Fri Apr 3 2020 Vishal Vijayraghavan <vishalvvr@fedoraproject.org> - 3.2.0-1
- Build for latest release - Build for latest release