7
0
forked from pool/lua-macros

Factory #1

Merged
dgarcia merged 1 commits from factory into main 2025-10-08 12:56:46 +02:00
4 changed files with 16 additions and 4 deletions

5
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,5 @@
mtime: 1754402745
commit: efd19cb701415d2f476cfd403552a97597ea8c2fd08ecd1d651320e2eb45e956
url: https://src.opensuse.org/lua/lua-macros.git
revision: efd19cb701415d2f476cfd403552a97597ea8c2fd08ecd1d651320e2eb45e956
projectscmsync: https://src.opensuse.org/lua/_ObsPrj.git

BIN
build.specials.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 5 14:05:41 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- On Factory BR lua-interpreter.
-------------------------------------------------------------------
Fri Nov 25 19:15:41 UTC 2022 - Michal Suchanek <msuchanek@suse.com>

View File

@@ -27,7 +27,9 @@ License: MIT
Group: Development/Languages/Other
URL: https://www.lua.org
Source0: macros.lua
%if 0%{?suse_version} >= 1500
%if 0%{?suse_version} > 1600
Requires: lua-interpreter
%elif 0%{?suse_version} >= 1500
# on SLE 12 lua is lua5.2 unconditionally, avoid
Requires: lua
%endif
@@ -38,9 +40,6 @@ RPM macros for lua packaging
%prep
cp -p %{SOURCE0} .
%if 0%{?rhel} || 0%{?fedora}
sed -i -e '/includedir/s!/lua!&-!' macros.lua
%endif
%build
: