rebuilt with updated builddeps [release 8.2.2818-2mamba;Sat May 01 2021]
This commit is contained in:
parent
c6fc20e0df
commit
9942b779a5
50
vim.spec
50
vim.spec
@ -6,8 +6,8 @@
|
||||
%define with_gvim 0
|
||||
|
||||
Name: vim
|
||||
Version: 8.2.2771
|
||||
Release: 1mamba
|
||||
Version: 8.2.2818
|
||||
Release: 2mamba
|
||||
Summary: VIsual editor iMproved
|
||||
Group: Applications/Text
|
||||
Vendor: openmamba
|
||||
@ -15,26 +15,18 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.vim.org/
|
||||
Source: https://github.com/vim/vim.git/v%{version}/vim-%{version}.tar.bz2
|
||||
#Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{majversion}.tar.bz2
|
||||
#Source1: ftp://ftp.vim.org/pub/vim/extra/vim-%{langversion}-lang.tar.gz
|
||||
Source2: vimrc-skel
|
||||
# patches got from: ftp://ftp.vim.org/pub/vim/patches/%{majversion}
|
||||
# create full patches archive with vim-patches.sh script below
|
||||
#Source3: %{name}-%{version}-patchset.tar.gz
|
||||
#Source4: vim-autoupdate
|
||||
License: Charityware
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libcanberra-devel
|
||||
BuildRequires: libgpm-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: libruby-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libtcl-devel
|
||||
BuildRequires: ruby-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl-devel >= 2:5.8.7
|
||||
BuildRequires: libpython-devel >= 2.3.4
|
||||
BuildRequires: libtcl >= 8.4.11
|
||||
BuildRequires: gettext-devel
|
||||
|
||||
%description
|
||||
@ -70,19 +62,6 @@ This package provides tutorial files.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
## apply big patches
|
||||
#mkdir patches
|
||||
#cd patches
|
||||
#tar xf %{SOURCE3}
|
||||
#cd ..
|
||||
#ls patches/| sort -V | while read f; do
|
||||
# [ "$f" = "8.0.0001" -o "$f" = "8.0.0002" -o "$f" = "8.0.0014" ] && {
|
||||
# cat patches/$f | patch -p0 -f || true
|
||||
# continue
|
||||
# }
|
||||
# cat patches/$f | patch -p0
|
||||
#done
|
||||
|
||||
%define _use_internal_dependency_generator 0
|
||||
|
||||
# Find requires modified
|
||||
@ -204,6 +183,21 @@ install -m 0755 -D src/gvim %{buildroot}%{_bindir}/gvim
|
||||
%{_datadir}/vim/%{vimdir}/tutor
|
||||
|
||||
%changelog
|
||||
* Sat May 01 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 8.2.2818-2mamba
|
||||
- rebuilt with updated builddeps
|
||||
|
||||
* Sat May 01 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 8.2.2818-1mamba
|
||||
- update to 8.2.2818
|
||||
|
||||
* Sun Apr 25 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2808-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 24 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2803-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 24 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2800-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 16 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2771-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
@ -606,7 +600,7 @@ install -m 0755 -D src/gvim %{buildroot}%{_bindir}/gvim
|
||||
- update to 7.3
|
||||
- also install .vimrc in /root
|
||||
|
||||
* Thu May 06 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 7.2-2mamba
|
||||
* Wed May 06 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 7.2-2mamba
|
||||
- modified the .vimrc to add mode and command in the ruler, and make cursors keys works in edit mode
|
||||
- modified vendor and distribution
|
||||
|
||||
@ -648,10 +642,10 @@ install -m 0755 -D src/gvim %{buildroot}%{_bindir}/gvim
|
||||
* Tue Feb 17 2004 Davide Madrisan <davide.madrisan@qilinux.it> 6.2-1qilnx
|
||||
- new version rebuild
|
||||
|
||||
* Mon Apr 23 2003 Silvan Calarco <silvan.calarco@qinet.it> 6.1-4qilnx
|
||||
* Wed Apr 23 2003 Silvan Calarco <silvan.calarco@qinet.it> 6.1-4qilnx
|
||||
- added .vimrc default skeleton file
|
||||
|
||||
* Mon Apr 17 2003 Silvan Calarco <silvan.calarco@qinet.it> 6.1-3qilnx
|
||||
* Thu Apr 17 2003 Silvan Calarco <silvan.calarco@qinet.it> 6.1-3qilnx
|
||||
- removed Prefix definition
|
||||
- modified find_requires script to avoid a mistaken /bin/csh requirement
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user