diff options
| author | Zephyr Lykos <[email protected]> | 2023-06-04 15:40:45 +0800 |
|---|---|---|
| committer | Zephyr Lykos <[email protected]> | 2023-06-04 15:40:45 +0800 |
| commit | 37714319b52799cdb2816ab09da67a45bf5497da (patch) | |
| tree | fa46ce4b89e8a8edfa437685004ee6d9f3dcc7c5 /scripts | |
| parent | 0bd832a185fbc868e543e13426a3efc6a53f2405 (diff) | |
scripts/rpmbuild: rpmlint
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/rpmbuild/xmake.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/rpmbuild/xmake.spec b/scripts/rpmbuild/xmake.spec index 6ba8d1de2..26bcb11cc 100644 --- a/scripts/rpmbuild/xmake.spec +++ b/scripts/rpmbuild/xmake.spec @@ -30,8 +30,8 @@ BuildRequires: gcc BuildRequires: gcc-c++ # Virtual provides for bundled libraries -Provides: bundled(libsv) -Provides: bundled(tbox) +Provides: bundled(libsv) = 0.0.1 +Provides: bundled(libtbox) = 1.7.3 %description xmake is a lightweight cross-platform build utility based on Lua. @@ -74,7 +74,7 @@ install -Dpm0755 build/xmake \ install -Dpm0755 scripts/xrepo.sh \ %{buildroot}%{_bindir}/xrepo install -Dpm0644 scripts/man/*1 \ - %{buildroot}%{_mandir}/man1/ + %{buildroot}%{_mandir}/man1/ install -Dpm0644 xmake/scripts/completions/register-completions.bash \ %{buildroot}%{_datadir}/bash-completion/completions/xmake install -Dpm0644 xmake/scripts/completions/register-completions.fish \ |
