Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
efd19cb701
|
|||
91f3720965
|
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1 +1,5 @@
|
|||||||
.osc
|
.osc
|
||||||
|
_scmsync.obsinfo
|
||||||
|
_buildconfig-*
|
||||||
|
_buildinfo-*.xml
|
||||||
|
lua-macros-*-build/
|
||||||
|
@@ -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>
|
Fri Nov 25 19:15:41 UTC 2022 - Michal Suchanek <msuchanek@suse.com>
|
||||||
|
|
||||||
|
@@ -27,7 +27,9 @@ License: MIT
|
|||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
URL: https://www.lua.org
|
URL: https://www.lua.org
|
||||||
Source0: macros.lua
|
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
|
# on SLE 12 lua is lua5.2 unconditionally, avoid
|
||||||
Requires: lua
|
Requires: lua
|
||||||
%endif
|
%endif
|
||||||
@@ -38,9 +40,6 @@ RPM macros for lua packaging
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
cp -p %{SOURCE0} .
|
cp -p %{SOURCE0} .
|
||||||
%if 0%{?rhel} || 0%{?fedora}
|
|
||||||
sed -i -e '/includedir/s!/lua!&-!' macros.lua
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
:
|
:
|
||||||
|
Reference in New Issue
Block a user