SHA256
12
0
forked from pool/lua-luadbi
Matej Cepl 2024-10-03 17:27:36 +00:00 committed by Git OBS Bridge
parent 7470c03467
commit 4f9359d5b8

View File

@ -24,9 +24,9 @@ Summary: A database interface library for Lua
License: MIT
Group: Productivity/Databases/Tools
URL: https://github.com/mwild1/luadbi
Source: https://github.com/mwild1/%{mod_name}/archive/refs/tags/v%{version}.tar.gz#/%{mod_name}-%{version}.tar.gz
Source0: https://github.com/mwild1/%{mod_name}/archive/refs/tags/v%{version}.tar.gz#/%{mod_name}-%{version}.tar.gz
# Formely found on code.google.com
Source: luadbi-%{version}.tar.gz
Source1: luadbi-%{version}.tar.gz
Source50: tests-modules-load.lua
# PATCH-FIX-UPSTREAM marguerite@opensuse.org - fix postgresql headers' path
Patch0: luadbi-postgresql-headers.patch
@ -71,7 +71,7 @@ make install_free DESTDIR=%{buildroot} LUA_LDIR=%{lua_noarchdir} LUA_CDIR=%{lua_
%check
# run tests
lua%lua_version %{SOURCE50} "%{buildroot}"
lua%{lua_version} %{SOURCE50} %{buildroot}
%files
%license COPYING