Compare commits
31 Commits
7.4.383-1m
...
8.0.0086-1
| Author | SHA1 | Date | |
|---|---|---|---|
| fb739c28e1 | |||
| e30c599ac4 | |||
| c66c95e1a6 | |||
| e94754a4a9 | |||
| e89c87bd5c | |||
| b57f328985 | |||
| e2bc5a603f | |||
| a4cde6b7d4 | |||
| c241b421b8 | |||
| 5be5254f16 | |||
| 5757ef352c | |||
| 44d14730c8 | |||
| 7677ad30d5 | |||
| ee4208d4d0 | |||
| 09d893a582 | |||
| 2c665fabaa | |||
| 86312e73c0 | |||
| d9d5292748 | |||
| 5dec2d5402 | |||
| cf5f7a858b | |||
| eafaa59c5b | |||
| fffa5981f3 | |||
| 922e9848a9 | |||
| c9d9ab770c | |||
| 9cd7f93b24 | |||
| d107a3e2b9 | |||
| 676ea90991 | |||
| 8b0cf159a8 | |||
| dc24372a83 | |||
| 5966144fd5 | |||
| e0fa247c4c |
125
vim.spec
125
vim.spec
@@ -6,7 +6,7 @@
|
||||
%define with_gvim 0
|
||||
|
||||
Name: vim
|
||||
Version: 7.4.383
|
||||
Version: 8.0.0086
|
||||
Release: 1mamba
|
||||
Summary: VIsual editor iMproved
|
||||
Group: Applications/Text
|
||||
@@ -20,7 +20,7 @@ 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-patches.sh
|
||||
Source4: vim-autoupdate
|
||||
License: Charityware
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@@ -76,6 +76,10 @@ 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
|
||||
|
||||
@@ -175,22 +179,16 @@ install -m 0755 -D src/gvim %{buildroot}%{_bindir}/gvim
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/*
|
||||
%{_datadir}/vim/%{vimdir}/*.vim
|
||||
%{_datadir}/vim/%{vimdir}/autoload
|
||||
%{_datadir}/vim/%{vimdir}/colors
|
||||
%{_datadir}/vim/%{vimdir}/compiler
|
||||
%{_datadir}/vim/%{vimdir}/ftplugin
|
||||
%{_datadir}/vim/%{vimdir}/indent
|
||||
%{_datadir}/vim/%{vimdir}/keymap
|
||||
%{_datadir}/vim/%{vimdir}/lang
|
||||
%{_datadir}/vim/%{vimdir}/macros
|
||||
%{_datadir}/vim/%{vimdir}/plugin
|
||||
%{_datadir}/vim/%{vimdir}/print
|
||||
%{_datadir}/vim/%{vimdir}/spell
|
||||
%{_datadir}/vim/%{vimdir}/syntax
|
||||
%{_datadir}/vim/%{vimdir}/tools
|
||||
%{_sysconfdir}/skel/.vimrc
|
||||
%{_bindir}/*
|
||||
%{_datadir}/applications/gvim.desktop
|
||||
%{_datadir}/applications/vim.desktop
|
||||
%dir %{_datadir}/vim/%{vimdir}
|
||||
%{_datadir}/vim/%{vimdir}/*
|
||||
%exclude %{_datadir}/vim/%{vimdir}/doc
|
||||
%exclude %{_datadir}/vim/%{vimdir}/tutor
|
||||
%{_datadir}/icons/locolor/*/apps/gvim.png
|
||||
%{_datadir}/icons/hicolor/*/apps/gvim.png
|
||||
%{_mandir}/man1/*
|
||||
%lang(fr) %{_mandir}/fr*/man1/
|
||||
%lang(it) %{_mandir}/it*/man1/
|
||||
@@ -212,6 +210,99 @@ install -m 0755 -D src/gvim %{buildroot}%{_bindir}/gvim
|
||||
%{_datadir}/vim/%{vimdir}/tutor
|
||||
|
||||
%changelog
|
||||
* Thu Nov 17 2016 Automatic Build System <autodist@mambasoft.it> 8.0.0086-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 31 2016 Automatic Build System <autodist@mambasoft.it> 8.0.0055-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 24 2016 Automatic Build System <autodist@mambasoft.it> 8.0.0046-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 04 2016 Automatic Build System <autodist@mambasoft.it> 8.0.0013-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Sep 24 2016 Automatic Build System <autodist@mambasoft.it> 8.0.0005-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Sep 17 2016 Automatic Build System <autodist@mambasoft.it> 8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Aug 08 2016 Automatic Build System <autodist@mambasoft.it> 7.4.2143-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 10 2016 Automatic Build System <autodist@mambasoft.it> 7.4.1910-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 04 2016 Automatic Build System <autodist@mambasoft.it> 7.4.1797-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 25 2016 Automatic Build System <autodist@mambasoft.it> 7.4.1386-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 11 2016 Automatic Build System <autodist@mambasoft.it> 7.4.1294-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 29 2016 Automatic Build System <autodist@mambasoft.it> 7.4.1190-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 15 2016 Automatic Build System <autodist@mambasoft.it> 7.4.1089-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 11 2016 Automatic Build System <autodist@mambasoft.it> 7.4.1063-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 03 2015 Automatic Build System <autodist@mambasoft.it> 7.4.944-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 02 2015 Automatic Build System <autodist@mambasoft.it> 7.4.884-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 17 2015 Automatic Build System <autodist@mambasoft.it> 7.4.854-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jul 12 2015 Automatic Build System <autodist@mambasoft.it> 7.4.778-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 03 2015 Automatic Build System <autodist@mambasoft.it> 7.4.764-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jun 28 2015 Automatic Build System <autodist@mambasoft.it> 7.4.738-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 18 2015 Automatic Build System <autodist@mambasoft.it> 7.4.729-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 16 2015 Automatic Build System <autodist@mambasoft.it> 7.4.723-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 28 2015 Automatic Build System <autodist@mambasoft.it> 7.4.712-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 19 2015 Automatic Build System <autodist@mambasoft.it> 7.4.663-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 06 2015 Automatic Build System <autodist@mambasoft.it> 7.4.617-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 18 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 7.4.580-1mamba
|
||||
- update to 7.4.580
|
||||
|
||||
* Mon Dec 01 2014 Automatic Build System <autodist@mambasoft.it> 7.4.537-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 25 2014 Automatic Build System <autodist@mambasoft.it> 7.4.525-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 13 2014 Automatic Build System <autodist@mambasoft.it> 7.4.473-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 25 2014 Automatic Build System <autodist@mambasoft.it> 7.4.459-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 28 2014 Automatic Build System <autodist@mambasoft.it> 7.4.410-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 30 2014 Automatic Build System <autodist@mambasoft.it> 7.4.383-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user