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

            A new commit has been pushed.

            Repo   : rpms/xlsclients
            Branch : rawhide
            Commit : 08af7faf4904259ab12228f48324c6ab7fc32787
            Author : Filipe Rosset <filiperosset@fedoraproject.org>
            Date   : 2026-07-13T17:42:00-03:00
            Stats  : +2/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/xlsclients/c/08af7faf4904259ab12228f48324c6ab7fc32787?branch=rawhide

            Log:
            added sig source file, rebuilt with meson

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

---
diff --git a/sources b/sources
index e0beaf5..99c1770 100644
--- a/sources
+++ b/sources
@@ -1 +1,3 @@
 SHA512 (gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg) = 8f1042fc1ff6c68909b07f4c3b078304a6e5c7b0f32145930f6da253565bae1da4bb432c052c913dbb6854f0749a6b8746bbb1b5a52c82bbea15e17d01e3b6d1
+SHA512 (xlsclients-1.1.6.tar.xz.sig) = 94589b7ef35d02dc8599b2f611805e04c89ec6d971d8dc9a5e16d8cc83bf1ed95d4ff45b381cd3911a2ef9d02e543422fdb6fa4073e49833b4a827fdcb6171f4
+SHA512 (xlsclients-1.1.6.tar.xz) = bc330df0f56aa2c732a6d251494280839eb6a7c085e138e2f1d484e2ae580cdb562e1efb71257fa277f7a69f8a22317ef8419c5755661ed5155ea428a550a513

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [rpms/xlsclients] rawhide: added sig source file, rebuilt with meson
@ 2026-07-13 20:42 Filipe Rosset
  0 siblings, 0 replies; 2+ messages in thread
From: Filipe Rosset @ 2026-07-13 20:42 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-13 20:42 UTC | newest]

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

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