Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generate RPM spec files for Fedora, RHEL, and CentOS distributions
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-09 | ✗→✓ | ▲ Improved | 82% | 0% |
| case-16 | ✗→✓ | ▲ Improved | -47% | 0% |
| case-01 | ✓→✓ | = Same ✓ | -5% | 0% |
| case-02 | ✓→✓ | = Same ✓ | -9% | 0% |
| case-03 | ✓→✓ | = Same ✓ | 2% | 0% |
Generate RPM spec files for Fedora, RHEL, CentOS, and other RPM-based distributions.
json{ "type": "object", "properties": { "projectPath": { "type": "string" }, "packageName": { "type": "string" }, "version": { "type": "string" }, "release": { "type": "string", "default": "1" }, "buildRequires": { "type": "array" }, "requires": { "type": "array" } }, "required": ["projectPath", "packageName", "version"] }
specName: myapp Version: 1.0.0 Release: 1%{?dist} Summary: My Application License: MIT URL: https://example.com/myapp Source0: %{name}-%{version}.tar.gz BuildRequires: gcc Requires: glibc, gtk3 %description A longer description of my application. %prep %setup -q %build make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} %files %{_bindir}/myapp %{_datadir}/applications/myapp.desktop %changelog * Mon Jan 01 2024 Your Name <email@example.com> - 1.0.0-1 - Initial release
bashrpmbuild -ba myapp.spec
deb-package-builderlinux-gpg-signingOther measured skills in the registry, with their headline benchmark lift.