# # spec file for package neovim # # Copyright (c) 2018 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/ # Name: neovim Version: 0.3.1 Release: 0 Summary: Vim-fork focused on extensibility and agility License: Apache-2.0 AND Vim Group: Productivity/Text/Editors Url: https://neovim.io/ Source0: https://github.com/neovim/neovim/archive/v%{version}/%{name}-%{version}.tar.gz Source1: sysinit.vim Source2: spec-template Source3: suse-spec-template Source99: neovim-rpmlintrc # PATCH-FIX-OPENSUSE neovim.patch mcepl@cepl.eu Patch0: neovim.patch # PATCH-FIX-OPENSUSE neovim-0.1.7-bitop.patch mcepl@cepl.eu build with old Lua with external bit module Patch1: neovim-0.1.7-bitop.patch # fix build issue on ppc64 Patch2: neovim-0.2.0-gcc-prototype.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: cmake BuildRequires: desktop-file-utils BuildRequires: fdupes BuildRequires: filesystem BuildRequires: gcc-c++ BuildRequires: gettext BuildRequires: git-core BuildRequires: gperf BuildRequires: hicolor-icon-theme BuildRequires: libmsgpack-devel >= 1.2.0 BuildRequires: libmsgpackc-devel >= 1.2.0 BuildRequires: libtool # BuildRequires: lua53-devel BuildRequires: lua53-lpeg BuildRequires: lua53-luarocks BuildRequires: lua53-mpack BuildRequires: luajit-devel BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: pkgconfig(jemalloc) BuildRequires: pkgconfig(libnsl) BuildRequires: pkgconfig(libuv) BuildRequires: pkgconfig(termkey) >= 0.20 BuildRequires: pkgconfig(unibilium) BuildRequires: pkgconfig(vterm) %requires_eq libtermkey1 Recommends: %{name}-lang Recommends: python-neovim Recommends: python3-neovim Recommends: xsel %description Neovim is a refactor - and sometimes redactor - in the tradition of Vim, which itself derives from Stevie. It is not a rewrite, but a continuation and extension of Vim. Many rewrites, clones, emulators and imitators exist; some are very clever, but none are Vim. Neovim strives to be a superset of Vim, notwithstanding some intentionally removed misfeatures; excepting those few and carefully-considered excisions, Neovim is Vim. It is built for users who want the good parts of Vim, without compromise, and more. %lang_package %prep %autosetup -p1 # Remove __DATE__ and __TIME__. BUILD_TIME=$(LC_ALL=C date -ur %{_sourcedir}/%{name}.changes +'%{H}:%{M}') BUILD_DATE=$(LC_ALL=C date -ur %{_sourcedir}/%{name}.changes +'%{b} %{d} %{Y}') sed -i "s/__TIME__/\"$BUILD_TIME\"/" $(grep -rl '__TIME__') sed -i "s/__DATE__/\"$BUILD_DATE\"/" $(grep -rl '__DATE__') %build # set vars to make build reproducible in spite of config/CMakeLists.txt HOSTNAME=OBS USERNAME=OBS %cmake \ -DLUA_PRG=%{_bindir}/lua \ -DUSE_BUNDLED=OFF \ -DLUAJIT_USE_BUNDLED=OFF \ -DENABLE_JEMALLOC=ON make %{?_smp_mflags} %install %cmake_install # system-wide configuration file install -D -m 644 -p %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/nvim/sysinit.vim %if 0%{?suse_version} install -p -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/xdg/nvim/template.spec %else install -p -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/xdg/nvim/template.spec %endif %suse_update_desktop_file -r nvim ConsoleOnly Application Utility TextEditor %fdupes %{buildroot}%{_datadir}/ %find_lang nvim %post %desktop_database_post %icon_theme_cache_post %postun %desktop_database_postun %icon_theme_cache_postun %files %doc BACKERS.md CONTRIBUTING.md README.md %license LICENSE %{_bindir}/nvim %{_datadir}/nvim/ %{_datadir}/applications/nvim.desktop %{_datadir}/pixmaps/nvim.png %{_mandir}/man1/nvim.1%{?ext_man} %dir %{_sysconfdir}/xdg/nvim/ %config(noreplace) %{_sysconfdir}/xdg/nvim/sysinit.vim %config(noreplace) %{_sysconfdir}/xdg/nvim/template.spec %files lang -f nvim.lang %changelog