automatic version update by autodist [release 8.0-1mamba;Sat Sep 17 2016]
This commit is contained in:
parent
e2bc5a603f
commit
b57f328985
13
vim.spec
13
vim.spec
@ -6,7 +6,7 @@
|
|||||||
%define with_gvim 0
|
%define with_gvim 0
|
||||||
|
|
||||||
Name: vim
|
Name: vim
|
||||||
Version: 7.4.2143
|
Version: 8.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: VIsual editor iMproved
|
Summary: VIsual editor iMproved
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
@ -76,7 +76,7 @@ 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" -o "$f" = "7.4.2048" ] && {
|
[ "$f" = "8.0.0001" -o "$f" = "8.0.0002" ] && {
|
||||||
cat patches/$f | patch -p0 -f || true
|
cat patches/$f | patch -p0 -f || true
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
@ -179,12 +179,16 @@ install -m 0755 -D src/gvim %{buildroot}%{_bindir}/gvim
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_sysconfdir}/skel/.vimrc
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
%{_datadir}/applications/gvim.desktop
|
||||||
|
%{_datadir}/applications/vim.desktop
|
||||||
%dir %{_datadir}/vim/%{vimdir}
|
%dir %{_datadir}/vim/%{vimdir}
|
||||||
%{_datadir}/vim/%{vimdir}/*
|
%{_datadir}/vim/%{vimdir}/*
|
||||||
%exclude %{_datadir}/vim/%{vimdir}/doc
|
%exclude %{_datadir}/vim/%{vimdir}/doc
|
||||||
%exclude %{_datadir}/vim/%{vimdir}/tutor
|
%exclude %{_datadir}/vim/%{vimdir}/tutor
|
||||||
%{_sysconfdir}/skel/.vimrc
|
%{_datadir}/icons/locolor/*/apps/gvim.png
|
||||||
|
%{_datadir}/icons/hicolor/*/apps/gvim.png
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%lang(fr) %{_mandir}/fr*/man1/
|
%lang(fr) %{_mandir}/fr*/man1/
|
||||||
%lang(it) %{_mandir}/it*/man1/
|
%lang(it) %{_mandir}/it*/man1/
|
||||||
@ -206,6 +210,9 @@ install -m 0755 -D src/gvim %{buildroot}%{_bindir}/gvim
|
|||||||
%{_datadir}/vim/%{vimdir}/tutor
|
%{_datadir}/vim/%{vimdir}/tutor
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 08 2016 Automatic Build System <autodist@mambasoft.it> 7.4.2143-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user