public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xeyes] f45: spec cleanup and modernization
@ 2026-08-15 1:13 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-15 1:13 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xeyes
Branch : f45
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=f45
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-15 1:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-15 1:13 [rpms/xeyes] f45: spec cleanup and modernization Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox