forked from pool/lua-ldoc
Accepting request 819611 from devel:languages:lua
- Add lua54 as new build target OBS-URL: https://build.opensuse.org/request/show/819611 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-ldoc?expand=0&rev=3
This commit is contained in:
commit
1ff30450d7
@ -1,4 +1,5 @@
|
||||
<multibuild>
|
||||
<package>lua51</package>
|
||||
<package>lua53</package>
|
||||
<package>lua54</package>
|
||||
</multibuild>
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
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) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,7 +12,7 @@
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@ 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
|
||||
@ -55,7 +55,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*
|
||||
|
Loading…
x
Reference in New Issue
Block a user