Compare commits
14 Commits
8.2.2821-1
...
8.2.2885-1
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e6f8c3f47 | |||
| 7a86fd64de | |||
| bebf64e4ba | |||
| aed27bbd8e | |||
| c04102cf51 | |||
| 7c99449f0c | |||
| b61d0dc0ac | |||
| ce9c2c180c | |||
| d1ddca3f29 | |||
| 172439aab5 | |||
| 353c9a9b48 | |||
| 257d3c0e71 | |||
| f9821852f2 | |||
| 079a49fa64 |
88
vim.spec
88
vim.spec
@@ -6,7 +6,7 @@
|
||||
%define with_gvim 0
|
||||
|
||||
Name: vim
|
||||
Version: 8.2.2821
|
||||
Version: 8.2.2885
|
||||
Release: 1mamba
|
||||
Summary: VIsual editor iMproved
|
||||
Group: Applications/Text
|
||||
@@ -25,7 +25,7 @@ BuildRequires: libncurses-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: libruby-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libtcl85
|
||||
BuildRequires: libtcl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: gettext-devel
|
||||
|
||||
@@ -59,21 +59,12 @@ VIM improves on vi by adding new features: multiple windows, multi-level undo, b
|
||||
If you install this package, you can run VIM as an X application with a full GUI interface and mouse support.
|
||||
This package provides tutorial files.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%define _use_internal_dependency_generator 0
|
||||
|
||||
# Find requires modified
|
||||
%define __find_requires %{_builddir}/%{name}-%{version}/find_requires.sh
|
||||
|
||||
# Find requires will ignore datadir files to avoid a wrong /bin/csh requirement
|
||||
cat > find_requires.sh << _EOF
|
||||
#! /bin/sh
|
||||
grep -v %{_datadir} | %{_prefix}/lib/rpm/find-requires %{buildroot} %{_target_cpu}
|
||||
_EOF
|
||||
|
||||
chmod +x find_requires.sh
|
||||
# Avoid an unwanted /bin/csh requirement
|
||||
%define __requires_exclude_from ^%{_datadir}/.*$
|
||||
|
||||
sed -i '
|
||||
s,SYS_VIMRC_FILE "\$VIM/vimrc",SYS_VIMRC_FILE "%{_sysconfdir}/vim/vimrc",
|
||||
@@ -104,6 +95,7 @@ src/os_unix.h
|
||||
--enable-perlinterp \
|
||||
--enable-pythoninterp \
|
||||
--enable-tclinterp \
|
||||
--with-tclsh=%{_bindir}/tclsh \
|
||||
--enable-rubyinterp \
|
||||
--enable-cscope \
|
||||
--disable-acl \
|
||||
@@ -128,6 +120,7 @@ mv src/vim src/gvim
|
||||
--enable-pythoninterp \
|
||||
--enable-tclinterp \
|
||||
--enable-rubyinterp \
|
||||
--with-tclsh=%{_bindir}/tclsh \
|
||||
--enable-cscope \
|
||||
--disable-acl \
|
||||
--enable-multibyte
|
||||
@@ -141,7 +134,7 @@ mv src/vim src/gvim
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%makeinstall STRIP=/bin/true
|
||||
|
||||
ln -s vim %{buildroot}%{_bindir}/vi
|
||||
install -m 0644 -D %{S:2} %{buildroot}%{_sysconfdir}/skel/.vimrc
|
||||
@@ -183,6 +176,69 @@ install -m 0755 -D src/gvim %{buildroot}%{_bindir}/gvim
|
||||
%{_datadir}/vim/%{vimdir}/tutor
|
||||
|
||||
%changelog
|
||||
* Tue May 25 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2885-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 25 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2879-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 22 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2876-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 21 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2875-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 21 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2874-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 20 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2873-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed May 19 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2872-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 17 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2863-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 17 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2859-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 16 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2856-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 14 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2850-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed May 12 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2847-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 10 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2846-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 08 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2844-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 8.2.2840-2mamba
|
||||
- fix building with latest libtcl; added debug package
|
||||
|
||||
* Fri May 07 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2840-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 07 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2836-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed May 05 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2832-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 04 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2831-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 04 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2827-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 03 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2825-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 02 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2821-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user