summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2023-07-11 23:48:58 +0800
committerruki <[email protected]>2023-07-11 23:48:58 +0800
commit6f4cd42b81b79feb2c92d2fa3d1f2bf513f4d957 (patch)
tree4c0a13ee48ec8de762f3148422581ce5742ac2d1 /scripts
parent55cca7fd0d160113587d1c8606bc693a0d1c6ff5 (diff)
update spec
Diffstat (limited to 'scripts')
-rw-r--r--scripts/rpmbuild/xmake.spec9
1 files changed, 4 insertions, 5 deletions
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 <[email protected]> - 2.8.1-1
+- Update to 2.8.1
+
* Sun Jun 04 2023 Zephyr Lykos <[email protected]> - 2.7.9-1
- Switch to release tarball
- Use system provided libs if possible