Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
editors
vim
vim.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vim.spec of Package vim
# # spec file for package vim # # Copyright (c) 2024 SUSE LLC # # 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 https://bugs.opensuse.org/ # %define pkg_version 9.1 %define patchlevel 0718 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim91 %define site_runtimepath %{_datadir}/vim/site %define make make VIMRCLOC=%{_sysconfdir} VIMRUNTIMEDIR=%{_datadir}/vim/current MAKE="make -e" %{?_smp_mflags} %if 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives %endif %bcond_without python2 Name: vim Version: %{pkg_version}.%{patchlevel_compact} Release: 0 Summary: Vi IMproved License: Vim URL: https://www.vim.org/ Source: https://github.com/vim/vim/archive/v%{pkg_version}.%{patchlevel}.tar.gz#/vim-%{pkg_version}.%{patchlevel}.tar.gz Source3: suse.vimrc Source4: vimrc_example1 Source5: vimrc_example2 Source8: suse.gvimrc Source10: README.Japanese-XIM Source13: vitmp.c Source14: vitmp.1 Source15: vim132 Source19: gvim.desktop Source20: spec.skeleton Source21: spec.vim Source23: apparmor.vim # Generated using: epstopdf runtime/vimlogo.eps && pdf2svg runtime/vimlogo.pdf gvim.svg Source24: gvim.svg # Section Bitmap icons generated from gvim.svg using rsvg-convert Source25: gvim_24.png Source26: gvim_32.png Source27: gvim_48.png Source28: gvim_64.png Source29: gvim_96.png Source30: gvim_128.png Source31: gvim_256.png Source32: gvim_512.png # /Section Source99: %{name}-7.4-rpmlintrc Patch1: %{name}-7.4-disable_lang_no.patch Patch2: %{name}-7.3-gvimrc_fontset.patch Patch3: %{name}-7.3-sh_is_bash.patch Patch4: %{name}-7.3-filetype_ftl.patch Patch5: %{name}-7.3-use_awk.patch Patch6: %{name}-7.3-name_vimrc.patch Patch7: %{name}-7.3-mktemp_tutor.patch Patch8: %{name}-7.4-filetype_apparmor.patch Patch9: %{name}-7.3-filetype_spec.patch Patch10: %{name}-7.3-filetype_changes.patch Patch11: %{name}-7.4-filetype_mine.patch Patch12: %{name}73-no-static-libpython.patch Patch13: %{name}-8.0.1568-defaults.patch Patch14: %{name}-8.2.2411-globalvimrc.patch BuildRequires: autoconf BuildRequires: db-devel BuildRequires: fdupes BuildRequires: gettext-devel BuildRequires: gpm-devel BuildRequires: libtool BuildRequires: perl BuildRequires: pkgconfig BuildRequires: ruby-devel BuildRequires: update-desktop-files BuildRequires: pkgconfig(form) BuildRequires: pkgconfig(formw) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(krb5) BuildRequires: pkgconfig(libacl) BuildRequires: pkgconfig(lua) BuildRequires: pkgconfig(menu) BuildRequires: pkgconfig(menuw) BuildRequires: pkgconfig(ncurses) BuildRequires: pkgconfig(ncurses++) BuildRequires: pkgconfig(ncurses++w) BuildRequires: pkgconfig(ncursesw) BuildRequires: pkgconfig(panel) BuildRequires: pkgconfig(panelw) BuildRequires: pkgconfig(python3) BuildRequires: pkgconfig(tic) BuildRequires: pkgconfig(tinfo) BuildRequires: pkgconfig(xt) Requires: vim-data-common = %{version}-%{release} Requires: xxd = %{version}-%{release} Recommends: vim-data = %{version}-%{release} Conflicts: vim-base < 8.2 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} %if %{with libalternatives} Requires: alts %else Requires(post): update-alternatives Requires(postun): update-alternatives %endif %if %{with python2} BuildRequires: python2-devel %endif %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. %package data Summary: Data files needed for extended vim functionality Requires: vim-data-common = %{version}-%{release} # Used to be in vim-plugins package Obsoletes: vim-plugin-matchit <= 1.13.2 Provides: vim-plugin-matchit = 1.13.2 # conflicts with nginx own plugin Obsoletes: vim-plugin-nginx < %{version} Provides: vim-plugin-nginx = %{version} BuildArch: noarch %description data This package contains optional runtime & syntax files for vim. %package data-common Summary: Common Data files for vim & gvim BuildArch: noarch %description data-common This package contains basic runtime & syntax files for vim %package -n gvim Summary: A GUI for Vi Requires: gvim_client Requires: vim-data = %{version}-%{release} Requires: xxd = %{version}-%{release} Conflicts: gvim < 8.2 Provides: gvim-base = %{version}-%{release} Provides: gvim-enhanced = %{version}-%{release} Obsoletes: gvim-base < %{version}-%{release} Obsoletes: gvim-enhanced < %{version}-%{release} Provides: gvim_client Provides: vi Provides: vim_client %if %{with libalternatives} BuildRequires: alts Requires: alts %else Requires(post): update-alternatives Requires(postun): update-alternatives %endif %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 want less features, you might want to install vim instead. %package small Summary: Vim with reduced features Requires: vim-data-common = %{version}-%{release} Provides: vi Provides: vim_client %if %{with libalternatives} BuildRequires: alts Requires: alts %else Requires(post): update-alternatives Requires(postun): update-alternatives %endif %description small Vim compiled with reduced feature set such as no script interpreters built in %package -n xxd Summary: A hex dump utility Conflicts: vim <= 9.0.1418 %description -n xxd xxd creates a hex dump of a given file or standard input. It can also convert a hex dump back to its original binary form. %prep %setup -q -n %{name}-%{pkg_version}.%{patchlevel} %patch -P 1 -p1 %patch -P 2 -p1 %patch -P 3 -p1 %patch -P 4 -p1 %patch -P 5 -p1 %patch -P 6 -p1 %patch -P 7 -p1 cp %{SOURCE23} runtime/syntax/apparmor.vim %patch -P 8 -p1 %patch -P 9 -p1 %patch -P 10 -p1 %patch -P 11 -p1 %patch -P 12 -p1 %patch -P 13 -p1 %patch -P 14 -p1 cp %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE8} %{SOURCE10} . %build export CFLAGS="%{optflags} -Wall -pipe -fno-strict-aliasing" export CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2/-D_FORTIFY_SOURCE=1} export COMMON_OPTIONS="\ --with-vim-name=vim \ --with-ex-name=ex \ --with-view-name=view \ --enable-cscope \ --enable-multibyte \ --with-compiledby='http://www.opensuse.org/' \ --with-tlib=tinfo \ --with-global-runtime=%{site_runtimepath} \ " # yeah kind of weird to call this small when we then use the # "normal" set. Calling the package vim-normal is weird though as # huge is our default. export SMALL_OPTIONS="\ $COMMON_OPTIONS \ --with-features=small \ --enable-luainterp=no \ --enable-pythoninterp=no \ --enable-perlinterp=no \ --enable-python3interp=no \ --enable-rubyinterp=no" export HUGE_OPTIONS="\ $COMMON_OPTIONS \ --with-features=huge \ --enable-luainterp=dynamic \ --enable-perlinterp=yes \ --enable-python3interp=dynamic \ --enable-rubyinterp=dynamic --enable-pythoninterp=%{?with_python2:yes}%{!?with_python2:no}" export GUI_OPTIONS="\ --disable-icon-cache-update \ --enable-xim \ --enable-fontset \ --enable-gui=gtk3" export NOGUI_OPTIONS="\ --disable-gui \ --disable-gpm \ --with-x=no \ " pushd src autoconf popd # build smaller vim %configure ${SMALL_OPTIONS} ${NOGUI_OPTIONS} sed -i -e 's|define HAVE_DATE_TIME 1|undef HAVE_DATE_TIME|' src/auto/config.h %make_build cp src/vim vim-small # build normal vim %make_build -j1 distclean %configure ${HUGE_OPTIONS} ${NOGUI_OPTIONS} sed -i -e 's|define HAVE_DATE_TIME 1|undef HAVE_DATE_TIME|' src/auto/config.h %make_build cp src/vim vim-nox11 # build gvim %make_build -j1 distclean %configure ${HUGE_OPTIONS} ${GUI_OPTIONS} sed -i -e 's|define HAVE_DATE_TIME 1|undef HAVE_DATE_TIME|' src/auto/config.h %make_build # # build vitmp gcc %{optflags} %{SOURCE13} -o vitmp %install %make_install STRIP=: # create icon directories and install the icons into it for SIZE in 24 32 48 64 96 128 256 512; do install -d -m 0755 %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x${SIZE}/apps install -m 0644 %{_sourcedir}/gvim_${SIZE}.png %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x${SIZE}/apps/gvim.png done install -d -m 0755 %{buildroot}%{_datadir}/icons/hicolor/scalable/apps install -m 0644 %{SOURCE24} %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/gvim.svg # the last installed binary is gvim. preserve it mv %{buildroot}%{_bindir}/vim %{buildroot}%{_bindir}/gvim %if %{with libalternatives} for f in vimdiff ex view rview rvim; do rm %{buildroot}%{_bindir}/$f done %else # fix gvim symlinks. e* was added here as it doesnt make much sense in # console for f in egvim egview eview evim gex gvi gview gvimdiff rgview rgvim ; do ln -s -vf gvim %{buildroot}%{_bindir}/$f done %endif # install vim install -D -m 0755 vim-small %{buildroot}%{_bindir}/vim-small install -D -m 0755 vim-nox11 %{buildroot}%{_bindir}/vim-nox11 %if ! %{with libalternatives} mkdir -p %{buildroot}%{_sysconfdir}/alternatives ln -s -f %{_sysconfdir}/alternatives/vim %{buildroot}%{_bindir}/vim ln -s -f %{_sysconfdir}/alternatives/vi %{buildroot}%{_bindir}/vi %else for f in vi vim rvim evim eview egview view rview vimdiff edit ex egvim gex gvi gview gvimdiff rgview rgvim ; do ln -sf %{_bindir}/alts %{buildroot}%{_bindir}/$f mkdir -p %{buildroot}%{_datadir}/libalternatives/$f done for f in vi vim rvim view rview vimdiff edit ex; do cat > %{buildroot}%{_datadir}/libalternatives/$f/20.conf <<EOF binary=%{_bindir}/vim-nox11 group=vim,vi options=KeepArgv0 EOF done for f in vi vim evim rvim egview eview view rview vimdiff edit ex egvim gex gvi gview gvimdiff rgview rgvim ; do cat > %{buildroot}%{_datadir}/libalternatives/$f/30.conf <<EOF binary=%{_bindir}/gvim group=vi,vim options=KeepArgv0 EOF done for f in vim vi ; do cat > %{buildroot}%{_datadir}/libalternatives/$f/19.conf <<EOF binary=%{_bindir}/vim-small group=vim,vi options=KeepArgv0 EOF done %endif # compat symlinks mkdir %{buildroot}/bin %if 0%{?suse_version} < 1550 ln -s -f %{_bindir}/vim %{buildroot}/bin/vi ln -s -f %{_bindir}/vim %{buildroot}/bin/vim %endif ln -s -f vim %{buildroot}%{_bindir}/edit %if 0%{?suse_version} < 1550 ln -s -f %{_bindir}/vim %{buildroot}/bin/ex %endif # man pages ln -s -f vim.1.gz %{buildroot}%{_mandir}/man1/vi.1.gz ln -s -f vim.1.gz %{buildroot}%{_mandir}/man1/ex.1.gz # vitmp install -m 0755 vitmp %{buildroot}%{_bindir}/vitmp install -m 0644 %{SOURCE14} %{buildroot}%{_mandir}/man1/vitmp.1 install -m 0755 %{SOURCE15} %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/tools/vim132 # make the vim settings more generic ln -s -f %{VIM_SUBDIR} %{buildroot}%{_datadir}/vim/current # additional files install -D -m 0644 %{SOURCE3} %{buildroot}%{_datadir}/vim/current/suse.vimrc #install -D -m 0644 /dev/null %{buildroot}%{_sysconfdir}/vimrc install -D -m 0644 %{SOURCE8} %{buildroot}%{_sysconfdir}/gvimrc # create site wide runtime directory mkdir -p -m 0755 %{buildroot}%{site_runtimepath}/after 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 mkdir -m 0755 %{buildroot}%{site_runtimepath}/syntax mkdir -m 0755 %{buildroot}%{site_runtimepath}/ftdetect mkdir -m 0755 %{buildroot}%{site_runtimepath}/after/syntax mkdir -m 0755 %{buildroot}%{_datadir}/vim/current/skeletons mkdir -m 0755 %{buildroot}%{_sysconfdir}/skel # install spec helper install -m 0644 %{SOURCE20} %{buildroot}%{_datadir}/vim/current/skeletons/skeleton.spec install -m 0644 %{SOURCE21} %{buildroot}%{_datadir}/vim/current/plugin/spec.vim # desktop file for gvim install -D -m 0644 %{SOURCE19} %{buildroot}%{_datadir}/applications/gvim.desktop %suse_update_desktop_file gvim Utility TextEditor # # documentation install -d -m 0755 %{buildroot}%{_docdir}/{,g}vim/ install -D -m 0644 \ vimrc_example1 vimrc_example2 suse.vimrc \ README.txt READMEdir/README_src.txt READMEdir/README_unix.txt \ %{buildroot}%{_docdir}/vim/ # gvim install -D -m 0644 \ README.Japanese-XIM runtime/gvimrc_example.vim suse.gvimrc \ %{buildroot}%{_docdir}/gvim/ # 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/ rm -rf %{buildroot}%{_mandir}/da.UTF-8/ rm -rf %{buildroot}%{_mandir}/de.UTF-8/ rm -rf %{buildroot}%{_mandir}/da.ISO8859-1/ rm -rf %{buildroot}%{_mandir}/de.ISO8859-1/ rm -Rf %{buildroot}%{_mandir}/tr.ISO8859-9/ rm -Rf %{buildroot}%{_mandir}/tr.UTF-8/ # remove unnecessary files rm -rf %{buildroot}%{_datadir}/applications/vim.desktop rm -rf %{buildroot}%{_datadir}/icons/locolor # and move russian manpages to a place where they can be found mv %{buildroot}%{_mandir}/ru.UTF-8 %{buildroot}%{_mandir}/ru # remove some c source files rm -f %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/tools/*.c rm -f %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/macros/maze/*.c # Remove sample server to avoid python dependency rm %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/tools/demoserver.py # Create ghost files (see vim.conf) mkdir -p %{buildroot}%{_localstatedir}/run/vi.recover %fdupes -s %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/lang %fdupes -s %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/tutor %fdupes -s %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/ftplugin sed -i "s@%{_bindir}/env perl@%{_bindir}/perl@" %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/tools/*.pl sed -i "s@%{_bindir}/env perl@%{_bindir}/perl@" %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/doc/vim2html.pl %if %{with libalternatives} # with libalternatives %pre # removing old update-alternatives entries if [ "$1" -gt 0 ] && [ -f %{_sbindir}/update-alternatives ] && [ ! -e %{_bindir}/vim-nox11 ]; then %{_sbindir}/update-alternatives --remove vim %{_bindir}/vim-nox11 fi %pre -n gvim if [ "$1" -gt 0 ] && [ -f %{_sbindir}/update-alternatives ] && [ ! -e %{_bindir}/gvim ] ; then %{_sbindir}/update-alternatives --remove vim %{_bindir}/gvim fi %pre small if [ "$1" -gt 0 ] && [ -f %{_sbindir}/update-alternatives ] && [ ! -e %{_bindir}/vim-small ]; then %{_sbindir}/update-alternatives --remove vim %{_bindir}/vim-small fi %if 0%{?suse_version} <= 1315 %post -n gvim %icon_theme_cache_post %postun -n gvim %icon_theme_cache_postun %endif %else # without libalternatives %post %{_sbindir}/update-alternatives \ --install %{_bindir}/vim vim %{_bindir}/vim-nox11 20 \ --slave %{_bindir}/vi vi %{_bindir}/vim-nox11 %postun if [ ! -e %{_bindir}/vim-nox11 ] ; then %{_sbindir}/update-alternatives --remove vim %{_bindir}/vim-nox11 fi %post -n gvim %{_sbindir}/update-alternatives \ --install %{_bindir}/vim vim %{_bindir}/gvim 30 \ --slave %{_bindir}/vi vi %{_bindir}/gvim %if 0%{?suse_version} <= 1315 %icon_theme_cache_post %endif %postun -n gvim if [ ! -e %{_bindir}/gvim ] ; then %{_sbindir}/update-alternatives --remove vim %{_bindir}/gvim fi %if 0%{?suse_version} <= 1315 %icon_theme_cache_postun %endif %post small %{_sbindir}/update-alternatives \ --install %{_bindir}/vim vim %{_bindir}/vim-small 19 \ --slave %{_bindir}/vi vi %{_bindir}/vim-small %postun small if [ ! -e %{_bindir}/vim-small ] ; then %{_sbindir}/update-alternatives --remove vim %{_bindir}/vim-small fi %endif %files %if ! %{with libalternatives} %ghost %{_sysconfdir}/alternatives/vim %ghost %{_sysconfdir}/alternatives/vi %else %dir %{_datadir}/libalternatives %dir %{_datadir}/libalternatives/vi %{_datadir}/libalternatives/vi/20.conf %dir %{_datadir}/libalternatives/vim %{_datadir}/libalternatives/vim/20.conf %dir %{_datadir}/libalternatives/rvim %{_datadir}/libalternatives/rvim/20.conf %dir %{_datadir}/libalternatives/view %{_datadir}/libalternatives/view/20.conf %dir %{_datadir}/libalternatives/rview %{_datadir}/libalternatives/rview/20.conf %dir %{_datadir}/libalternatives/ex %{_datadir}/libalternatives/ex/20.conf %dir %{_datadir}/libalternatives/edit %{_datadir}/libalternatives/edit/20.conf %dir %{_datadir}/libalternatives/vimdiff %{_datadir}/libalternatives/vimdiff/20.conf %endif %{_bindir}/vim-nox11 %{_bindir}/vim # symlinks %if 0%{?suse_version} < 1550 /bin/vi /bin/vim /bin/ex %endif %{_bindir}/edit %{_bindir}/ex %{_bindir}/rview %{_bindir}/rvim %{_bindir}/vi %{_bindir}/view %{_bindir}/vimdiff # additional binaries %{_bindir}/vitmp %{_bindir}/vimtutor %{_bindir}/gvimtutor # man pages %{_mandir}/man1/eview.1%{?ext_man} %{_mandir}/man1/evim.1%{?ext_man} %{_mandir}/man1/ex.1%{?ext_man} %{_mandir}/man1/gview.1%{?ext_man} %{_mandir}/man1/gvim.1%{?ext_man} %{_mandir}/man1/gvimdiff.1%{?ext_man} %{_mandir}/man1/rgview.1%{?ext_man} %{_mandir}/man1/rgvim.1%{?ext_man} %{_mandir}/man1/rview.1%{?ext_man} %{_mandir}/man1/rvim.1%{?ext_man} %{_mandir}/man1/vi.1%{?ext_man} %{_mandir}/man1/view.1%{?ext_man} %{_mandir}/man1/vim.1%{?ext_man} %{_mandir}/man1/vimdiff.1%{?ext_man} %{_mandir}/man1/vimtutor.1%{?ext_man} %{_mandir}/man1/vitmp.1%{?ext_man} %dir %{_mandir}/da %dir %{_mandir}/da/man1/ %{_mandir}/da/man1/*.1%{?ext_man} %dir %{_mandir}/de %dir %{_mandir}/de/man1/ %{_mandir}/de/man1/*.1%{?ext_man} %dir %{_mandir}/fr %dir %{_mandir}/fr/man1/ %{_mandir}/fr/man1/*.1%{?ext_man} %dir %{_mandir}/it %dir %{_mandir}/it/man1/ %{_mandir}/it/man1/*.1%{?ext_man} %dir %{_mandir}/ru %dir %{_mandir}/ru/man1/ %{_mandir}/ru/man1/*.1%{?ext_man} %dir %{_mandir}/pl %dir %{_mandir}/pl/man1/ %{_mandir}/pl/man1/*.1%{?ext_man} %dir %{_mandir}/ja %dir %{_mandir}/ja/man1/ %{_mandir}/ja/man1/*.1%{?ext_man} %dir %{_mandir}/tr %dir %{_mandir}/tr/man1/ %{_mandir}/tr/man1/*.1%{?ext_man} # docs and data file %license LICENSE %doc %{_docdir}/vim # %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}/import/ %dir %{_datadir}/vim/%{VIM_SUBDIR}/import/dist/ %dir %{_datadir}/vim/%{VIM_SUBDIR}/keymap/ %dir %{_datadir}/vim/%{VIM_SUBDIR}/lang/ %dir %{_datadir}/vim/%{VIM_SUBDIR}/macros/ %dir %{_datadir}/vim/%{VIM_SUBDIR}/pack/ %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/ %dir %{_datadir}/vim/%{VIM_SUBDIR}/skeletons/ %dir %{site_runtimepath} %dir %{site_runtimepath}/autoload/ %dir %{site_runtimepath}/colors/ %dir %{site_runtimepath}/doc/ %dir %{site_runtimepath}/plugin/ %dir %{site_runtimepath}/syntax/ %dir %{site_runtimepath}/ftdetect/ %dir %{site_runtimepath}/after/ %dir %{site_runtimepath}/after/syntax/ %files data # exclude common files %exclude %{_datadir}/vim/%{VIM_SUBDIR}/autoload/dist/ft.vim %exclude %{_datadir}/vim/%{VIM_SUBDIR}/autoload/dist/script.vim %exclude %{_datadir}/vim/%{VIM_SUBDIR}/colors/lists/default.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 # 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}/import/dist/* %{_datadir}/vim/%{VIM_SUBDIR}/keymap/* %{_datadir}/vim/%{VIM_SUBDIR}/lang/* %{_datadir}/vim/%{VIM_SUBDIR}/macros/* %{_datadir}/vim/%{VIM_SUBDIR}/pack/* %{_datadir}/vim/%{VIM_SUBDIR}/plugin/* %{_datadir}/vim/%{VIM_SUBDIR}/print/* %{_datadir}/vim/%{VIM_SUBDIR}/skeletons/* %{_datadir}/vim/%{VIM_SUBDIR}/spell/* %{_datadir}/vim/%{VIM_SUBDIR}/syntax/* %{_datadir}/vim/%{VIM_SUBDIR}/tools/* %{_datadir}/vim/%{VIM_SUBDIR}/tutor/* %files data-common # we can't currently own /etc/vimrc. If we keep owning it, an # existing, unmodified vimrc would not be removed. That results in a # duplicated definition of SKEL_spec(). # see also https://github.com/rpm-software-management/rpm/issues/1296 #%ghost %config(noreplace) %{_sysconfdir}/vimrc %{_datadir}/vim/current %dir %{_datadir}/vim/ %dir %{_datadir}/vim/%{VIM_SUBDIR}/ %dir %{_datadir}/vim/%{VIM_SUBDIR}/autoload/ %dir %{_datadir}/vim/%{VIM_SUBDIR}/autoload/dist/ %dir %{_datadir}/vim/%{VIM_SUBDIR}/syntax/ %{_datadir}/vim/%{VIM_SUBDIR}/suse.vimrc %{_datadir}/vim/%{VIM_SUBDIR}/autoload/dist/ft.vim %{_datadir}/vim/%{VIM_SUBDIR}/autoload/dist/script.vim %{_datadir}/vim/%{VIM_SUBDIR}/colors/lists/default.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 %{_datadir}/vim/%{VIM_SUBDIR}/*.vim %files -n gvim %doc runtime/doc/gui_x11.txt %ghost %config(missingok) %{_sysconfdir}/gvimrc %if ! %{with libalternatives} %ghost %{_sysconfdir}/alternatives/vim %ghost %{_sysconfdir}/alternatives/vi %else %dir %{_datadir}/libalternatives %dir %{_datadir}/libalternatives/vi %{_datadir}/libalternatives/vi/30.conf %dir %{_datadir}/libalternatives/vim %{_datadir}/libalternatives/vim/30.conf %dir %{_datadir}/libalternatives/rvim %{_datadir}/libalternatives/rvim/30.conf %dir %{_datadir}/libalternatives/view %{_datadir}/libalternatives/view/30.conf %dir %{_datadir}/libalternatives/rview %{_datadir}/libalternatives/rview/30.conf %dir %{_datadir}/libalternatives/eview %{_datadir}/libalternatives/eview/30.conf %dir %{_datadir}/libalternatives/ex %{_datadir}/libalternatives/ex/30.conf %dir %{_datadir}/libalternatives/edit %{_datadir}/libalternatives/edit/30.conf %dir %{_datadir}/libalternatives/vimdiff %{_datadir}/libalternatives/vimdiff/30.conf %dir %{_datadir}/libalternatives/egvim %{_datadir}/libalternatives/egvim/30.conf %dir %{_datadir}/libalternatives/egview %{_datadir}/libalternatives/egview/30.conf %dir %{_datadir}/libalternatives/evim %{_datadir}/libalternatives/evim/30.conf %dir %{_datadir}/libalternatives/gex %{_datadir}/libalternatives/gex/30.conf %dir %{_datadir}/libalternatives/gvi %{_datadir}/libalternatives/gvi/30.conf %dir %{_datadir}/libalternatives/gview %{_datadir}/libalternatives/gview/30.conf %dir %{_datadir}/libalternatives/gvimdiff %{_datadir}/libalternatives/gvimdiff/30.conf %dir %{_datadir}/libalternatives/rgvim %{_datadir}/libalternatives/rgvim/30.conf %dir %{_datadir}/libalternatives/rgview %{_datadir}/libalternatives/rgview/30.conf %endif %{_bindir}/vi %{_bindir}/vim %{_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 %{_datadir}/icons/hicolor/*/apps/gvim.* %doc %{_docdir}/gvim %files small %license LICENSE %if ! %{with libalternatives} %ghost %{_sysconfdir}/alternatives/vim %ghost %{_sysconfdir}/alternatives/vi %else %dir %{_datadir}/libalternatives %dir %{_datadir}/libalternatives/vi %{_datadir}/libalternatives/vi/19.conf %dir %{_datadir}/libalternatives/vim %{_datadir}/libalternatives/vim/19.conf %endif %{_bindir}/vi %{_bindir}/vim %{_bindir}/vim-small %files -n xxd %license LICENSE %{_bindir}/xxd %{_mandir}/man1/xxd.1%{?ext_man} %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor