public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mkfontscale] rawhide: added sig source file, rebuilt with meson build system
@ 2026-07-13 21:10 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-07-13 21:10 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/mkfontscale
Branch : rawhide
Commit : 0a45b41f1c66ece91808dfe9488944d5bb0614dc
Author : Filipe Rosset <filiperosset@fedoraproject.org>
Date : 2026-07-13T18:09:53-03:00
Stats : +14/-11 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/mkfontscale/c/0a45b41f1c66ece91808dfe9488944d5bb0614dc?branch=rawhide
Log:
added sig source file, rebuilt with meson build system
Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>
---
diff --git a/.gitignore b/.gitignore
index 1515d04..1985d7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/mkfontscale-*.tar.*
+/gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg
diff --git a/mkfontscale.spec b/mkfontscale.spec
index 6f6c6a2..a1dbd35 100644
--- a/mkfontscale.spec
+++ b/mkfontscale.spec
@@ -6,19 +6,18 @@ Summary: Tool to generate legacy X11 font system index files
License: MIT-open-group AND X11 AND MIT AND HPND-sell-variant
URL: https://www.x.org
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
+Source1: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz.sig
+Source2: gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg
Patch0: mkfontscale-examine-all-encodings.patch
BuildRequires: gcc
-BuildRequires: libtool
-BuildRequires: make
+BuildRequires: gpgverify
+BuildRequires: meson
BuildRequires: pkgconfig(fontenc)
BuildRequires: pkgconfig(freetype2)
-BuildRequires: pkgconfig(x11)
-BuildRequires: pkgconfig(xorg-macros) >= 1.8
-BuildRequires: zlib-devel
-
-Conflicts: xorg-x11-font-utils < 7.5-51
+BuildRequires: pkgconfig(xproto) >= 7.0.25
+BuildRequires: pkgconfig(zlib)
# Used to be a separate upstream repo in xorg-x11-font-utils, now it's part
# of mkfontscale. Keep the Provides alive though.
@@ -30,17 +29,18 @@ legacy X11 font system. It now includes the mkfontdir script previously
distributed separately for compatibility with older X11 versions.
%prep
+%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
%autosetup
%build
-%configure --disable-silent-rules
-%make_build
+%meson
+%meson_build
%install
-%make_install
+%meson_install
%check
-%make_build check
+%meson_test
%files
%license COPYING
diff --git a/sources b/sources
index d7b181c..1b92c3b 100644
--- a/sources
+++ b/sources
@@ -1 +1,3 @@
SHA512 (mkfontscale-1.2.4.tar.xz) = 8f9396a3242a7940c626caaf7b4aa84a819e005d11d612ca979179e2f5ff19f745c053a1510fc2205b60df6c5fb371153f1e353ea75df29da66279e134874174
+SHA512 (mkfontscale-1.2.4.tar.xz.sig) = 6a7756f604349bb88bcc004f5e1ee7981498961725200a6017cebb8c378a4518eb436b279f84d0067bb020dddcb2abe38bc82511f550c59dc7b280f1318e3a59
+SHA512 (gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg) = a2b4aef6f48a6d6bab50f72a23295c7be63a3e6880237f52b1983e7cfa8b2798b7e30883e4e3f09dd7b905f0eb2952ba8993f7ea9b0172266337822c9be951c0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-13 21:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-13 21:10 [rpms/mkfontscale] rawhide: added sig source file, rebuilt with meson build system Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox