From ebdc11c9c8b154b0147a58191b646faba3847c51c767dc9988f6c121046401ae Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 26 Feb 2021 14:32:27 +0000 Subject: [PATCH] Accepting request 875340 from home:gmbr3:Lua - Fix lua naming OBS-URL: https://build.opensuse.org/request/show/875340 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-ldoc?expand=0&rev=11 --- lua-ldoc.changes | 5 +++++ lua-ldoc.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/lua-ldoc.changes b/lua-ldoc.changes index 0feae12..b4167ce 100644 --- a/lua-ldoc.changes +++ b/lua-ldoc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 26 11:04:30 UTC 2021 - Callum Farmer + +- Fix lua naming + ------------------------------------------------------------------- Thu Feb 18 15:51:29 UTC 2021 - Callum Farmer diff --git a/lua-ldoc.spec b/lua-ldoc.spec index 6027634..47613ef 100644 --- a/lua-ldoc.spec +++ b/lua-ldoc.spec @@ -17,14 +17,15 @@ %define flavor @BUILD_FLAVOR@ -%define mod_name LDoc +%define mod_name ldoc +%define rname LDoc Version: 1.4.6 Release: 0 Summary: LuaDoc-compatible documentation generation system License: MIT Group: Development/Libraries/Other URL: https://github.com/stevedonovan/LDoc -Source: https://github.com/stevedonovan/LDoc/archive/%{version}.tar.gz#/%{mod_name}-%{version}.tar.gz +Source: https://github.com/stevedonovan/LDoc/archive/%{version}.tar.gz#/%{rname}-%{version}.tar.gz BuildRequires: %{flavor}-devel BuildArch: noarch Requires: %{flavor} @@ -43,7 +44,7 @@ to render comments, as well as integrated readme documentation and pretty-printed example files. %prep -%setup -q -n %{mod_name}-%{version} +%setup -q -n %{rname}-%{version} %build /bin/true