public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Akira TAGOH <tagoh@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/fontconfig] rawhide: Add missing docs and cleanup dependencies
Date: Tue, 14 Jul 2026 01:24:40 GMT	[thread overview]
Message-ID: <178399228038.1.17537659024412184544.rpms-fontconfig-cffa941b8d36@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/fontconfig
            Branch : rawhide
            Commit : cffa941b8d36f6b62fe711ef702daf9849d8850d
            Author : Akira TAGOH <tagoh@redhat.com>
            Date   : 2026-07-14T10:22:54+09:00
            Stats  : +4/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/fontconfig/c/cffa941b8d36f6b62fe711ef702daf9849d8850d?branch=rawhide

            Log:
            Add missing docs and cleanup dependencies

PDF files was supposed to be shipped but it was missed during meson migration.
Also Docbook dependencies isn't needed anymore because we ship pre-generated docs instead.

---
diff --git a/fontconfig.spec b/fontconfig.spec
index 12f50ae..b16065e 100644
--- a/fontconfig.spec
+++ b/fontconfig.spec
@@ -29,7 +29,6 @@ BuildRequires:	freetype-devel >= %{freetype_version}
 BuildRequires:	fontpackages-devel
 BuildRequires:	gettext
 BuildRequires:	gperf
-BuildRequires:  docbook-utils wkhtmltopdf
 BuildRequires:  meson ninja-build gcc
 
 Requires:	fonts-filesystem freetype
@@ -115,8 +114,10 @@ done
 # adjust the timestamp to avoid conflicts for multilib
 touch -r doc/fontconfig-user.sgml fontconfig-user.txt
 touch -r doc/fontconfig-user.sgml fontconfig-user.html
+touch -r doc/fontconfig-user.sgml fontconfig-user.pdf
 touch -r doc/fontconfig-devel.sgml fontconfig-devel.txt
 touch -r doc/fontconfig-devel.sgml fontconfig-devel.html
+touch -r doc/fontconfig-devel.sgml fontconfig-devel.pdf
 
 # rename fc-cache binary
 mv $RPM_BUILD_ROOT%{_bindir}/fc-cache $RPM_BUILD_ROOT%{_bindir}/fc-cache-%{__isa_bits}
@@ -169,7 +170,7 @@ fi
 
 %files -f %{name}.lang
 %doc README.md AUTHORS
-%doc fontconfig-user.txt fontconfig-user.html
+%doc fontconfig-user.txt fontconfig-user.html fontconfig-user.pdf
 %doc %{_fontconfig_confdir}/README
 %license COPYING
 %{_libdir}/libfontconfig.so.*
@@ -203,7 +204,7 @@ fi
 %{_datadir}/gettext/its/fontconfig.loc
 
 %files devel-doc
-%doc fontconfig-devel.txt fontconfig-devel.html
+%doc fontconfig-devel.txt fontconfig-devel.html fontconfig-devel.pdf
 
 %changelog
 %autochangelog

                 reply	other threads:[~2026-07-14  1:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178399228038.1.17537659024412184544.rpms-fontconfig-cffa941b8d36@fedoraproject.org \
    --to=tagoh@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox