From repocop@altlinux.org Sun Mar  8 02:18:08 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:
  * macos-ds-store-file-in-package for cldr-37-common

--- a/cldr.spec	2026-03-08 02:18:08.121693265 +0300
+++ b/cldr.spec	2026-03-08 02:18:08.121693265 +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
