SHA256
12
0
forked from pool/lua-ldoc

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
This commit is contained in:
Matej Cepl 2021-02-26 14:32:27 +00:00 committed by Git OBS Bridge
parent e4916e7463
commit ebdc11c9c8
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 26 11:04:30 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
- Fix lua naming
-------------------------------------------------------------------
Thu Feb 18 15:51:29 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>

View File

@ -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