public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xev] rawhide: add sig source file, rebuilt with meson
@ 2026-07-13 20:49 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-07-13 20:49 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/xev
            Branch : rawhide
            Commit : 1b485b401658702c9f8709f2d8f02a0f63590268
            Author : Filipe Rosset <filiperosset@fedoraproject.org>
            Date   : 2026-07-13T17:48:57-03:00
            Stats  : +16/-9 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/xev/c/1b485b401658702c9f8709f2d8f02a0f63590268?branch=rawhide

            Log:
            add sig source file, rebuilt with meson

Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>

---
diff --git a/.gitignore b/.gitignore
index 01a49ef..839af90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 /xev-*.tar.xz
+/xev-1.2.7.tar.xz.sig
+/gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg

diff --git a/sources b/sources
index 862b722..8b546f1 100644
--- a/sources
+++ b/sources
@@ -1 +1,3 @@
 SHA512 (xev-1.2.7.tar.xz) = e6537827972b80bd58af4569054d44028cbb8a86e94445e9e99c7a6299500454da7b7dad0783bd49e937ca43e39cde1bf564762576ae3f2c52dc4a5c7c68b333
+SHA512 (xev-1.2.7.tar.xz.sig) = 8f7b27b836ab1409e695a97de71900b766b6d5d04bee9da6b8786da03c0354072d4b05c41c7e4c077b21330c8627e03808e13426a1190132dea24812580d31bb
+SHA512 (gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg) = a2b4aef6f48a6d6bab50f72a23295c7be63a3e6880237f52b1983e7cfa8b2798b7e30883e4e3f09dd7b905f0eb2952ba8993f7ea9b0172266337822c9be951c0

diff --git a/xev.spec b/xev.spec
index c360314..6b2d550 100644
--- a/xev.spec
+++ b/xev.spec
@@ -6,28 +6,31 @@ License:    MIT
 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
 
-BuildRequires:  gettext-devel
-BuildRequires:  libtool
-BuildRequires:  make
-
+BuildRequires:  gpgverify
+BuildRequires:  meson
 BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xproto) >= 7.0.22
 BuildRequires:  pkgconfig(xrandr) >= 1.2
 
-Obsoletes: xorg-x11-utils < 7.5-39
-
 %description
 xev displays the X11 protocol events sent to a given window.
 
 %prep
+%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
 %autosetup
 
 %build
-%configure
-%make_build
+%meson
+%meson_build
 
 %install
-%make_install
+%meson_install
+
+%check
+%meson_test
 
 %files
 %doc README.md

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-13 20:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-13 20:49 [rpms/xev] rawhide: add sig source file, rebuilt with meson Filipe Rosset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox