diff --git a/vim.spec b/vim.spec index 1ded9ac..408ce27 100644 --- a/vim.spec +++ b/vim.spec @@ -6,7 +6,7 @@ %define with_gvim 0 Name: vim -Version: 7.4.2143 +Version: 8.0 Release: 1mamba Summary: VIsual editor iMproved Group: Applications/Text @@ -76,7 +76,7 @@ cd patches tar xf %{SOURCE3} cd .. 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" -o "$f" = "7.4.2048" ] && { + [ "$f" = "8.0.0001" -o "$f" = "8.0.0002" ] && { cat patches/$f | patch -p0 -f || true continue } @@ -179,12 +179,16 @@ install -m 0755 -D src/gvim %{buildroot}%{_bindir}/gvim %files %defattr(-,root,root) +%{_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 -%{_sysconfdir}/skel/.vimrc +%{_datadir}/icons/locolor/*/apps/gvim.png +%{_datadir}/icons/hicolor/*/apps/gvim.png %{_mandir}/man1/* %lang(fr) %{_mandir}/fr*/man1/ %lang(it) %{_mandir}/it*/man1/ @@ -206,6 +210,9 @@ install -m 0755 -D src/gvim %{buildroot}%{_bindir}/gvim %{_datadir}/vim/%{vimdir}/tutor %changelog +* Sat Sep 17 2016 Automatic Build System 8.0-1mamba +- automatic version update by autodist + * Mon Aug 08 2016 Automatic Build System 7.4.2143-1mamba - automatic version update by autodist