# SPDX-License-Identifier: MIT %global forgeurl https://pagure.io/fork/nim/fonts-rpm-macros/ %global commit 74d4451c17649233d2e3e8b26e9874d5b618046a %forgemeta Epoch: 1 #https://src.fedoraproject.org/rpms/redhat-rpm-config/pull-request/51 %global _spectemplatedir %{_datadir}/rpmdevtools/fedora %global _docdir_fmt %{name} %global ftcgtemplatedir %{_datadir}/fontconfig/templates # Master definition that will be written to macro files %global default_fonts_base_dir %{_datadir}/fonts %global default_fonts_contact fonts@lists.fedoraproject.org %global default_fonts_organization org.fedoraproject %global _fontconfig_masterdir %{_sysconfdir}/fonts %global _fontconfig_confdir %{_sysconfdir}/fonts/conf.d %global _fontconfig_templatedir %{_datadir}/fontconfig/conf.avail BuildArch: noarch Name: fonts-rpm-macros Version: 4.0.3 Release: 0.54%{?dist} Summary: Build-stage rpm automation for fonts packages License: GPLv3+ URL: https://docs.fedoraproject.org/en-US/packaging-guidelines/FontsPolicy/ Requires: fonts-srpm-macros = %{?epoch:%{epoch}:}%{version}-%{release} Requires: fonts-filesystem = %{?epoch:%{epoch}:}%{version}-%{release} Provides: fontpackages-devel = %{?epoch:%{epoch}:}%{version}-%{release} Obsoletes: fontpackages-devel < %{?epoch:%{epoch}:}%{version}-%{release} # Tooling dropped for now as no one was willing to maintain it Obsoletes: fontpackages-tools < %{?epoch:%{epoch}:}%{version}-%{release} Requires: fontconfig Requires: libappstream-glib Requires: uchardet # For the experimental generator Requires: python3-ruamel-yaml Requires: python3-lxml %description This package provides build-stage rpm automation to simplify the creation of fonts packages. It does not need to be included in the default build root: fonts-srpm-macros will pull it in for fonts packages only. %package -n fonts-srpm-macros Summary: Source-stage rpm automation for fonts packages Requires: redhat-rpm-config %description -n fonts-srpm-macros This package provides SRPM-stage rpm automation to simplify the creation of fonts packages. It limits itself to the automation subset required to create fonts SRPM packages and needs to be included in the default build root. The rest of the automation is provided by the fonts-rpm-macros package, that fonts-srpm-macros will pull in for fonts packages only. %package -n fonts-filesystem Summary: Directories used by font packages License: MIT Provides: fontpackages-filesystem = %{?epoch:%{epoch}:}%{version}-%{release} Obsoletes: fontpackages-filesystem < %{?epoch:%{epoch}:}%{version}-%{release} %description -n fonts-filesystem This package contains the basic directory layout used by font packages, including the correct permissions for the directories. %package -n fonts-rpm-templates Summary: Example fonts packages rpm spec templates License: MIT Requires: fonts-rpm-macros = %{?epoch:%{epoch}:}%{version}-%{release} Supplements: fonts-rpm-macros = %{?epoch:%{epoch}:}%{version}-%{release} %description -n fonts-rpm-templates This package contains documented rpm spec templates showcasing how to use the macros provided by fonts-rpm-macros to create fonts packages. %sourcelist %{forgesource0} %prep %forgesetup %writevars -f rpm/macros.d/macros.fonts-srpm _fontbasedir _fontconfig_masterdir _fontconfig_confdir _fontconfig_templatedir default_fonts_base_dir default_fonts_contact default_fonts_organization for template in templates/rpm/*\.spec ; do target=$(echo "${template}" | sed "s|^\(.*\)\.spec$|\1-bare.spec|g") grep -v '^%%dnl' "${template}" > "${target}" touch -r "${template}" "${target}" done %install install -m 0755 -d %{buildroot}%{_fontbasedir} \ %{buildroot}%{_fontconfig_masterdir} \ %{buildroot}%{_fontconfig_confdir} \ %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{default_fonts_base_dir} install -m 0755 -vd %{buildroot}%{_spectemplatedir} install -m 0644 -vp templates/rpm/*spec \ %{buildroot}%{_spectemplatedir} install -m 0755 -vd %{buildroot}%{ftcgtemplatedir} install -m 0644 -vp templates/fontconfig/*{conf,txt} \ %{buildroot}%{ftcgtemplatedir} install -m 0755 -vd %{buildroot}%{rpmmacrodir} install -m 0644 -vp rpm/macros.d/macros.fonts* \ %{buildroot}%{rpmmacrodir} install -m 0755 -vd %{buildroot}%{_rpmluadir}/fedora/srpm install -m 0644 -vp rpm/lua/srpm/fonts*lua \ %{buildroot}%{_rpmluadir}/fedora/srpm install -m 0755 -vd %{buildroot}%{_rpmluadir}/fedora/rpm install -m 0644 -vp rpm/lua/rpm/fonts*lua \ %{buildroot}%{_rpmluadir}/fedora/rpm install -m 0755 -vd %{buildroot}%{_rpmautodir} install -m 0644 -vp rpm/auto/fonts*auto \ %{buildroot}%{_rpmautodir} install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp bin/* %{buildroot}%{_bindir} %files %license LICENSE.txt %{_bindir}/* %{rpmmacrodir}/macros.fonts*rpm* %exclude %{rpmmacrodir}/macros.*srpm* %{_rpmluadir}/fedora/rpm/*.lua %{_rpmautodir}/*rpm.auto %exclude %{_rpmautodir}/*srpm.auto %files -n fonts-srpm-macros %license LICENSE.txt %doc *.md changelog.txt %{rpmmacrodir}/macros.*srpm* %{_rpmluadir}/fedora/srpm/*.lua %{_rpmautodir}/*srpm.auto %files -n fonts-filesystem %dir %{_datadir}/fontconfig %dir %{_fontbasedir} %dir %{_fontconfig_masterdir} %dir %{_fontconfig_confdir} %dir %{_fontconfig_templatedir} %dir %{default_fonts_base_dir} %files -n fonts-rpm-templates %license LICENSE-templates.txt %doc *.md changelog.txt %{_spectemplatedir}/*.spec %dir %{ftcgtemplatedir} %doc %{ftcgtemplatedir}/*conf %doc %{ftcgtemplatedir}/*txt %changelog * Sat May 30 2020 Nicolas Mailhot - 4.0.3-0.1 ✅ refactor and cleanup the codebase * Sat May 30 2020 Nicolas Mailhot - 4.0.2-1 🚒 Make it work with the final rpm 4.15 regression workaround that landed in redhat-rpm-config 156 * Sat May 23 17:00:05 CEST 2020 Igor Raits - 1:2.0.5-3 - Insert Epoch in Requires/Provides/Obsoletes * Sat May 23 09:03:10 CEST 2020 Igor Raits - 1:2.0.5-2 - Revert to 2.0.5 * Tue Apr 28 2020 Nicolas Mailhot - 3.0.3-1 🐞 Fix bugs in the 3.0.2 refactoring - 3.0.2-1 🐞 Workaround Fedora problems created by rpm commit 93604e2 harder * Mon Apr 27 2020 Nicolas Mailhot - 3.0.1-1 🐞 Workaround Fedora problems created by rpm commit 93604e2 * Fri Apr 3 2020 Nicolas Mailhot - 2.0.5-1 ✅ do not add empty urls to appstream files * Thu Apr 2 2020 Nicolas Mailhot - 2.0.4-2 ✅ validate fontconfig files by default * Sat Feb 29 2020 Nicolas Mailhot - 2.0.3-1 ✅ minor rpmlint-oriented fixlets * Sat Feb 22 2020 Nicolas Mailhot - 2.0.2-1 ✅ improve experimental fontconfig configuration generator * Thu Feb 20 2020 Nicolas Mailhot - 2.0.1-3 ✅ limit descriptions to 80 columns * Fri Feb 14 2020 Nicolas Mailhot - 2.0.1-2 ✅ use fonts packaging guidelines as URL - 2.0.1-1 ✅ first 2.x version proposed to Fedora, after FPC approval https://meetbot-raw.fedoraproject.org/fedora-meeting-1/2020-02-13/fpc.2020-02-13-17.00.txt * Mon Nov 11 2019 Nicolas Mailhot - 2.0.0-1 ✅ transform into fonts-rpm-macros ✅ major rpm macro and rpm spec template rework * Mon Nov 10 2008 Nicolas Mailhot - 1.0-1 ✅ initial release