forked from pool/lua-ldoc
Accepting request 1157973 from devel:languages:lua
OBS-URL: https://build.opensuse.org/request/show/1157973 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-ldoc?expand=0&rev=7
This commit is contained in:
commit
b327e531cc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4b73e78a0325fb3c295d015ddb60b5cee5b647cecb5c50ce8f01319b53bd536f
|
|
||||||
size 126080
|
|
3
ldoc-1.4.6.tar.gz
Normal file
3
ldoc-1.4.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7eb5097ad786ac44c963e586d6953de3970edf772c251ac6f91dc170210d429d
|
||||||
|
size 126095
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 14 10:17:56 UTC 2024 - Dominik Heidler <dheidler@suse.de>
|
||||||
|
|
||||||
|
- Resync sources as upstream regenerated tarball
|
||||||
|
* osc service runall download_files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 23 10:18:51 UTC 2022 - Michal Suchanek <msuchanek@suse.com>
|
Wed Nov 23 10:18:51 UTC 2022 - Michal Suchanek <msuchanek@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lua-ldoc
|
# spec file for package lua-ldoc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,14 +18,13 @@
|
|||||||
|
|
||||||
%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#/%{rname}-%{version}.tar.gz
|
Source: https://github.com/stevedonovan/LDoc/archive/%{version}.tar.gz#/%{mod_name}-%{version}.tar.gz
|
||||||
BuildRequires: %{flavor}-devel
|
BuildRequires: %{flavor}-devel
|
||||||
BuildRequires: lua-macros
|
BuildRequires: lua-macros
|
||||||
Requires: %{flavor}
|
Requires: %{flavor}
|
||||||
@ -45,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 %{rname}-%{version}
|
%setup -q -n %{mod_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
/bin/true
|
/bin/true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user