From repocop@altlinux.org Thu Mar 12 02:29:04 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:
  * altlinux-policy-rpm-group-should-be-ttf for fonts-ttf-xorg
  * postclean-03-private-rpm-macros for the spec file

--- a/fonts-ttf-xorg.spec	2026-03-12 02:29:04.505159745 +0300
+++ b/fonts-ttf-xorg.spec	2026-03-12 02:29:04.505159745 +0300
@@ -6,9 +6,9 @@
 Name: fonts-ttf-xorg
 Version: 1.0.0
 Release: alt3
-Serial: 1
+Epoch: 1
 Summary: TrueType fonts provided by the X Window System
-Group: System/Fonts/Type1
+Group: System/Fonts/True type
 License: MIT/X11
 
 Url: http://xorg.freedesktop.org
@@ -33,13 +33,13 @@
 %setup -q -n font-bh-ttf-%version
 
 %install
-%__mkdir_p %buildroot%_fontsdir/TTF
-%__install -m644 *.ttf %buildroot%_fontsdir/TTF/
+mkdir -p %buildroot%_fontsdir/TTF
+install -m644 *.ttf %buildroot%_fontsdir/TTF/
 mkfontscale %buildroot%_fontsdir/TTF
 mkfontdir %buildroot%_fontsdir/TTF
 
-%__mkdir_p %buildroot%_sysconfdir/X11/fontpath.d
-%__ln_s ../../..%_fontsdir/TTF %buildroot%_sysconfdir/X11/fontpath.d/ttf-TTF:pri=50
+mkdir -p %buildroot%_sysconfdir/X11/fontpath.d
+ln -s ../../..%_fontsdir/TTF %buildroot%_sysconfdir/X11/fontpath.d/ttf-TTF:pri=50
 
 %triggerun -- %name <= 1:1.0.0-alt1
 if [ -x %_sbindir/chkfontpath -a -f %_sysconfdir/X11/fs/config ]; then
