forked from pool/lua54
Compare commits
15 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
d0b6bd45b3
|
|||
|
4a84b8fad7
|
|||
|
e748694fd6
|
|||
|
41f2bc1313
|
|||
|
b6168d41b6
|
|||
|
0fa5783653
|
|||
|
74c6aa5eb9
|
|||
|
a9f3c2169c
|
|||
|
07794071cf
|
|||
|
b8ca1bcce1
|
|||
|
ff37df0ddf
|
|||
|
595733ab8e
|
|||
|
6957aee288
|
|||
|
a815e81e87
|
|||
|
b832770e08
|
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1 +1,5 @@
|
|||||||
.osc
|
.osc
|
||||||
|
_scmsync.obsinfo
|
||||||
|
_buildconfig-*
|
||||||
|
_buildinfo-*.xml
|
||||||
|
lua54-*-build/
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
mtime: 1754409984
|
|
||||||
commit: e748694fd6b34ea2082ff3cbfaf7d9ef41076c486205ab4507e5c766aa4d8b3b
|
|
||||||
url: https://src.opensuse.org/lua/lua54.git
|
|
||||||
revision: e748694fd6b34ea2082ff3cbfaf7d9ef41076c486205ab4507e5c766aa4d8b3b
|
|
||||||
projectscmsync: https://src.opensuse.org/lua/_ObsPrj.git
|
|
||||||
BIN
build.specials.obscpio
LFS
BIN
build.specials.obscpio
LFS
Binary file not shown.
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 16 15:54:49 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Clean up of the SPEC file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 5 07:22:18 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
Tue Aug 5 07:22:18 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ Summary: Small Embeddable Language with Procedural Syntax
|
|||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
URL: https://www.lua.org
|
URL: https://www.lua.org
|
||||||
Source: https://www.lua.org/ftp/lua-%{version}.tar.gz
|
Source0: https://www.lua.org/ftp/lua-%{version}.tar.gz
|
||||||
Source1: https://www.lua.org/tests/lua-%{version}-tests.tar.gz
|
Source1: https://www.lua.org/tests/lua-%{version}-tests.tar.gz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
# PATCH-FIX-SUSE tweak the buildsystem to produce what is needed for SUSE
|
# PATCH-FIX-SUSE tweak the buildsystem to produce what is needed for SUSE
|
||||||
@@ -67,11 +67,11 @@ Requires(postun): update-alternatives
|
|||||||
BuildRequires: lua54
|
BuildRequires: lua54
|
||||||
BuildRequires: lua54-devel
|
BuildRequires: lua54-devel
|
||||||
%else
|
%else
|
||||||
# Ensure we can build without $self
|
|
||||||
#!BuildIgnore: lua54
|
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
|
# Ensure we can build without $self
|
||||||
|
#!BuildIgnore: lua54
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|||||||
Reference in New Issue
Block a user