dalec
dalec copied to clipboard
[REQ] Support Specifying Artifacts for Most Common RPM Path Macros
What kind of request is this?
New Feature
What is your request or suggestion?
The reference here shows the most commonly used RPM path macros, along with their defaults. Some of them we can map to already using the binaries
and manpages
sections of artifacts
. It seems like we'd want to support several of the other ones listed. I've copied them all here to have a reference.
- [x]
%{_sysconfdir}
(#240) - [x]
%{_includedir}
- [x]
%{_bindir}
- [x]
%{_libdir}
- [ ]
%{_libexecdir}
- [x]
%{_datadir}
- [ ]
{_infodir}
- [x]
%{_mandir}
- [x]
%{_docdir}
#256 - [ ]
%{_localstatedir}
- [x]
%{_sharedstatedir}
(#240)
Are you willing to submit PRs to contribute to this feature request?
- [ ] Yes, I am willing to implement it.