2006-12-15 17:15:12 +01:00
|
|
|
#
|
2011-03-02 11:27:58 +01:00
|
|
|
# spec file for package vim
|
2006-12-15 17:15:12 +01:00
|
|
|
#
|
2018-01-08 09:08:55 +01:00
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
2006-12-15 17:15:12 +01:00
|
|
|
#
|
2008-09-13 12:25:42 +02:00
|
|
|
# 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.
|
|
|
|
|
2006-12-15 17:15:12 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2012-02-19 20:11:32 +01:00
|
|
|
|
2016-09-12 15:27:23 +02:00
|
|
|
%define pkg_version 8.0
|
2018-03-05 12:30:21 +01:00
|
|
|
%define patchlevel 1568
|
2017-12-15 14:24:10 +01:00
|
|
|
%define patchlevel_compact %{patchlevel}
|
2016-09-12 15:27:23 +02:00
|
|
|
%define VIM_SUBDIR vim80
|
2017-03-21 09:18:32 +01:00
|
|
|
%define site_runtimepath %{_datadir}/vim/site
|
|
|
|
%define make make VIMRCLOC=%{_sysconfdir} VIMRUNTIMEDIR=%{_datadir}/vim/current MAKE="make -e" %{?_smp_mflags}
|
2018-01-17 15:32:22 +01:00
|
|
|
%bcond_without python2
|
2006-12-15 17:15:12 +01:00
|
|
|
Name: vim
|
2016-09-12 20:04:54 +02:00
|
|
|
Version: %{pkg_version}.%{patchlevel_compact}
|
2011-12-21 11:58:43 +01:00
|
|
|
Release: 0
|
2011-04-18 17:03:21 +02:00
|
|
|
Summary: Vi IMproved
|
2014-08-29 11:48:28 +02:00
|
|
|
License: Vim
|
2011-12-21 11:58:43 +01:00
|
|
|
Group: Productivity/Editors/Vi
|
2007-10-05 00:39:30 +02:00
|
|
|
Url: http://www.vim.org/
|
2016-11-25 14:59:00 +01:00
|
|
|
Source: https://github.com/vim/vim/archive/v%{pkg_version}.%{patchlevel}.tar.gz#/vim-%{pkg_version}.%{patchlevel}.tar.gz
|
2006-12-15 17:15:12 +01:00
|
|
|
Source3: suse.vimrc
|
|
|
|
Source4: vimrc_example1
|
|
|
|
Source5: vimrc_example2
|
|
|
|
Source8: suse.gvimrc
|
|
|
|
Source10: README.Japanese-XIM
|
|
|
|
Source13: vitmp.c
|
|
|
|
Source14: vitmp.1
|
|
|
|
Source15: vim132
|
2007-07-05 19:05:52 +02:00
|
|
|
Source19: gvim.desktop
|
2009-02-20 23:53:18 +01:00
|
|
|
Source20: spec.skeleton
|
2011-01-10 16:38:12 +01:00
|
|
|
Source23: apparmor.vim
|
2014-09-29 12:57:13 +02:00
|
|
|
Source24: gvim.svg
|
2013-08-12 09:21:11 +02:00
|
|
|
Source99: %{name}-7.4-rpmlintrc
|
|
|
|
Patch3: %{name}-7.4-disable_lang_no.patch
|
2010-11-22 13:28:22 +01:00
|
|
|
Patch4: %{name}-7.3-gvimrc_fontset.patch
|
2013-08-12 09:21:11 +02:00
|
|
|
Patch5: %{name}-7.4-highlight_fstab.patch
|
2010-11-22 13:28:22 +01:00
|
|
|
Patch6: %{name}-7.3-sh_is_bash.patch
|
|
|
|
Patch7: %{name}-7.3-filetype_ftl.patch
|
|
|
|
Patch8: %{name}-7.3-help_tags.patch
|
|
|
|
Patch9: %{name}-7.3-use_awk.patch
|
|
|
|
Patch10: %{name}-7.3-name_vimrc.patch
|
|
|
|
Patch11: %{name}-7.3-mktemp_tutor.patch
|
2013-08-12 09:23:55 +02:00
|
|
|
Patch15: %{name}-7.4-filetype_apparmor.patch
|
2010-11-22 13:28:22 +01:00
|
|
|
Patch18: %{name}-7.3-filetype_spec.patch
|
|
|
|
Patch21: %{name}-7.3-filetype_changes.patch
|
2013-08-12 09:21:11 +02:00
|
|
|
Patch22: %{name}-7.4-filetype_mine.patch
|
2017-04-18 12:49:27 +02:00
|
|
|
Patch23: vim-8.0-ttytype-test.patch
|
2017-10-12 10:18:37 +02:00
|
|
|
Patch24: disable-unreliable-tests.patch
|
2016-02-22 14:18:20 +01:00
|
|
|
Patch100: vim73-no-static-libpython.patch
|
2017-03-21 09:18:32 +01:00
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: db-devel
|
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
BuildRequires: gpm-devel
|
|
|
|
BuildRequires: krb5-mini
|
|
|
|
BuildRequires: libacl-devel
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: pkgconfig
|
2018-01-17 15:32:22 +01:00
|
|
|
%if %{with python2}
|
2017-11-17 11:13:21 +01:00
|
|
|
BuildRequires: python2-devel
|
2018-01-17 15:32:22 +01:00
|
|
|
%endif
|
2017-03-21 09:18:32 +01:00
|
|
|
# Needed to convert svg to png
|
|
|
|
BuildRequires: rsvg-view
|
|
|
|
BuildRequires: ruby-devel
|
|
|
|
BuildRequires: update-desktop-files
|
2018-01-17 15:32:22 +01:00
|
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
|
|
BuildRequires: pkgconfig(lua)
|
|
|
|
BuildRequires: pkgconfig(python3)
|
|
|
|
BuildRequires: pkgconfig(xt)
|
2017-03-21 09:18:32 +01:00
|
|
|
Requires(post): update-alternatives
|
2017-04-10 13:46:50 +02:00
|
|
|
Requires(postun): update-alternatives
|
2018-03-02 13:56:33 +01:00
|
|
|
Recommends: vim-data = %{version}-%{release}
|
2018-02-14 13:51:49 +01:00
|
|
|
Requires: vim-data-common = %{version}-%{release}
|
2018-01-17 15:32:22 +01:00
|
|
|
Conflicts: vim-base < 8.0
|
2017-03-21 09:18:32 +01:00
|
|
|
Provides: vi
|
|
|
|
Provides: vim-base = %{version}-%{release}
|
|
|
|
Provides: vim-enhanced = %{version}-%{release}
|
|
|
|
Provides: vim-python = %{version}-%{release}
|
|
|
|
Obsoletes: vim-base < %{version}-%{release}
|
|
|
|
Obsoletes: vim-enhanced < %{version}-%{release}
|
|
|
|
Obsoletes: vim-python < %{version}-%{release}
|
|
|
|
Provides: vim_client
|
|
|
|
%{?libperl_requires}
|
2006-12-15 17:15:12 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Vim (Vi IMproved) is an almost compatible version of the UNIX editor
|
|
|
|
vi. Almost every possible command can be performed using only ASCII
|
|
|
|
characters. Only the 'Q' command is missing (you do not need it). Many
|
|
|
|
new features have been added: multilevel undo, command line history,
|
|
|
|
file name completion, block operations, and editing of binary data.
|
|
|
|
|
2007-03-29 01:04:15 +02:00
|
|
|
%package data
|
2018-02-15 10:27:43 +01:00
|
|
|
Summary: Data files needed for extended vim functionality
|
2017-04-28 13:00:17 +02:00
|
|
|
# Used to be in vim-plugins package
|
2017-06-06 12:28:21 +02:00
|
|
|
Group: Productivity/Editors/Vi
|
2012-10-02 14:54:23 +02:00
|
|
|
Obsoletes: vim-plugin-matchit <= 1.13.2
|
|
|
|
Provides: vim-plugin-matchit = 1.13.2
|
2018-02-14 13:51:49 +01:00
|
|
|
Requires: vim-data-common = %{version}-%{release}
|
2017-03-21 09:18:32 +01:00
|
|
|
BuildArch: noarch
|
2006-12-15 17:15:12 +01:00
|
|
|
|
2007-03-29 01:04:15 +02:00
|
|
|
%description data
|
2017-03-06 09:49:06 +01:00
|
|
|
This package contains optional runtime & syntax files for vim.
|
2006-12-15 17:15:12 +01:00
|
|
|
|
2018-02-14 13:51:49 +01:00
|
|
|
%package data-common
|
2018-02-15 10:27:43 +01:00
|
|
|
Summary: Common Data files for vim & gvim
|
2018-02-14 13:51:49 +01:00
|
|
|
Group: Productivity/Editors/Vi
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description data-common
|
|
|
|
This package contains common runtime & syntax files for vim and gvim.
|
|
|
|
|
2007-03-29 01:04:15 +02:00
|
|
|
%package -n gvim
|
2011-04-18 17:03:21 +02:00
|
|
|
Summary: A GUI for Vi
|
2011-12-23 12:22:21 +01:00
|
|
|
Group: Productivity/Editors/Vi
|
2007-03-29 01:04:15 +02:00
|
|
|
Requires: gvim_client
|
2017-03-06 09:49:06 +01:00
|
|
|
Requires: vim-data = %{version}-%{release}
|
2017-03-21 09:18:32 +01:00
|
|
|
Requires(post): update-alternatives
|
2017-04-10 13:46:50 +02:00
|
|
|
Requires(postun): update-alternatives
|
2018-01-17 15:32:22 +01:00
|
|
|
Conflicts: gvim < 8.0
|
2013-08-16 14:26:53 +02:00
|
|
|
Provides: gvim-base = %{version}-%{release}
|
|
|
|
Provides: gvim-enhanced = %{version}-%{release}
|
2013-08-17 10:46:27 +02:00
|
|
|
Obsoletes: gvim-base < %{version}-%{release}
|
|
|
|
Obsoletes: gvim-enhanced < %{version}-%{release}
|
2007-03-29 01:04:15 +02:00
|
|
|
Provides: gvim_client
|
2008-02-01 01:34:08 +01:00
|
|
|
Provides: vi
|
2012-02-28 14:16:48 +01:00
|
|
|
Provides: vim_client
|
2007-03-29 01:04:15 +02:00
|
|
|
|
|
|
|
%description -n gvim
|
|
|
|
Package gvim contains the largest set of features of vim, which is
|
|
|
|
graphical windows and language interpreter, like python, ruby, or perl.
|
|
|
|
You need package vim for the help and other documentation too. If you
|
2013-08-16 14:26:53 +02:00
|
|
|
want less features, you might want to install vim instead.
|
2007-03-29 01:04:15 +02:00
|
|
|
|
2006-12-15 17:15:12 +01:00
|
|
|
%prep
|
2016-09-12 20:04:54 +02:00
|
|
|
%setup -q -n %{name}-%{pkg_version}.%{patchlevel}
|
2014-08-25 13:50:01 +02:00
|
|
|
|
2010-11-22 13:28:22 +01:00
|
|
|
%patch3 -p1
|
2006-12-15 17:15:12 +01:00
|
|
|
%patch4 -p1
|
|
|
|
%patch5 -p1
|
|
|
|
%patch6 -p1
|
|
|
|
%patch7 -p1
|
|
|
|
%patch8 -p1
|
|
|
|
%patch9 -p1
|
|
|
|
%patch10 -p1
|
|
|
|
%patch11 -p1
|
2011-04-18 17:03:21 +02:00
|
|
|
cp %{SOURCE23} runtime/syntax/apparmor.vim
|
2013-08-12 09:23:55 +02:00
|
|
|
%patch15 -p1
|
2010-11-22 13:28:22 +01:00
|
|
|
%patch18 -p1
|
2008-03-12 19:39:32 +01:00
|
|
|
%patch21 -p1
|
2011-03-02 11:27:58 +01:00
|
|
|
%patch22 -p1
|
2017-04-18 12:49:27 +02:00
|
|
|
%patch23 -p1
|
2017-10-12 10:18:37 +02:00
|
|
|
%patch24 -p1
|
2009-02-26 12:46:59 +01:00
|
|
|
%patch100 -p1
|
2013-08-12 09:21:11 +02:00
|
|
|
cp %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE8} %{SOURCE10} .
|
2006-12-15 17:15:12 +01:00
|
|
|
|
2017-10-12 10:36:35 +02:00
|
|
|
# Unreliable tests
|
2017-10-12 10:43:41 +02:00
|
|
|
# See also disable-unreliable-tests.patch
|
2017-10-12 10:36:35 +02:00
|
|
|
rm src/testdir/test_cmdline.*
|
2017-10-12 10:50:44 +02:00
|
|
|
rm src/testdir/test_channel.*
|
2017-11-29 15:11:38 +01:00
|
|
|
rm src/testdir/gen_opt_test.vim
|
2017-11-29 14:28:09 +01:00
|
|
|
rm src/testdir/test_options.*
|
2017-11-29 15:56:28 +01:00
|
|
|
rm src/testdir/test_terminal*
|
2017-11-29 12:53:57 +01:00
|
|
|
rm src/testdir/test_writefile.*
|
2017-10-12 10:36:35 +02:00
|
|
|
|
2006-12-15 17:15:12 +01:00
|
|
|
%build
|
2007-03-29 01:04:15 +02:00
|
|
|
export CFLAGS="%{optflags} -Wall -pipe -fno-strict-aliasing"
|
2011-12-02 20:34:31 +01:00
|
|
|
export CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2/-D_FORTIFY_SOURCE=1}
|
|
|
|
|
2007-03-29 01:04:15 +02:00
|
|
|
export COMMON_OPTIONS="\
|
|
|
|
--with-vim-name=vim \
|
|
|
|
--with-ex-name=ex \
|
|
|
|
--with-view-name=view \
|
|
|
|
--enable-cscope \
|
|
|
|
--enable-multibyte \
|
|
|
|
--with-features=huge \
|
|
|
|
--with-compiledby='http://www.opensuse.org/' \
|
2011-11-23 08:06:49 +01:00
|
|
|
%if 0%{?suse_version} > 1210
|
|
|
|
--with-tlib=tinfo \
|
|
|
|
%else
|
2008-01-30 18:53:25 +01:00
|
|
|
--with-tlib=ncurses \
|
2011-11-23 08:06:49 +01:00
|
|
|
%endif
|
2013-08-16 14:26:53 +02:00
|
|
|
--with-global-runtime=%{site_runtimepath} \
|
|
|
|
--enable-luainterp=dynamic \
|
2016-06-03 20:55:17 +02:00
|
|
|
--enable-perlinterp=yes \
|
2013-08-16 14:26:53 +02:00
|
|
|
--enable-python3interp=dynamic \
|
|
|
|
--enable-rubyinterp=dynamic"
|
|
|
|
|
2018-01-17 15:32:22 +01:00
|
|
|
%if %{with python2}
|
|
|
|
COMMON_OPTIONS="${COMMON_OPTIONS} --enable-pythoninterp=yes"
|
|
|
|
%else
|
|
|
|
COMMON_OPTIONS="${COMMON_OPTIONS} --enable-pythoninterp=no"
|
|
|
|
%endif
|
|
|
|
|
2007-03-29 01:04:15 +02:00
|
|
|
export GUI_OPTIONS="\
|
2016-04-23 12:12:45 +02:00
|
|
|
--disable-icon-cache-update \
|
2007-03-29 01:04:15 +02:00
|
|
|
--enable-xim \
|
|
|
|
--enable-fontset \
|
2016-03-16 12:22:21 +01:00
|
|
|
--enable-gui=gtk3"
|
2011-11-06 09:57:45 +01:00
|
|
|
|
|
|
|
pushd src
|
2013-08-16 14:26:53 +02:00
|
|
|
autoconf
|
2011-11-06 09:57:45 +01:00
|
|
|
popd
|
2013-08-16 14:26:53 +02:00
|
|
|
|
|
|
|
# build vim
|
2017-03-11 11:02:37 +01:00
|
|
|
%configure ${COMMON_OPTIONS} --disable-gui --disable-gpm --with-x=no
|
2010-08-30 12:16:42 +02:00
|
|
|
sed -i -e 's|define HAVE_DATE_TIME 1|undef HAVE_DATE_TIME|' src/auto/config.h
|
2016-12-10 16:39:29 +01:00
|
|
|
make %{?_smp_mflags}
|
2017-03-11 11:02:37 +01:00
|
|
|
cp src/vim vim-nox11
|
2013-08-16 14:26:53 +02:00
|
|
|
|
|
|
|
# build gvim
|
2018-01-17 15:32:22 +01:00
|
|
|
make %{?_smp_mflags} distclean
|
2007-03-29 01:04:15 +02:00
|
|
|
%configure ${COMMON_OPTIONS} ${GUI_OPTIONS}
|
2010-08-30 12:16:42 +02:00
|
|
|
sed -i -e 's|define HAVE_DATE_TIME 1|undef HAVE_DATE_TIME|' src/auto/config.h
|
2016-12-10 16:39:29 +01:00
|
|
|
make %{?_smp_mflags}
|
2013-08-16 14:26:53 +02:00
|
|
|
|
2007-03-29 01:04:15 +02:00
|
|
|
#
|
|
|
|
# build vitmp
|
2011-04-18 17:03:21 +02:00
|
|
|
gcc %{optflags} %{SOURCE13} -o vitmp
|
2006-12-15 17:15:12 +01:00
|
|
|
|
|
|
|
%install
|
2018-01-17 15:32:22 +01:00
|
|
|
%make_install STRIP=:
|
2014-09-29 12:57:13 +02:00
|
|
|
# create icon directory to have the icons installed and convert them to all hicolor expected sizes.
|
|
|
|
for size in %{_datadir}/icons/hicolor/*[0-9]x[0-9]*; do
|
|
|
|
SIZE=$(echo $size | awk -Fx {'print $2}')
|
|
|
|
install -d -m 0755 %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x${SIZE}/apps
|
2017-03-21 09:18:32 +01:00
|
|
|
rsvg-convert -h ${SIZE} -w ${SIZE} %{SOURCE24} -o %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x${SIZE}/apps/gvim.png
|
2014-09-29 12:57:13 +02:00
|
|
|
done
|
|
|
|
install -d -m 0755 %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
|
|
|
|
install -m 0644 %{SOURCE24} %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/gvim.svg
|
2011-11-07 13:59:59 +01:00
|
|
|
|
2007-03-29 01:04:15 +02:00
|
|
|
# the last installed binary is gvim. preserve it and
|
|
|
|
# fix its symlinks. e* was added here as it doesnt make much sense in
|
|
|
|
# console
|
2013-08-16 14:26:53 +02:00
|
|
|
mv %{buildroot}%{_bindir}/vim %{buildroot}%{_bindir}/gvim
|
2007-03-29 01:04:15 +02:00
|
|
|
for f in egvim egview eview evim gex gvi gview gvimdiff rgview rgvim ; do
|
2011-04-18 17:03:21 +02:00
|
|
|
ln -s -vf gvim %{buildroot}%{_bindir}/$f
|
2007-03-29 01:04:15 +02:00
|
|
|
done
|
2011-11-07 13:59:59 +01:00
|
|
|
|
2013-08-16 14:26:53 +02:00
|
|
|
# install vim
|
2017-03-11 11:02:37 +01:00
|
|
|
install -D -m 0755 vim-nox11 %{buildroot}%{_bindir}/vim-nox11
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/alternatives
|
|
|
|
ln -s -f %{_sysconfdir}/alternatives/vim %{buildroot}%{_bindir}/vim
|
2011-11-07 13:59:59 +01:00
|
|
|
|
2007-03-29 01:04:15 +02:00
|
|
|
# compat symlinks
|
2017-03-11 11:02:37 +01:00
|
|
|
mkdir %{buildroot}/bin
|
|
|
|
ln -s -f %{_bindir}/vim %{buildroot}/bin/vi
|
|
|
|
ln -s -f %{_bindir}/vim %{buildroot}/bin/vim
|
|
|
|
ln -s -f vim %{buildroot}%{_bindir}/vi
|
|
|
|
ln -s -f vim %{buildroot}%{_bindir}/edit
|
|
|
|
ln -s -f %{_bindir}/vim %{buildroot}/bin/ex
|
2011-11-07 13:59:59 +01:00
|
|
|
|
2007-03-29 01:04:15 +02:00
|
|
|
# man pages
|
2011-04-18 17:03:21 +02:00
|
|
|
ln -s -f vim.1.gz %{buildroot}%{_mandir}/man1/vi.1.gz
|
|
|
|
ln -s -f vim.1.gz %{buildroot}%{_mandir}/man1/ex.1.gz
|
2011-11-07 13:59:59 +01:00
|
|
|
|
2007-03-29 01:04:15 +02:00
|
|
|
# vitmp
|
2013-08-16 14:26:53 +02:00
|
|
|
install -m 0755 vitmp %{buildroot}%{_bindir}/vitmp
|
2011-04-18 17:03:21 +02:00
|
|
|
install -m 0644 %{SOURCE14} %{buildroot}%{_mandir}/man1/vitmp.1
|
|
|
|
install -m 0755 %{SOURCE15} %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/tools/vim132
|
2011-11-07 13:59:59 +01:00
|
|
|
|
2007-03-29 01:04:15 +02:00
|
|
|
# make the vim settings more generic
|
2011-04-18 17:03:21 +02:00
|
|
|
ln -s -f %{VIM_SUBDIR} %{buildroot}%{_datadir}/vim/current
|
2011-11-07 13:59:59 +01:00
|
|
|
|
2007-03-29 01:04:15 +02:00
|
|
|
# additional files
|
2011-04-18 17:03:21 +02:00
|
|
|
install -D -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/vimrc
|
|
|
|
install -D -m 0644 %{SOURCE8} %{buildroot}%{_sysconfdir}/gvimrc
|
2011-11-07 13:59:59 +01:00
|
|
|
|
2008-01-30 18:53:25 +01:00
|
|
|
# create site wide runtime directory
|
|
|
|
mkdir -p -m 0755 %{buildroot}%{site_runtimepath}/after
|
2008-10-06 18:03:59 +02:00
|
|
|
mkdir -m 0755 %{buildroot}%{site_runtimepath}/autoload
|
|
|
|
mkdir -m 0755 %{buildroot}%{site_runtimepath}/colors
|
|
|
|
mkdir -m 0755 %{buildroot}%{site_runtimepath}/doc
|
|
|
|
mkdir -m 0755 %{buildroot}%{site_runtimepath}/plugin
|
2008-01-30 18:53:25 +01:00
|
|
|
mkdir -m 0755 %{buildroot}%{site_runtimepath}/syntax
|
|
|
|
mkdir -m 0755 %{buildroot}%{site_runtimepath}/ftdetect
|
|
|
|
mkdir -m 0755 %{buildroot}%{site_runtimepath}/after/syntax
|
2009-02-20 23:53:18 +01:00
|
|
|
mkdir -m 0755 %{buildroot}%{_datadir}/vim/current/skeletons
|
2011-04-18 17:03:21 +02:00
|
|
|
mkdir -m 0755 %{buildroot}%{_sysconfdir}/skel
|
2011-11-07 13:59:59 +01:00
|
|
|
|
2009-02-20 23:53:18 +01:00
|
|
|
# install spec helper
|
2011-04-18 17:03:21 +02:00
|
|
|
install -m 0644 %{SOURCE20} %{buildroot}%{_datadir}/vim/current/skeletons/skeleton.spec
|
2011-04-18 17:31:41 +02:00
|
|
|
|
2007-03-29 01:04:15 +02:00
|
|
|
# desktop file for gvim
|
2011-04-18 17:42:11 +02:00
|
|
|
install -D -m 0644 %{SOURCE19} %{buildroot}%{_datadir}/applications/gvim.desktop
|
2011-04-18 17:31:41 +02:00
|
|
|
%suse_update_desktop_file gvim Utility TextEditor
|
|
|
|
|
2007-03-29 01:04:15 +02:00
|
|
|
#
|
|
|
|
# documentation
|
2011-04-18 17:03:21 +02:00
|
|
|
install -d -m 0755 %{buildroot}%{_docdir}/{,g}vim/
|
2011-05-17 19:58:51 +02:00
|
|
|
cp runtime/doc/uganda.txt LICENSE
|
2011-04-18 17:03:21 +02:00
|
|
|
install -D -m 0644 \
|
2007-03-29 01:04:15 +02:00
|
|
|
vimrc_example1 vimrc_example2 suse.vimrc \
|
2016-03-22 12:35:50 +01:00
|
|
|
LICENSE README.txt READMEdir/README_src.txt READMEdir/README_unix.txt \
|
2007-03-29 01:04:15 +02:00
|
|
|
%{buildroot}%{_docdir}/vim/
|
|
|
|
# gvim
|
2011-04-18 17:03:21 +02:00
|
|
|
install -D -m 0644 \
|
2011-05-17 09:52:29 +02:00
|
|
|
README.Japanese-XIM runtime/gvimrc_example.vim suse.gvimrc \
|
2007-03-29 01:04:15 +02:00
|
|
|
%{buildroot}%{_docdir}/gvim/
|
2016-01-29 10:26:03 +01:00
|
|
|
|
2007-07-27 02:13:53 +02:00
|
|
|
# remove unecessary duplicate manpages
|
|
|
|
rm -rf %{buildroot}%{_mandir}/fr.ISO8859-1/
|
|
|
|
rm -rf %{buildroot}%{_mandir}/fr.UTF-8/
|
|
|
|
rm -rf %{buildroot}%{_mandir}/pl.ISO8859-2/
|
|
|
|
rm -rf %{buildroot}%{_mandir}/pl.UTF-8/
|
|
|
|
rm -rf %{buildroot}%{_mandir}/ru.KOI8-R/
|
|
|
|
rm -rf %{buildroot}%{_mandir}/it.ISO8859-1/
|
|
|
|
rm -rf %{buildroot}%{_mandir}/it.UTF-8/
|
2013-08-12 09:21:11 +02:00
|
|
|
|
2016-08-31 08:57:23 +02:00
|
|
|
# remove unnecessary files
|
|
|
|
rm -rf %{buildroot}%{_datadir}/applications/vim.desktop
|
|
|
|
rm -rf %{buildroot}%{_datadir}/icons/locolor
|
|
|
|
|
2007-07-27 02:13:53 +02:00
|
|
|
# and move russian manpages to a place where they can be found
|
|
|
|
mv %{buildroot}%{_mandir}/ru.UTF-8 %{buildroot}%{_mandir}/ru
|
2013-08-12 09:21:11 +02:00
|
|
|
|
2008-09-26 15:14:32 +02:00
|
|
|
# remove some c source files
|
|
|
|
rm -f %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/tools/*.c
|
|
|
|
rm -f %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/macros/maze/*.c
|
2016-01-29 10:26:03 +01:00
|
|
|
|
|
|
|
# Remove sample server to avoid python dependency
|
|
|
|
rm %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/tools/demoserver.py
|
|
|
|
|
2011-11-23 15:47:03 +01:00
|
|
|
# Create ghost files (see vim.conf)
|
2017-03-21 09:18:32 +01:00
|
|
|
mkdir -p %{buildroot}%{_localstatedir}/run/vi.recover
|
2011-04-18 17:03:21 +02:00
|
|
|
|
2007-07-27 02:13:53 +02:00
|
|
|
%fdupes -s %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/lang
|
2010-08-30 12:16:42 +02:00
|
|
|
%fdupes -s %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/tutor
|
|
|
|
%fdupes -s %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/ftplugin
|
2006-12-15 17:15:12 +01:00
|
|
|
|
2012-09-12 23:48:19 +02:00
|
|
|
%check
|
2016-11-22 07:13:13 +01:00
|
|
|
# vim does quite an extensive test relying on a full fledged terminal
|
|
|
|
# inside OBS, stdio is redirected to a serial console (where the build log
|
|
|
|
# is being recorded/extracted. Systemd set non-local tty by default to vt220
|
|
|
|
# in upcoming versions
|
2017-10-12 10:29:19 +02:00
|
|
|
export TERM=linux
|
2014-03-24 15:38:11 +01:00
|
|
|
# Reset the terminal scrolling region left behind by the testsuite
|
2017-10-12 10:29:19 +02:00
|
|
|
trap "printf '\e[r'" EXIT
|
2012-09-12 23:48:19 +02:00
|
|
|
# Look for "TEST FAILURE" in the build log
|
2018-01-09 13:49:32 +01:00
|
|
|
%ifarch ppc ppc64 ppc64le
|
2018-01-17 15:32:22 +01:00
|
|
|
LC_ALL=en_US.UTF-8 make -j1 test || { echo "Ignore transient errors for PowerPC. boo#1072651"; }
|
2018-01-09 13:49:32 +01:00
|
|
|
%else
|
2018-01-17 15:32:22 +01:00
|
|
|
LC_ALL=en_US.UTF-8 make -j1 test
|
2018-01-09 13:49:32 +01:00
|
|
|
%endif
|
2012-09-12 23:48:19 +02:00
|
|
|
|
2017-03-11 11:02:37 +01:00
|
|
|
%post
|
2017-06-19 12:58:08 +02:00
|
|
|
%{_sbindir}/update-alternatives --install %{_bindir}/vim vim %{_bindir}/vim-nox11 20
|
2017-03-11 11:02:37 +01:00
|
|
|
|
2017-04-10 13:46:50 +02:00
|
|
|
%postun
|
|
|
|
if [ ! -e %{_bindir}/vim-nox11 ] ; then
|
2017-03-11 11:02:37 +01:00
|
|
|
%{_sbindir}/update-alternatives --remove vim %{_bindir}/vim-nox11
|
|
|
|
fi
|
|
|
|
|
2014-09-29 12:57:13 +02:00
|
|
|
%post -n gvim
|
2017-06-19 12:58:08 +02:00
|
|
|
%{_sbindir}/update-alternatives --install %{_bindir}/vim vim %{_bindir}/gvim 30
|
2014-09-29 12:57:13 +02:00
|
|
|
%icon_theme_cache_post
|
|
|
|
|
2017-04-18 12:49:27 +02:00
|
|
|
%postun -n gvim
|
2017-04-10 13:46:50 +02:00
|
|
|
if [ ! -e %{_bindir}/gvim ] ; then
|
2017-03-11 11:02:37 +01:00
|
|
|
%{_sbindir}/update-alternatives --remove vim %{_bindir}/gvim
|
|
|
|
fi
|
2014-09-29 12:57:13 +02:00
|
|
|
%icon_theme_cache_postun
|
|
|
|
|
2007-04-24 23:36:59 +02:00
|
|
|
%files
|
2011-04-18 17:03:21 +02:00
|
|
|
%config(noreplace) %{_sysconfdir}/vimrc
|
2017-03-11 11:02:37 +01:00
|
|
|
%ghost %{_sysconfdir}/alternatives/vim
|
|
|
|
%{_bindir}/vim-nox11
|
|
|
|
%{_bindir}/vim
|
2007-03-29 01:04:15 +02:00
|
|
|
# symlinks
|
2006-12-15 17:15:12 +01:00
|
|
|
/bin/vi
|
|
|
|
/bin/vim
|
2007-08-31 16:04:23 +02:00
|
|
|
/bin/ex
|
2007-03-29 01:04:15 +02:00
|
|
|
%{_bindir}/edit
|
|
|
|
%{_bindir}/ex
|
|
|
|
%{_bindir}/rview
|
|
|
|
%{_bindir}/rvim
|
|
|
|
%{_bindir}/vi
|
|
|
|
%{_bindir}/view
|
|
|
|
%{_bindir}/vimdiff
|
|
|
|
# additional binaries
|
|
|
|
%{_bindir}/vitmp
|
|
|
|
%{_bindir}/vimtutor
|
2008-09-13 12:25:42 +02:00
|
|
|
%{_bindir}/gvimtutor
|
2007-03-29 01:04:15 +02:00
|
|
|
%{_bindir}/xxd
|
|
|
|
# man pages
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
%dir %{_mandir}/fr
|
|
|
|
%dir %{_mandir}/fr/man1/
|
|
|
|
%{_mandir}/fr/man1/*
|
|
|
|
%dir %{_mandir}/it
|
|
|
|
%dir %{_mandir}/it/man1/
|
|
|
|
%{_mandir}/it/man1/*
|
2007-07-27 02:13:53 +02:00
|
|
|
%dir %{_mandir}/ru
|
|
|
|
%dir %{_mandir}/ru/man1/
|
|
|
|
%{_mandir}/ru/man1/*
|
2007-03-29 01:04:15 +02:00
|
|
|
%dir %{_mandir}/pl
|
|
|
|
%dir %{_mandir}/pl/man1/
|
|
|
|
%{_mandir}/pl/man1/*
|
2013-08-12 09:21:11 +02:00
|
|
|
%dir %{_mandir}/ja
|
|
|
|
%dir %{_mandir}/ja/man1/
|
|
|
|
%{_mandir}/ja/man1/*
|
2007-03-29 01:04:15 +02:00
|
|
|
# docs and data file
|
|
|
|
%doc %{_docdir}/vim
|
|
|
|
#
|
|
|
|
%{_datadir}/vim/current
|
|
|
|
%dir %{_datadir}/vim/
|
|
|
|
%dir %{_datadir}/vim/%{VIM_SUBDIR}/
|
|
|
|
%dir %{_datadir}/vim/%{VIM_SUBDIR}/autoload/
|
|
|
|
%dir %{_datadir}/vim/%{VIM_SUBDIR}/colors/
|
|
|
|
%dir %{_datadir}/vim/%{VIM_SUBDIR}/compiler/
|
|
|
|
%dir %{_datadir}/vim/%{VIM_SUBDIR}/doc/
|
|
|
|
%dir %{_datadir}/vim/%{VIM_SUBDIR}/ftplugin/
|
|
|
|
%dir %{_datadir}/vim/%{VIM_SUBDIR}/indent/
|
|
|
|
%dir %{_datadir}/vim/%{VIM_SUBDIR}/keymap/
|
|
|
|
%dir %{_datadir}/vim/%{VIM_SUBDIR}/lang/
|
|
|
|
%dir %{_datadir}/vim/%{VIM_SUBDIR}/macros/
|
2016-03-28 11:32:31 +02:00
|
|
|
%dir %{_datadir}/vim/%{VIM_SUBDIR}/pack/
|
2007-03-29 01:04:15 +02:00
|
|
|
%dir %{_datadir}/vim/%{VIM_SUBDIR}/plugin/
|
|
|
|
%dir %{_datadir}/vim/%{VIM_SUBDIR}/print/
|
|
|
|
%dir %{_datadir}/vim/%{VIM_SUBDIR}/spell/
|
|
|
|
%dir %{_datadir}/vim/%{VIM_SUBDIR}/syntax/
|
|
|
|
%dir %{_datadir}/vim/%{VIM_SUBDIR}/tools/
|
|
|
|
%dir %{_datadir}/vim/%{VIM_SUBDIR}/tutor/
|
2009-02-20 23:53:18 +01:00
|
|
|
%dir %{_datadir}/vim/%{VIM_SUBDIR}/skeletons/
|
2008-01-30 18:53:25 +01:00
|
|
|
%dir %{site_runtimepath}
|
2008-10-06 18:03:59 +02:00
|
|
|
%dir %{site_runtimepath}/autoload/
|
|
|
|
%dir %{site_runtimepath}/colors/
|
|
|
|
%dir %{site_runtimepath}/doc/
|
|
|
|
%dir %{site_runtimepath}/plugin/
|
2008-01-30 18:53:25 +01:00
|
|
|
%dir %{site_runtimepath}/syntax/
|
|
|
|
%dir %{site_runtimepath}/ftdetect/
|
|
|
|
%dir %{site_runtimepath}/after/
|
|
|
|
%dir %{site_runtimepath}/after/syntax/
|
2007-03-29 01:04:15 +02:00
|
|
|
|
|
|
|
%files data
|
2018-02-14 13:51:49 +01:00
|
|
|
# exclude common files
|
|
|
|
%exclude %{_datadir}/vim/%{VIM_SUBDIR}/autoload/dist/ft.vim
|
|
|
|
%exclude %{_datadir}/vim/%{VIM_SUBDIR}/syntax/nosyntax.vim
|
|
|
|
%exclude %{_datadir}/vim/%{VIM_SUBDIR}/syntax/resolv.vim
|
|
|
|
%exclude %{_datadir}/vim/%{VIM_SUBDIR}/syntax/sh.vim
|
|
|
|
%exclude %{_datadir}/vim/%{VIM_SUBDIR}/syntax/syncolor.vim
|
|
|
|
%exclude %{_datadir}/vim/%{VIM_SUBDIR}/syntax/synload.vim
|
|
|
|
%exclude %{_datadir}/vim/%{VIM_SUBDIR}/syntax/syntax.vim
|
|
|
|
%exclude %{_datadir}/vim/%{VIM_SUBDIR}/syntax/vim.vim
|
2007-03-29 01:04:15 +02:00
|
|
|
# data files
|
|
|
|
%{_datadir}/vim/%{VIM_SUBDIR}/autoload/*
|
|
|
|
%{_datadir}/vim/%{VIM_SUBDIR}/colors/*
|
|
|
|
%{_datadir}/vim/%{VIM_SUBDIR}/compiler/*
|
|
|
|
%{_datadir}/vim/%{VIM_SUBDIR}/doc/*
|
|
|
|
%{_datadir}/vim/%{VIM_SUBDIR}/ftplugin/*
|
|
|
|
%{_datadir}/vim/%{VIM_SUBDIR}/indent/*
|
|
|
|
%{_datadir}/vim/%{VIM_SUBDIR}/keymap/*
|
|
|
|
%{_datadir}/vim/%{VIM_SUBDIR}/lang/*
|
|
|
|
%{_datadir}/vim/%{VIM_SUBDIR}/macros/*
|
2016-03-28 11:42:01 +02:00
|
|
|
%{_datadir}/vim/%{VIM_SUBDIR}/pack/*
|
2007-03-29 01:04:15 +02:00
|
|
|
%{_datadir}/vim/%{VIM_SUBDIR}/plugin/*
|
|
|
|
%{_datadir}/vim/%{VIM_SUBDIR}/print/*
|
2018-01-24 12:52:23 +01:00
|
|
|
%{_datadir}/vim/%{VIM_SUBDIR}/skeletons/*
|
2007-03-29 01:04:15 +02:00
|
|
|
%{_datadir}/vim/%{VIM_SUBDIR}/spell/*
|
|
|
|
%{_datadir}/vim/%{VIM_SUBDIR}/syntax/*
|
2018-01-24 12:52:23 +01:00
|
|
|
%{_datadir}/vim/%{VIM_SUBDIR}/tools/*
|
2007-03-29 01:04:15 +02:00
|
|
|
%{_datadir}/vim/%{VIM_SUBDIR}/tutor/*
|
2018-02-14 13:51:49 +01:00
|
|
|
|
|
|
|
%files data-common
|
|
|
|
%{_datadir}/vim/%{VIM_SUBDIR}/autoload/dist/ft.vim
|
|
|
|
%{_datadir}/vim/%{VIM_SUBDIR}/syntax/nosyntax.vim
|
|
|
|
%{_datadir}/vim/%{VIM_SUBDIR}/syntax/resolv.vim
|
|
|
|
%{_datadir}/vim/%{VIM_SUBDIR}/syntax/sh.vim
|
|
|
|
%{_datadir}/vim/%{VIM_SUBDIR}/syntax/syncolor.vim
|
|
|
|
%{_datadir}/vim/%{VIM_SUBDIR}/syntax/synload.vim
|
|
|
|
%{_datadir}/vim/%{VIM_SUBDIR}/syntax/syntax.vim
|
|
|
|
%{_datadir}/vim/%{VIM_SUBDIR}/syntax/vim.vim
|
2018-01-24 12:52:23 +01:00
|
|
|
%{_datadir}/vim/%{VIM_SUBDIR}/*.vim
|
|
|
|
%{_datadir}/vim/%{VIM_SUBDIR}/rgb.txt
|
2007-03-29 01:04:15 +02:00
|
|
|
|
2006-12-15 17:15:12 +01:00
|
|
|
%files -n gvim
|
2016-02-24 10:46:37 +01:00
|
|
|
%doc runtime/doc/gui_x11.txt
|
2011-04-18 17:03:21 +02:00
|
|
|
%ghost %config(missingok) %{_sysconfdir}/gvimrc
|
2017-03-11 11:02:37 +01:00
|
|
|
%ghost %{_sysconfdir}/alternatives/vim
|
|
|
|
%{_bindir}/vim
|
2007-03-29 01:04:15 +02:00
|
|
|
%{_bindir}/egview
|
|
|
|
%{_bindir}/egvim
|
|
|
|
%{_bindir}/eview
|
|
|
|
%{_bindir}/evim
|
|
|
|
%{_bindir}/gex
|
|
|
|
%{_bindir}/gvi
|
|
|
|
%{_bindir}/gview
|
|
|
|
%{_bindir}/gvim
|
|
|
|
%{_bindir}/gvimdiff
|
|
|
|
%{_bindir}/rgview
|
|
|
|
%{_bindir}/rgvim
|
|
|
|
# menu icon
|
|
|
|
%{_datadir}/applications/gvim.desktop
|
2014-09-29 12:57:13 +02:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/gvim.*
|
2013-08-16 14:26:53 +02:00
|
|
|
%doc %{_docdir}/gvim
|
2008-01-30 18:53:25 +01:00
|
|
|
|
2007-03-29 01:04:15 +02:00
|
|
|
%changelog
|