]> git.pld-linux.org Git - packages/vim.git/commitdiff
- up to 7.1.168, drop perl autodeps auto/th/vim-7_1_168-2
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 4 Dec 2007 06:20:43 +0000 (06:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim.spec -> 1.414

vim.spec

index 37380aac90f142eaeb8203fd0f7e31f4f4ce0407..39c3be02aae4124e1e590c3035d1292297305c1c 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -30,8 +30,8 @@
 %bcond_without home_etc        # without home_etc support
 #
 %define                _ver            7.1
-%define                _patchlevel     154
-%define                _rel            3
+%define                _patchlevel     168
+%define                _rel            2
 
 # cflags get changed while configuring
 %undefine      configure_cache
@@ -815,6 +815,13 @@ unzip -qd $RPM_BUILD_ROOT%{_datadir}/vim/v*/doc %{SOURCE4}
 install -d $RPM_BUILD_ROOT%{_datadir}/vim/vimfiles/{doc,{after/,}{compiler,ftdetect,ftplugin,indent,plugin,spell,syntax}}
 > $RPM_BUILD_ROOT%{_datadir}/vim/vimfiles/doc/tags
 
+# no autodeps
+chmod a-x $RPM_BUILD_ROOT%{_datadir}/vim/vim71/doc/vim2html.pl
+chmod a-x $RPM_BUILD_ROOT%{_datadir}/vim/vim71/tools/shtags.pl
+chmod a-x $RPM_BUILD_ROOT%{_datadir}/vim/vim71/tools/pltags.pl
+chmod a-x $RPM_BUILD_ROOT%{_datadir}/vim/vim71/tools/efm_perl.pl
+chmod a-x $RPM_BUILD_ROOT%{_datadir}/vim/vim71/tools/efm_filter.pl
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.069824 seconds and 4 git commands to generate.