From repocop Tue Jan 15 05:48:09 MSK 2019
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-resource-fork-file-in-package for sqlite3-doc
--- a/sqlite3.spec	2019-01-15 05:48:09.445006402 +0300
+++ b/sqlite3.spec	2019-01-15 05:48:09.446006390 +0300
@@ -128,6 +128,15 @@
 cp -a doc %buildroot%pkgdocdir/html
 install -pD -m644 doc/lemon.html %buildroot%_docdir/lemon/lemon.html
 
+# There is a file in the package with a name starting with <tt>._</tt>, 
+# the file name pattern used by Mac OS X to store resource forks in non-native 
+# file systems. 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 '._*' -size 1 -print0 | xargs -0 grep -lZ 'Mac OS X' -- | xargs -0 rm -f
+# for ones installed as %%doc
+find . -name '._*' -size 1 -print0 | xargs -0 grep -lZ 'Mac OS X' -- | xargs -0 rm -f
+
+
 %files
 %_bindir/%name
 %_man1dir/%name.*
