summaryrefslogtreecommitdiff
path: root/scite-fedora/scite.spec
diff options
context:
space:
mode:
Diffstat (limited to 'scite-fedora/scite.spec')
-rw-r--r--scite-fedora/scite.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/scite-fedora/scite.spec b/scite-fedora/scite.spec
index 2145880..1507fa1 100644
--- a/scite-fedora/scite.spec
+++ b/scite-fedora/scite.spec
@@ -54,6 +54,7 @@ Source2: SciTEGlobal.properties
Patch0: scite-utf8.patch
%if 0%{with_lua} && !0%{with_bundled_lua}
Patch2: use-lua5.4.4.patch
+Patch3: 0007-Build-with-Debian-packaged-Lua.patch
%endif
BuildRequires: desktop-file-utils
@@ -87,6 +88,7 @@ rm -rf scite/lua
# Use distro lua
rm -rf scite/lua
%patch2 -p1
+%patch3 -p1
%endif
%endif
@@ -149,6 +151,7 @@ install -D -p -m 666 %{SOURCE2} %{buildroot}%{_datadir}/scite/SciTEGlobal.proper
%changelog
* Tue May 31 2022 B. Stack <bgstack15@gmail.com> - 5.2.3-1/3.7.6-1
- Update version
+- split back out patch build-with-debian-packaged-lua
* Mon Apr 04 2022 B. Stack <bgstack15@gmail.com> - 5.2.2-2/3.7.6-1
- Update version
bgstack15