2023-03-27 14:26:16 -05:00
|
|
|
<!--
|
|
|
|
|
Copyright (C) 2023 Maxwell G <maxwell@gtmx.me>
|
|
|
|
|
|
|
|
|
|
SPDX-License-Identifier: GPL-1.0-or-later
|
|
|
|
|
-->
|
|
|
|
|
|
2023-03-27 10:32:59 -05:00
|
|
|
# forge-srpm-macros
|
|
|
|
|
|
2026-04-25 23:15:21 -05:00
|
|
|
[](https://builds.sr.ht/~gotmax23/forge-srpm-macros/commits/main?)
|
2023-03-27 17:56:46 -05:00
|
|
|
|
2023-08-13 17:33:04 +00:00
|
|
|
[![copr build status][badge-copr-dev]][link-copr-dev] (gotmax23/forge-srpm-macros-dev)
|
|
|
|
|
|
2023-03-27 10:32:59 -05:00
|
|
|
These macros simplify the packaging of forge-hosted projects.
|
|
|
|
|
They automatically compute the Source urls based on macros set in the specfile.
|
|
|
|
|
This code has been split out from redhat-rpm-config to ease maintenance.
|
|
|
|
|
|
2023-08-13 07:19:00 +00:00
|
|
|
## Compatibility
|
|
|
|
|
|
2024-03-02 17:22:10 +00:00
|
|
|
The minimum supported RPM version is 4.16. The macros are tested in CI on
|
2026-04-21 22:46:37 -05:00
|
|
|
Fedora 43+ and EL 9.
|
2023-08-13 07:19:00 +00:00
|
|
|
|
2023-03-27 14:26:15 -05:00
|
|
|
## Contributing
|
|
|
|
|
|
|
|
|
|
See [CONTRIBUTING.md](https://git.sr.ht/~gotmax23/forge-srpm-macros/tree/main/item/CONTRIBUTING.md).
|
|
|
|
|
|
2023-03-27 10:32:59 -05:00
|
|
|
## License
|
|
|
|
|
|
|
|
|
|
This repository is licensed under
|
|
|
|
|
|
|
|
|
|
SPDX-License-Identifer: GPL-1.0-or-later
|
|
|
|
|
|
2023-08-13 17:33:04 +00:00
|
|
|
[badge-copr-dev]: https://copr.fedorainfracloud.org/coprs/gotmax23/forge-srpm-macros-dev/package/forge-srpm-macros/status_image/last_build.png
|
|
|
|
|
[link-copr-dev]: https://copr.fedorainfracloud.org/coprs/gotmax23/forge-srpm-macros-dev/
|