forked from pool/lua-ldoc
Compare commits
11 Commits
b17a607f53
...
factory
Author | SHA256 | Date | |
---|---|---|---|
b327e531cc | |||
fb18c3c8e7 | |||
42665b8a4f | |||
378700cee0 | |||
860dee535e | |||
ebdc11c9c8 | |||
dd2a5eebac | |||
e4916e7463 | |||
1ff30450d7 | |||
06faaf97ec | |||
d6203b4c97 |
BIN
LDoc-1.4.6.tar.gz
(Stored with Git LFS)
BIN
LDoc-1.4.6.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,4 +1,5 @@
|
||||
<multibuild>
|
||||
<package>lua51</package>
|
||||
<package>lua53</package>
|
||||
<package>lua54</package>
|
||||
</multibuild>
|
||||
|
BIN
ldoc-1.4.6.tar.gz
(Stored with Git LFS)
Normal file
BIN
ldoc-1.4.6.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Fix missing dependency on lua-macros (boo#1205612)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Use %lua_provides macro for default lua versioning
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 6 19:03:50 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Add lua54 as new build target
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 19 19:08:01 CEST 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package lua-lualdoc
|
||||
# spec file for package lua-ldoc
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@@ -12,26 +12,24 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define flavor @BUILD_FLAVOR@
|
||||
%define mod_name LDoc
|
||||
%define mod_name 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
|
||||
URL: https://github.com/stevedonovan/LDoc
|
||||
Source: https://github.com/stevedonovan/LDoc/archive/%{version}.tar.gz#/%{mod_name}-%{version}.tar.gz
|
||||
BuildRequires: %{flavor}-devel
|
||||
BuildArch: noarch
|
||||
BuildRequires: lua-macros
|
||||
Requires: %{flavor}
|
||||
%if "%{flavor}" == "lua53"
|
||||
Provides: lua-ldoc = %{version}
|
||||
Obsoletes: lua-ldoc < %{version}
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
%lua_provides
|
||||
%if "%{flavor}" == ""
|
||||
Name: lua-ldoc
|
||||
ExclusiveArch: do_not_build
|
||||
@@ -55,7 +53,6 @@ and pretty-printed example files.
|
||||
mkdir -v -p %{buildroot}%{lua_noarchdir}/ldoc
|
||||
cp -v -r -p ldoc %{buildroot}%{lua_noarchdir}
|
||||
|
||||
|
||||
%files
|
||||
%dir %{lua_noarchdir}/ldoc
|
||||
%{lua_noarchdir}/ldoc*
|
||||
|
Reference in New Issue
Block a user