From 6f4cd42b81b79feb2c92d2fa3d1f2bf513f4d957 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 11 Jul 2023 23:48:58 +0800 Subject: update spec --- scripts/rpmbuild/xmake.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'scripts') diff --git a/scripts/rpmbuild/xmake.spec b/scripts/rpmbuild/xmake.spec index 9f2cb138d..fdd1482d8 100644 --- a/scripts/rpmbuild/xmake.spec +++ b/scripts/rpmbuild/xmake.spec @@ -53,11 +53,7 @@ rm -rf core/src/{lua,luajit,lua-cjson,lz4,pdcurses}/*/ %build %set_build_flags -./configure --external=yes \ - --prefix=%{_prefix} \ - --bindir=%{_bindir} \ - --libdir=%{_libdir} \ - --includedir=%{_includedir} \ +%configure --external=yes %if %{use_luajit} --runtime=luajit %else @@ -100,6 +96,9 @@ cp -rp xmake \ %{_mandir}/man1/*.1* %changelog +* Tue Jul 11 2023 Zephyr Lykos - 2.8.1-1 +- Update to 2.8.1 + * Sun Jun 04 2023 Zephyr Lykos - 2.7.9-1 - Switch to release tarball - Use system provided libs if possible -- cgit v1.3.1