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/xlsclients] rawhide: added sig source file, rebuilt with meson
Date: Mon, 13 Jul 2026 20:42:12 GMT [thread overview]
Message-ID: <178397533211.1.3438418591893427118.rpms-xlsclients-521a0bd29ed9@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/xlsclients
Branch : rawhide
Commit : 521a0bd29ed91f33110bcf31c5502a03893b763f
Author : Filipe Rosset <filiperosset@fedoraproject.org>
Date : 2026-07-13T17:40:27-03:00
Stats : +13/-11 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/xlsclients/c/521a0bd29ed91f33110bcf31c5502a03893b763f?branch=rawhide
Log:
added sig source file, rebuilt with meson
Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>
---
diff --git a/.gitignore b/.gitignore
index 796c00e..b1d0f06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/xlsclients-*.tar.*
+/gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg
diff --git a/sources b/sources
index 66ba017..e0beaf5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xlsclients-1.1.6.tar.xz) = bc330df0f56aa2c732a6d251494280839eb6a7c085e138e2f1d484e2ae580cdb562e1efb71257fa277f7a69f8a22317ef8419c5755661ed5155ea428a550a513
+SHA512 (gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg) = 8f1042fc1ff6c68909b07f4c3b078304a6e5c7b0f32145930f6da253565bae1da4bb432c052c913dbb6854f0749a6b8746bbb1b5a52c82bbea15e17d01e3b6d1
diff --git a/xlsclients.spec b/xlsclients.spec
index 40f31e8..665bafe 100644
--- a/xlsclients.spec
+++ b/xlsclients.spec
@@ -5,29 +5,30 @@ Release: %autorelease
License: MIT
URL: https://www.x.org
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
-BuildRequires: gettext-devel
-BuildRequires: libtool
-BuildRequires: make
+Source1: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz.sig
+Source2: gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg
-BuildRequires: pkgconfig(x11)
-
-Obsoletes: xorg-x11-utils < 7.5-39
+BuildRequires: gcc
+BuildRequires: gpgverify
+BuildRequires: meson
+BuildRequires: pkgconfig(xcb) >= 1.6
%description
xlsclients lists the names of the clients currently connected to an X server.
%prep
+%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
%autosetup
%build
-%configure
-%make_build
+%meson
+%meson_build
%check
-make check
+%meson_test
%install
-%make_install
+%meson_install
%files
%license COPYING
next reply other threads:[~2026-07-13 20:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-13 20:42 Filipe Rosset [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-07-13 20:42 [rpms/xlsclients] rawhide: added sig source file, rebuilt with meson Filipe Rosset
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=178397533211.1.3438418591893427118.rpms-xlsclients-521a0bd29ed9@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