automatic version update by autodist [release 2.1.1731601260-1mamba;Sat Nov 16 2024]
This commit is contained in:
parent
6878fad733
commit
8d2bf2784c
@ -1,7 +1,7 @@
|
|||||||
%define pkgver %(echo %version | tr '~' -)
|
%define pkgver %(echo %version | tr '~' -)
|
||||||
%define apiver %(echo %version | cut -d. -f1-2)
|
%define apiver %(echo %version | cut -d. -f1-2)
|
||||||
Name: luajit
|
Name: luajit
|
||||||
Version: 2.1.1727870382
|
Version: 2.1.1731601260
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A Just-In-Time Compiler for Lua
|
Summary: A Just-In-Time Compiler for Lua
|
||||||
Group: Applications/Development
|
Group: Applications/Development
|
||||||
@ -57,14 +57,14 @@ This package contains libraries and header files for developing applications tha
|
|||||||
DESTDIR=%{buildroot} \
|
DESTDIR=%{buildroot} \
|
||||||
MULTILIB=%{_lib}
|
MULTILIB=%{_lib}
|
||||||
|
|
||||||
|
rm -f %{buildroot}%{_bindir}/luajit-%{version}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/luajit
|
%{_bindir}/luajit
|
||||||
%{_bindir}/luajit-%{version}
|
|
||||||
%dir %{_datadir}/luajit-%{apiver}
|
%dir %{_datadir}/luajit-%{apiver}
|
||||||
%dir %{_datadir}/luajit-%{apiver}/jit
|
%dir %{_datadir}/luajit-%{apiver}/jit
|
||||||
%{_datadir}/luajit-%{apiver}/jit/*.lua
|
%{_datadir}/luajit-%{apiver}/jit/*.lua
|
||||||
@ -85,6 +85,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/pkgconfig/luajit.pc
|
%{_libdir}/pkgconfig/luajit.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 16 2024 Automatic Build System <autodist@openmamba.org> 2.1.1731601260-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Oct 03 2024 Automatic Build System <autodist@openmamba.org> 2.1.1727870382-1mamba
|
* Thu Oct 03 2024 Automatic Build System <autodist@openmamba.org> 2.1.1727870382-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user