Compare commits
19 Commits
7.4.617-1m
...
8.0-1mamba
Author | SHA1 | Date | |
---|---|---|---|
b57f328985 | |||
e2bc5a603f | |||
a4cde6b7d4 | |||
c241b421b8 | |||
5be5254f16 | |||
5757ef352c | |||
44d14730c8 | |||
7677ad30d5 | |||
ee4208d4d0 | |||
09d893a582 | |||
2c665fabaa | |||
86312e73c0 | |||
d9d5292748 | |||
5dec2d5402 | |||
cf5f7a858b | |||
eafaa59c5b | |||
fffa5981f3 | |||
922e9848a9 | |||
c9d9ab770c |
87
vim.spec
87
vim.spec
@ -6,7 +6,7 @@
|
||||
%define with_gvim 0
|
||||
|
||||
Name: vim
|
||||
Version: 7.4.617
|
||||
Version: 8.0
|
||||
Release: 1mamba
|
||||
Summary: VIsual editor iMproved
|
||||
Group: Applications/Text
|
||||
@ -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" ] && {
|
||||
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,63 @@ install -m 0755 -D src/gvim %{buildroot}%{_bindir}/gvim
|
||||
%{_datadir}/vim/%{vimdir}/tutor
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Reference in New Issue
Block a user