Compare commits

..

19 Commits

Author SHA1 Message Date
b57f328985 automatic version update by autodist [release 8.0-1mamba;Sat Sep 17 2016] 2024-01-05 18:56:53 +01:00
e2bc5a603f automatic version update by autodist [release 7.4.2143-1mamba;Mon Aug 08 2016] 2024-01-05 18:56:53 +01:00
a4cde6b7d4 automatic version update by autodist [release 7.4.1910-1mamba;Fri Jun 10 2016] 2024-01-05 18:56:53 +01:00
c241b421b8 automatic version update by autodist [release 7.4.1797-1mamba;Sat Jun 04 2016] 2024-01-05 18:56:53 +01:00
5be5254f16 automatic version update by autodist [release 7.4.1386-1mamba;Thu Feb 25 2016] 2024-01-05 18:56:53 +01:00
5757ef352c automatic version update by autodist [release 7.4.1294-1mamba;Thu Feb 11 2016] 2024-01-05 18:56:53 +01:00
44d14730c8 automatic version update by autodist [release 7.4.1190-1mamba;Fri Jan 29 2016] 2024-01-05 18:56:53 +01:00
7677ad30d5 automatic version update by autodist [release 7.4.1089-1mamba;Fri Jan 15 2016] 2024-01-05 18:56:53 +01:00
ee4208d4d0 automatic version update by autodist [release 7.4.1063-1mamba;Mon Jan 11 2016] 2024-01-05 18:56:53 +01:00
09d893a582 automatic version update by autodist [release 7.4.944-1mamba;Thu Dec 03 2015] 2024-01-05 18:56:53 +01:00
2c665fabaa automatic version update by autodist [release 7.4.884-1mamba;Fri Oct 02 2015] 2024-01-05 18:56:53 +01:00
86312e73c0 automatic version update by autodist [release 7.4.854-1mamba;Thu Sep 17 2015] 2024-01-05 18:56:53 +01:00
d9d5292748 automatic version update by autodist [release 7.4.778-1mamba;Sun Jul 12 2015] 2024-01-05 18:56:53 +01:00
5dec2d5402 automatic version update by autodist [release 7.4.764-1mamba;Fri Jul 03 2015] 2024-01-05 18:56:53 +01:00
cf5f7a858b automatic version update by autodist [release 7.4.738-1mamba;Sun Jun 28 2015] 2024-01-05 18:56:53 +01:00
eafaa59c5b automatic version update by autodist [release 7.4.729-1mamba;Mon May 18 2015] 2024-01-05 18:56:53 +01:00
fffa5981f3 automatic version update by autodist [release 7.4.723-1mamba;Sat May 16 2015] 2024-01-05 18:56:53 +01:00
922e9848a9 automatic version update by autodist [release 7.4.712-1mamba;Tue Apr 28 2015] 2024-01-05 18:56:53 +01:00
c9d9ab770c automatic version update by autodist [release 7.4.663-1mamba;Thu Mar 19 2015] 2024-01-05 18:56:53 +01:00

View File

@ -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