Compare commits

..

22 Commits

Author SHA1 Message Date
068991458a automatic version update by autodist [release 8.2.2821-1mamba;Sun May 02 2021] 2024-01-05 18:56:56 +01:00
9942b779a5 rebuilt with updated builddeps [release 8.2.2818-2mamba;Sat May 01 2021] 2024-01-05 18:56:56 +01:00
c6fc20e0df automatic version update by autodist [release 8.2.2771-1mamba;Fri Apr 16 2021] 2024-01-05 18:56:56 +01:00
72838ca826 automatic version update by autodist [release 8.2.2769-1mamba;Thu Apr 15 2021] 2024-01-05 18:56:56 +01:00
73e8119c63 automatic version update by autodist [release 8.2.2760-1mamba;Wed Apr 14 2021] 2024-01-05 18:56:56 +01:00
86efadb038 automatic version update by autodist [release 8.2.2758-1mamba;Tue Apr 13 2021] 2024-01-05 18:56:56 +01:00
4c2a515d42 automatic version update by autodist [release 8.2.2756-1mamba;Mon Apr 12 2021] 2024-01-05 18:56:56 +01:00
90f7f17f6a automatic version update by autodist [release 8.2.2753-1mamba;Sun Apr 11 2021] 2024-01-05 18:56:55 +01:00
fc04c91ca3 automatic version update by autodist [release 8.2.2741-1mamba;Sat Apr 10 2021] 2024-01-05 18:56:55 +01:00
d1e7648ada automatic version update by autodist [release 8.2.2738-1mamba;Fri Apr 09 2021] 2024-01-05 18:56:55 +01:00
1194cb1bd6 automatic version update by autodist [release 8.2.2735-1mamba;Thu Apr 08 2021] 2024-01-05 18:56:55 +01:00
98e202bf82 automatic version update by autodist [release 8.2.2725-1mamba;Tue Apr 06 2021] 2024-01-05 18:56:55 +01:00
baa4b65b5a automatic version update by autodist [release 8.2.2709-1mamba;Mon Apr 05 2021] 2024-01-05 18:56:55 +01:00
54d7e418f2 automatic version update by autodist [release 8.2.2706-1mamba;Sun Apr 04 2021] 2024-01-05 18:56:55 +01:00
a0a4b21537 automatic version update by autodist [release 8.2.2694-1mamba;Sat Apr 03 2021] 2024-01-05 18:56:55 +01:00
3a068aaae6 automatic version update by autodist [release 8.2.2689-1mamba;Fri Apr 02 2021] 2024-01-05 18:56:55 +01:00
54b2152c0b automatic version update by autodist [release 8.2.2681-1mamba;Thu Apr 01 2021] 2024-01-05 18:56:55 +01:00
92fc31a0c8 automatic version update by autodist [release 8.2.2679-1mamba;Wed Mar 31 2021] 2024-01-05 18:56:55 +01:00
73855bca7c automatic version update by autodist [release 8.2.2677-1mamba;Tue Mar 30 2021] 2024-01-05 18:56:55 +01:00
be88220617 automatic version update by autodist [release 8.2.2668-1mamba;Mon Mar 29 2021] 2024-01-05 18:56:55 +01:00
cba944b9c2 automatic version update by autodist [release 8.2.2662-1mamba;Sun Mar 28 2021] 2024-01-05 18:56:55 +01:00
6303e7de25 automatic version update by autodist [release 8.2.2650-1mamba;Fri Mar 26 2021] 2024-01-05 18:56:55 +01:00

137
vim.spec
View File

@ -6,7 +6,7 @@
%define with_gvim 0
Name: vim
Version: 8.2.2637
Version: 8.2.2821
Release: 1mamba
Summary: VIsual editor iMproved
Group: Applications/Text
@ -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
BuildRequires: libtcl85
## 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,108 @@ install -m 0755 -D src/gvim %{buildroot}%{_bindir}/gvim
%{_datadir}/vim/%{vimdir}/tutor
%changelog
* Sun May 02 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2821-1mamba
- automatic version update by autodist
* Sun May 02 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2820-1mamba
- automatic version update by autodist
* 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
* Thu Apr 15 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2769-1mamba
- automatic version update by autodist
* Wed Apr 14 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2760-1mamba
- automatic version update by autodist
* Tue Apr 13 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2758-1mamba
- automatic version update by autodist
* Mon Apr 12 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2756-1mamba
- automatic version update by autodist
* Sun Apr 11 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2753-1mamba
- automatic version update by autodist
* Sun Apr 11 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2746-1mamba
- automatic version update by autodist
* Sat Apr 10 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2741-1mamba
- automatic version update by autodist
* Fri Apr 09 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2738-1mamba
- automatic version update by autodist
* Thu Apr 08 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2735-1mamba
- automatic version update by autodist
* Thu Apr 08 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2726-1mamba
- automatic version update by autodist
* Tue Apr 06 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2725-1mamba
- automatic version update by autodist
* Mon Apr 05 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2709-1mamba
- automatic version update by autodist
* Sun Apr 04 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2706-1mamba
- automatic version update by autodist
* Sat Apr 03 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2694-1mamba
- automatic version update by autodist
* Fri Apr 02 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2689-1mamba
- automatic version update by autodist
* Fri Apr 02 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2686-1mamba
- automatic version update by autodist
* Thu Apr 01 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2681-1mamba
- automatic version update by autodist
* Wed Mar 31 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2679-1mamba
- automatic version update by autodist
* Tue Mar 30 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2677-1mamba
- automatic version update by autodist
* Mon Mar 29 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2673-1mamba
- automatic version update by autodist
* Mon Mar 29 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2668-1mamba
- automatic version update by autodist
* Sun Mar 28 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2662-1mamba
- automatic version update by autodist
* Sat Mar 27 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2661-1mamba
- automatic version update by autodist
* Sat Mar 27 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2657-1mamba
- automatic version update by autodist
* Sat Mar 27 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2653-1mamba
- automatic version update by autodist
* Fri Mar 26 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2650-1mamba
- automatic version update by autodist
* Mon Mar 22 2021 Automatic Build System <autodist@mambasoft.it> 8.2.2637-1mamba
- automatic version update by autodist
@ -525,7 +606,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
@ -567,10 +648,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