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>
|
<multibuild>
|
||||||
<package>lua51</package>
|
<package>lua51</package>
|
||||||
<package>lua53</package>
|
<package>lua53</package>
|
||||||
|
<package>lua54</package>
|
||||||
</multibuild>
|
</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>
|
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
|
# 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
|
||||||
@@ -12,26 +12,24 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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 flavor @BUILD_FLAVOR@
|
||||||
%define mod_name LDoc
|
%define mod_name 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#/%{mod_name}-%{version}.tar.gz
|
||||||
BuildRequires: %{flavor}-devel
|
BuildRequires: %{flavor}-devel
|
||||||
BuildArch: noarch
|
BuildRequires: lua-macros
|
||||||
Requires: %{flavor}
|
Requires: %{flavor}
|
||||||
%if "%{flavor}" == "lua53"
|
BuildArch: noarch
|
||||||
Provides: lua-ldoc = %{version}
|
%lua_provides
|
||||||
Obsoletes: lua-ldoc < %{version}
|
|
||||||
%endif
|
|
||||||
%if "%{flavor}" == ""
|
%if "%{flavor}" == ""
|
||||||
Name: lua-ldoc
|
Name: lua-ldoc
|
||||||
ExclusiveArch: do_not_build
|
ExclusiveArch: do_not_build
|
||||||
@@ -55,7 +53,6 @@ and pretty-printed example files.
|
|||||||
mkdir -v -p %{buildroot}%{lua_noarchdir}/ldoc
|
mkdir -v -p %{buildroot}%{lua_noarchdir}/ldoc
|
||||||
cp -v -r -p ldoc %{buildroot}%{lua_noarchdir}
|
cp -v -r -p ldoc %{buildroot}%{lua_noarchdir}
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%dir %{lua_noarchdir}/ldoc
|
%dir %{lua_noarchdir}/ldoc
|
||||||
%{lua_noarchdir}/ldoc*
|
%{lua_noarchdir}/ldoc*
|
||||||
|
Reference in New Issue
Block a user