From repocop@altlinux.org Sun Mar  8 02:18:20 MSK 2026
From: "Repocop Q. A. Robot" <repocop@altlinux.org>

Subject: repocop NMU

- NMU (by repocop). See http://www.altlinux.org/Tools/Repocop
- applied repocop fixes:
  * specfile-macros-update_vimhelp-is-deprecated for vim-plugin-CRefVIM
  * postclean-03-private-rpm-macros for the spec file

--- a/vim-plugin-CRefVIM.spec	2026-03-08 02:18:20.600703298 +0300
+++ b/vim-plugin-CRefVIM.spec	2026-03-08 02:18:20.600703298 +0300
@@ -19,12 +19,6 @@
 
 Packager: VIm Plugins Development Team <vim-plugins@packages.altlinux.org>
 
-%post
-%update_vimhelp
-
-%postun
-%clean_vimhelp
-
 %description
 This package contains the C reference manual and Vim plugin to view it
 as Vim help. You can also use mappings \cr (opens help for keyword under
@@ -39,8 +33,8 @@
 %setup -q -n crefvim
 
 %install
-%__mkdir_p %buildroot%vim_runtime_dir
-%__cp -a {after,doc,plugin} %buildroot%vim_runtime_dir
+mkdir -p %buildroot%vim_runtime_dir
+cp -a {after,doc,plugin} %buildroot%vim_runtime_dir
 
 %files 
 %defattr(644,root,root)
