public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/xeyes] rawhide: spec cleanup and modernization
Date: Sat, 15 Aug 2026 01:12:05 GMT	[thread overview]
Message-ID: <178675632524.1.6216976350915314006.rpms-xeyes-253aec8dd287@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/xeyes
Branch : rawhide
Commit : 253aec8dd28701cdc0cead0c1be23034154d2e54
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date   : 2026-08-14T22:11:37-03:00
Stats  : +18/-10 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/xeyes/c/253aec8dd28701cdc0cead0c1be23034154d2e54?branch=rawhide

Log:
spec cleanup and modernization

---
diff --git a/.gitignore b/.gitignore
index 9af9760..4603d1f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
 /xeyes-*.tar.xz
-/xeyes-1.3.1.tar.xz.sig
+/xeyes-*.tar.xz.sig

diff --git a/xeyes.spec b/xeyes.spec
index f2dc8d5..dff5d13 100644
--- a/xeyes.spec
+++ b/xeyes.spec
@@ -1,30 +1,38 @@
-Name:       xeyes
+%global forgeurl https://gitlab.freedesktop.org/xorg/app/xeyes
 Version:    1.3.1
+%global archiveext tar.xz
+%forgemeta
+
+Name:       xeyes
 Release:    %autorelease
 Summary:    A follow the mouse X demo
 
 License:    X11
-URL:        https://www.x.org
-Source0:    https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
+URL:        %{forgeurl}
+Source0:    %{forgesource}
 
 BuildRequires:  automake
 BuildRequires:  gcc
 BuildRequires:  libtool
 BuildRequires:  make
 BuildRequires:  pkgconfig(x11)
-BuildRequires:  pkgconfig(xi)
+BuildRequires:  pkgconfig(x11-xcb)
+BuildRequires:  pkgconfig(xcb-damage)
+BuildRequires:  pkgconfig(xcb-present) >= 1.9
+BuildRequires:  pkgconfig(xcb-xfixes)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xi) >= 1.7
 BuildRequires:  pkgconfig(xmu)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8
-BuildRequires:  pkgconfig(xrender)
+BuildRequires:  pkgconfig(xproto) >= 7.0.22
+BuildRequires:  pkgconfig(xrender) >= 0.4
 BuildRequires:  pkgconfig(xt)
 
-Obsoletes:  xorg-x11-apps < 7.7-31
-
 %description
 xeyes displays a pair of eyes that follow the mouse cursor.
 
 %prep
-%autosetup
+%forgeautosetup
 
 %build
 autoreconf -v --install
@@ -35,7 +43,7 @@ autoreconf -v --install
 %make_install
 
 %check
-%make_build check || :
+%make_build check
 
 %files
 %license COPYING

                 reply	other threads:[~2026-08-15  1:12 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=178675632524.1.6216976350915314006.rpms-xeyes-253aec8dd287@fedoraproject.org \
    --to=rosset.filipe@gmail.com \
    --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