- disable download of spec.vim, main sources are newer
This commit is contained in:
parent
591d6c584f
commit
ec1b06f6b8
@ -43,8 +43,8 @@ popd
|
|||||||
|
|
||||||
cp -f vim-upstream/dist/README.patches README.patches
|
cp -f vim-upstream/dist/README.patches README.patches
|
||||||
cp -f vim-upstream/dist/vim-${UPSTREAMMAJOR}-${LASTPLFILLED}.tar.bz2 .
|
cp -f vim-upstream/dist/vim-${UPSTREAMMAJOR}-${LASTPLFILLED}.tar.bz2 .
|
||||||
wget https://raw.githubusercontent.com/ignatenkobrain/vim-spec-plugin/master/ftplugin/spec.vim -O ftplugin-spec.vim
|
#wget https://raw.githubusercontent.com/ignatenkobrain/vim-spec-plugin/master/ftplugin/spec.vim -O ftplugin-spec.vim
|
||||||
wget https://raw.githubusercontent.com/ignatenkobrain/vim-spec-plugin/master/syntax/spec.vim -O syntax-spec.vim
|
#wget https://raw.githubusercontent.com/ignatenkobrain/vim-spec-plugin/master/syntax/spec.vim -O syntax-spec.vim
|
||||||
if [ $CHANGES -ne 0 ]; then
|
if [ $CHANGES -ne 0 ]; then
|
||||||
CHLOG="* $DATE Karsten Hopp <karsten@redhat.com> $UPSTREAMMAJOR"
|
CHLOG="* $DATE Karsten Hopp <karsten@redhat.com> $UPSTREAMMAJOR"
|
||||||
$debug sed -i -e "/Release: /cRelease: 1%{?dist}" $SPEC
|
$debug sed -i -e "/Release: /cRelease: 1%{?dist}" $SPEC
|
||||||
|
11
vim.spec
11
vim.spec
@ -42,8 +42,8 @@ Source13: vim-spell-files.tar.bz2
|
|||||||
Source14: spec-template
|
Source14: spec-template
|
||||||
Source15: spec-template.new
|
Source15: spec-template.new
|
||||||
Source16: macros.vim
|
Source16: macros.vim
|
||||||
Source17: ftplugin-spec.vim
|
#Source17: ftplugin-spec.vim
|
||||||
Source18: syntax-spec.vim
|
#Source18: syntax-spec.vim
|
||||||
|
|
||||||
Patch2002: vim-7.0-fixkeys.patch
|
Patch2002: vim-7.0-fixkeys.patch
|
||||||
Patch2003: vim-7.4-specsyntax.patch
|
Patch2003: vim-7.4-specsyntax.patch
|
||||||
@ -356,8 +356,8 @@ install -p -m644 %{SOURCE9} \
|
|||||||
%{buildroot}%{_datadir}/icons/hicolor/48x48/apps/gvim.png
|
%{buildroot}%{_datadir}/icons/hicolor/48x48/apps/gvim.png
|
||||||
install -p -m644 %{SOURCE10} \
|
install -p -m644 %{SOURCE10} \
|
||||||
%{buildroot}%{_datadir}/icons/hicolor/64x64/apps/gvim.png
|
%{buildroot}%{_datadir}/icons/hicolor/64x64/apps/gvim.png
|
||||||
cp -f %{SOURCE17} %{buildroot}/%{_datadir}/%{name}/%{vimdir}/ftplugin/spec.vim
|
#cp -f %{SOURCE17} %{buildroot}/%{_datadir}/%{name}/%{vimdir}/ftplugin/spec.vim
|
||||||
cp -f %{SOURCE18} %{buildroot}/%{_datadir}/%{name}/%{vimdir}/syntax/spec.vim
|
#cp -f %{SOURCE18} %{buildroot}/%{_datadir}/%{name}/%{vimdir}/syntax/spec.vim
|
||||||
|
|
||||||
# Register as an application to be visible in the software center
|
# Register as an application to be visible in the software center
|
||||||
#
|
#
|
||||||
@ -754,6 +754,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/locolor/*/apps/*
|
%{_datadir}/icons/locolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 24 2016 Karsten Hopp <karsten@redhat.com> 8.0.095-2
|
||||||
|
- disable download of spec.vim, main sources are newer
|
||||||
|
|
||||||
* Tue Nov 22 2016 Karsten Hopp <karsten@redhat.com> 8.0.095-1
|
* Tue Nov 22 2016 Karsten Hopp <karsten@redhat.com> 8.0.095-1
|
||||||
- patchlevel 095
|
- patchlevel 095
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user