Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6fe8f025a1 | |||
| de8bc59cb3 | |||
| 8105372df5 | |||
| c1ae7e2e87 |
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,5 +1 @@
|
|||||||
.osc
|
.osc
|
||||||
_scmsync.obsinfo
|
|
||||||
_buildconfig-*
|
|
||||||
_buildinfo-*.xml
|
|
||||||
lua54-*-build/
|
|
||||||
|
|||||||
5
_scmsync.obsinfo
Normal file
5
_scmsync.obsinfo
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
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
Normal file
BIN
build.specials.obscpio
LFS
Normal file
Binary file not shown.
@@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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
|
||||||
Source0: https://www.lua.org/ftp/lua-%{version}.tar.gz
|
Source: 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