From repocop@altlinux.org Mon Mar  9 02:20:44 MSK 2026
From: "Repocop Q. A. Robot" <repocop@altlinux.org>

Subject: repocop fix for macos-ds-store-file-in-package

(message skipped)
--- a/node-grunt-cli.spec	2026-03-09 02:20:44.947244592 +0300
+++ b/node-grunt-cli.spec	2026-03-09 02:20:44.949244593 +0300
@@ -48,6 +48,12 @@
 rm -rf %buildroot/%nodejs_sitelib/%pname/test/
 rm -rf %buildroot/%nodejs_sitelib/%pname/node_modules/resolve/test/
 
+# There is a file in the package named .DS_Store or .DS_Store.gz, 
+# the file name used by Mac OS X to store folder attributes.  
+# Such files are generally useless in packages and were usually accidentally 
+# included by copying complete directories from the source tarball.
+find $RPM_BUILD_ROOT \( -name '*.DS_Store' -o -name '*.DS_Store.gz' \) -print -delete
+
 %files
 %doc LICENSE-MIT README.md
 %_bindir/grunt
