forked from pool/lua-ldoc
Accepting request 743877 from home:mcepl:branches:devel:languages:lua
Rename files to use dash instead of underscore. - Initial import of lua_ldoc OBS-URL: https://build.opensuse.org/request/show/743877 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-ldoc?expand=0&rev=3
This commit is contained in:
63
lua-ldoc.spec
Normal file
63
lua-ldoc.spec
Normal file
@@ -0,0 +1,63 @@
|
||||
#
|
||||
# spec file for package lua-lualdoc
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
%define flavor @BUILD_FLAVOR@
|
||||
%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
|
||||
Source: https://github.com/stevedonovan/LDoc/archive/%{version}.tar.gz#/%{mod_name}-%{version}.tar.gz
|
||||
BuildRequires: %{flavor}-devel
|
||||
BuildArch: noarch
|
||||
Requires: %{flavor}
|
||||
%if "%{flavor}" == "lua53"
|
||||
Provides: lua-ldoc = %{version}
|
||||
Obsoletes: lua-ldoc < %{version}
|
||||
%endif
|
||||
%if "%{flavor}" == ""
|
||||
Name: lua-ldoc
|
||||
ExclusiveArch: do_not_build
|
||||
%else
|
||||
Name: %{flavor}-ldoc
|
||||
%endif
|
||||
|
||||
%description
|
||||
LDoc is a LuaDoc-compatible documentation generator which can
|
||||
also process C extension source. Markdown may be optionally used
|
||||
to render comments, as well as integrated readme documentation
|
||||
and pretty-printed example files.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{mod_name}-%{version}
|
||||
|
||||
%build
|
||||
/bin/true
|
||||
|
||||
%install
|
||||
mkdir -v -p %{buildroot}%{lua_noarchdir}/ldoc
|
||||
cp -v -r -p ldoc %{buildroot}%{lua_noarchdir}
|
||||
|
||||
|
||||
%files
|
||||
%dir %{lua_noarchdir}/ldoc
|
||||
%{lua_noarchdir}/ldoc*
|
||||
|
||||
%changelog
|
||||
Reference in New Issue
Block a user