From repocop@altlinux.org Sun Mar  8 02:18:16 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:
  * backup-file-in-package for perl-WebService-Gyazo-B

--- a/perl-WebService-Gyazo-B.spec	2026-03-08 02:18:16.993700404 +0300
+++ b/perl-WebService-Gyazo-B.spec	2026-03-08 02:18:16.993700404 +0300
@@ -30,6 +30,12 @@
 %install
 %perl_vendor_install
 
+# It is the file in the package whose name matches the format emacs or vim uses 
+# for backup and autosave files. It may have been installed by  accident.
+find $RPM_BUILD_ROOT \( -name '.*.swp' -o -name '#*#' -o -name '*~' \) -print -delete
+# failsafe cleanup if the file is declared as %%doc
+find . \( -name '.*.swp' -o -name '#*#' -o -name '*~' \) -print -delete
+
 %files
 %doc README Changes~ LICENSE README.md Changes
 %perl_vendor_privlib/W*
