From repocop@altlinux.org Fri Mar 13 02:29:34 MSK 2026
From: "Repocop Q. A. Robot" <repocop@altlinux.org>

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

(message skipped)
--- a/cldr.spec	2026-03-13 02:29:34.433768972 +0300
+++ b/cldr.spec	2026-03-13 02:29:34.440768976 +0300
@@ -119,6 +119,12 @@
 mkdir -p %buildroot%_docdir/cldr/
 cp -a specs/* %buildroot%_docdir/cldr/
 
+# 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 dirs
 %doc README.md readme.html unicode-license.txt
