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:
parent
e4916e7463
commit
ebdc11c9c8
@ -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>
|
Thu Feb 18 15:51:29 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
@ -17,14 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
%define flavor @BUILD_FLAVOR@
|
%define flavor @BUILD_FLAVOR@
|
||||||
%define mod_name LDoc
|
%define mod_name ldoc
|
||||||
|
%define rname LDoc
|
||||||
Version: 1.4.6
|
Version: 1.4.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: LuaDoc-compatible documentation generation system
|
Summary: LuaDoc-compatible documentation generation system
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
URL: https://github.com/stevedonovan/LDoc
|
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
|
BuildRequires: %{flavor}-devel
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: %{flavor}
|
Requires: %{flavor}
|
||||||
@ -43,7 +44,7 @@ to render comments, as well as integrated readme documentation
|
|||||||
and pretty-printed example files.
|
and pretty-printed example files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{mod_name}-%{version}
|
%setup -q -n %{rname}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
/bin/true
|
/bin/true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user