automatic version update by autodist [release 7.4.1797-1mamba;Sat Jun 04 2016]
This commit is contained in:
parent
5be5254f16
commit
c241b421b8
27
vim.spec
27
vim.spec
@ -6,7 +6,7 @@
|
|||||||
%define with_gvim 0
|
%define with_gvim 0
|
||||||
|
|
||||||
Name: vim
|
Name: vim
|
||||||
Version: 7.4.1386
|
Version: 7.4.1797
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: VIsual editor iMproved
|
Summary: VIsual editor iMproved
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
@ -76,6 +76,10 @@ cd patches
|
|||||||
tar xf %{SOURCE3}
|
tar xf %{SOURCE3}
|
||||||
cd ..
|
cd ..
|
||||||
ls patches/| sort -V | while read f; do
|
ls patches/| sort -V | while read f; do
|
||||||
|
[ "$f" = "7.4.1425" -o "$f" = "7.4.1601" -o "$f" = "7.4.1602" -o "$f" = "7.4.1721" ] && {
|
||||||
|
cat patches/$f | patch -p0 -f || true
|
||||||
|
continue
|
||||||
|
}
|
||||||
cat patches/$f | patch -p0
|
cat patches/$f | patch -p0
|
||||||
done
|
done
|
||||||
|
|
||||||
@ -176,20 +180,10 @@ install -m 0755 -D src/gvim %{buildroot}%{_bindir}/gvim
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_datadir}/vim/%{vimdir}/*.vim
|
%dir %{_datadir}/vim/%{vimdir}
|
||||||
%{_datadir}/vim/%{vimdir}/autoload
|
%{_datadir}/vim/%{vimdir}/*
|
||||||
%{_datadir}/vim/%{vimdir}/colors
|
%exclude %{_datadir}/vim/%{vimdir}/doc
|
||||||
%{_datadir}/vim/%{vimdir}/compiler
|
%exclude %{_datadir}/vim/%{vimdir}/tutor
|
||||||
%{_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
|
%{_sysconfdir}/skel/.vimrc
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%lang(fr) %{_mandir}/fr*/man1/
|
%lang(fr) %{_mandir}/fr*/man1/
|
||||||
@ -212,6 +206,9 @@ install -m 0755 -D src/gvim %{buildroot}%{_bindir}/gvim
|
|||||||
%{_datadir}/vim/%{vimdir}/tutor
|
%{_datadir}/vim/%{vimdir}/tutor
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Thu Feb 25 2016 Automatic Build System <autodist@mambasoft.it> 7.4.1386-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user