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:
parent
56cf7f6e23
commit
a52d7a83f5
1 changed files with 10 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue