forked from pool/lua-language-server
- Add missing Source for README.suse-maint.md.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-language-server?expand=0&rev=39
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 19 18:07:29 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Add missing Source for README.suse-maint.md.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 19 09:24:52 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
Wed Feb 19 09:24:52 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
||||||
|
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ License: MIT
|
|||||||
URL: https://github.com/LuaLS/lua-language-server
|
URL: https://github.com/LuaLS/lua-language-server
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Source1: lua-lsp-launcher.sh
|
Source1: lua-lsp-launcher.sh
|
||||||
|
Source99: README.suse-maint.md
|
||||||
BuildRequires: c++_compiler
|
BuildRequires: c++_compiler
|
||||||
BuildRequires: ninja
|
BuildRequires: ninja
|
||||||
|
|
||||||
@@ -32,7 +33,8 @@ BuildRequires: ninja
|
|||||||
This package provides a Language Server Protocol (LSP) implementation for Lua.
|
This package provides a Language Server Protocol (LSP) implementation for Lua.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup -p1
|
||||||
|
install -m 644 %{SOURCE99} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CXXFLAGS="%{optflags}"
|
export CXXFLAGS="%{optflags}"
|
||||||
@@ -64,7 +66,7 @@ chmod 0755 %{buildroot}%{_bindir}/%{name}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md changelog.md
|
%doc README.md changelog.md README.suse-maint.md
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_libexecdir}/%{name}
|
%{_libexecdir}/%{name}
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
|
|||||||
Reference in New Issue
Block a user