SHA256
10
0
forked from pool/lua-ldoc

Accepting request 1157970 from home:dheidler:branches:devel:languages:lua

- Resync sources as upstream regenerated tarball
  * osc service runall download_files

OBS-URL: https://build.opensuse.org/request/show/1157970
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-ldoc?expand=0&rev=15
This commit is contained in:
2024-03-14 11:13:11 +00:00
committed by Git OBS Bridge
parent 378700cee0
commit fb18c3c8e7
4 changed files with 12 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,13 @@
%define flavor @BUILD_FLAVOR@
%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#/%{rname}-%{version}.tar.gz
Source: https://github.com/stevedonovan/LDoc/archive/%{version}.tar.gz#/%{mod_name}-%{version}.tar.gz
BuildRequires: %{flavor}-devel
BuildRequires: lua-macros
Requires: %{flavor}
@@ -45,7 +44,7 @@ to render comments, as well as integrated readme documentation
and pretty-printed example files.
%prep
%setup -q -n %{rname}-%{version}
%setup -q -n %{mod_name}-%{version}
%build
/bin/true