forked from pool/lua-luadbi
Clean up the SPEC
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luadbi?expand=0&rev=23
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user