SHA256
10
0
forked from pool/lua-luadbi
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 License: MIT
Group: Productivity/Databases/Tools Group: Productivity/Databases/Tools
URL: https://github.com/mwild1/luadbi 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 # Formely found on code.google.com
Source: luadbi-%{version}.tar.gz Source1: luadbi-%{version}.tar.gz
Source50: tests-modules-load.lua Source50: tests-modules-load.lua
# PATCH-FIX-UPSTREAM marguerite@opensuse.org - fix postgresql headers' path # PATCH-FIX-UPSTREAM marguerite@opensuse.org - fix postgresql headers' path
Patch0: luadbi-postgresql-headers.patch Patch0: luadbi-postgresql-headers.patch
@@ -71,7 +71,7 @@ make install_free DESTDIR=%{buildroot} LUA_LDIR=%{lua_noarchdir} LUA_CDIR=%{lua_
%check %check
# run tests # run tests
lua%lua_version %{SOURCE50} "%{buildroot}" lua%{lua_version} %{SOURCE50} %{buildroot}
%files %files
%license COPYING %license COPYING