public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fontconfig] rawhide: Add missing docs and cleanup dependencies
@ 2026-07-14 1:24 Akira TAGOH
0 siblings, 0 replies; only message in thread
From: Akira TAGOH @ 2026-07-14 1:24 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-14 1:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-14 1:24 [rpms/fontconfig] rawhide: Add missing docs and cleanup dependencies Akira TAGOH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox