Browse Source

vim-8.2.3290-1

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
b2a51266d1
1 changed files with 12 additions and 9 deletions
  1. 12 9
      v/vim/vim-vl.spec

+ 12 - 9
v/vim/vim-vl.spec

@@ -1,7 +1,7 @@
 # version, patch version
 %define vimversion	8.2
-%define vimsrcpversion	2517
-%define vimpversion	2517
+%define vimsrcpversion	3290
+%define vimpversion	3290
 
 %define vimsubdir	vim%(echo %{vimversion} | sed -e's/\\.//')
 #define vimdir		%{vimsubdir}
@@ -370,8 +370,8 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 %patch3017 -p1
 %patch3018 -p1
 
-%patch4000 -p1
-# %patch4010 -p1
+#% patch4000 -p1
+#% patch4010 -p1
 
 
 %build
@@ -451,14 +451,14 @@ cd src
 
 for d in vim-normal vim-big vim-huge vim-X11-normal vim-X11-big vim-X11-huge vim-tiny
 do
-  make -C$d DESTDIR=%{buildroot} installvimbin 
+  make -C$d DESTDIR=%{buildroot} STRIP=/bin/true installvimbin 
   vimbin=`find %{buildroot} -name vim -type f`
   mv $vimbin `dirname $vimbin`/`echo $d | sed -e's/^vim-/vim./'`
 done
-make -Cvim-huge     DESTDIR=%{buildroot} installtools installtutor
-make -Cvim-X11-huge DESTDIR=%{buildroot} installtools installtutor installtutorbin
-make -Cvim-X11-huge DESTDIR=%{buildroot} install-languages install-icons
-make -Cvim-X11-huge DESTDIR=%{buildroot} installruntime installlinks installmanlinks
+make -Cvim-huge     DESTDIR=%{buildroot} STRIP=/bin/true installtools installtutor
+make -Cvim-X11-huge DESTDIR=%{buildroot} STRIP=/bin/true installtools installtutor installtutorbin
+make -Cvim-X11-huge DESTDIR=%{buildroot} STRIP=/bin/true install-languages install-icons
+make -Cvim-X11-huge DESTDIR=%{buildroot} STRIP=/bin/true installruntime installlinks installmanlinks
 find %{buildroot}/%{_bindir} -type l -exec rm \{\} \;
 
 # Dependency cleanups
@@ -788,6 +788,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Aug 05 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.2.3290-1
+- new upstream release.
+
 * Mon Feb 15 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.2.2517-1
 - new upstream release.
 - updated Patch3016.