List packaged executables explicitly

Avoid globbing everything in a shared directory,
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_explicit_lists.
This commit is contained in:
Benjamin A. Beasley 2025-12-09 10:09:55 +00:00
commit a52d7a83f5

View file

@ -44,12 +44,21 @@ export XFLAGS="${CFLAGS} ${LDFLAGS}"
%files
%license LICENSE.md
%doc docs/ README.md NEWS.md
%{_bindir}/*
%{_bindir}/detype1
%{_bindir}/makeotfexe
%{_bindir}/mergefonts
%{_bindir}/rotatefont
%{_bindir}/sfntdiff
%{_bindir}/sfntedit
%{_bindir}/spot
%{_bindir}/tx
%{_bindir}/type1
%changelog
* Tue Dec 09 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 4.0.3-1
- Updated to 4.0.3 release
- Bundled antlr4-cpp-runtime-4.13.2
- List packaged executables explicitly
* Tue Dec 09 2025 Cristian Le <git@lecris.dev> - 4.0.2-1
- Updated to 4.0.2 release