From repocop@altlinux.org Thu Mar 12 02:29:24 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-project
  * postclean-03-private-rpm-macros for the spec file

--- a/vim-plugin-project.spec	2026-03-12 02:29:24.341182693 +0300
+++ b/vim-plugin-project.spec	2026-03-12 02:29:24.341182693 +0300
@@ -18,12 +18,6 @@
 
 Packager: VIm Plugins Development Team <vim-plugins@packages.altlinux.org>
 
-%post
-%update_vimhelp
-
-%postun
-%clean_vimhelp
-
 %description
 You can use this plugin's basic functionality to set up a list of
 frequently-accessed files for easy navigation. The list of files
@@ -39,8 +33,8 @@
 %setup -c
 
 %install
-%__mkdir_p %buildroot%vim_runtime_dir
-%__cp -a {doc,plugin} %buildroot%vim_runtime_dir
+mkdir -p %buildroot%vim_runtime_dir
+cp -a {doc,plugin} %buildroot%vim_runtime_dir
 
 %files
 %vim_doc_dir/*
