diff --git a/lua-luadbi.spec b/lua-luadbi.spec index 7298721..b86ff8e 100644 --- a/lua-luadbi.spec +++ b/lua-luadbi.spec @@ -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