public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <filiperosset@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/xev] rawhide: add sig source file, rebuilt with meson
Date: Mon, 13 Jul 2026 20:49:18 GMT [thread overview]
Message-ID: <178397575848.1.11657647287022239262.rpms-xev-1b485b401658@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-13 20:49 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=178397575848.1.11657647287022239262.rpms-xev-1b485b401658@fedoraproject.org \
--to=filiperosset@fedoraproject.org \
--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