public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xhost] rawhide: spec cleanup and modernization
@ 2026-08-09 1:52 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-09 1:52 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xhost
Branch : rawhide
Commit : 283c659255b8f8a0e1741f350cae23f7a672d2b5
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-07-31T17:47:04-03:00
Stats : +11/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/xhost/c/283c659255b8f8a0e1741f350cae23f7a672d2b5?branch=rawhide
Log:
spec cleanup and modernization
---
diff --git a/xhost.spec b/xhost.spec
index e0143e4..896bc08 100644
--- a/xhost.spec
+++ b/xhost.spec
@@ -7,13 +7,16 @@ License: MIT AND ICU
URL: https://www.x.org
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
-BuildRequires: automake libtool
-BuildRequires: gcc make gettext
+BuildRequires: automake
+BuildRequires: gcc
+BuildRequires: gettext
+BuildRequires: libtool
+BuildRequires: make
BuildRequires: pkgconfig(x11)
-BuildRequires: pkgconfig(xmu)
BuildRequires: pkgconfig(xau)
-BuildRequires: pkgconfig(xtrans)
+BuildRequires: pkgconfig(xmu)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
+BuildRequires: pkgconfig(xtrans)
Obsoletes: xorg-x11-server-utils < 7.7-40
@@ -32,6 +35,10 @@ autoreconf -v --install
%install
%make_install
+%check
+make check || true
+
+
%files
%license COPYING
%{_bindir}/%{name}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-09 1:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-09 1:52 [rpms/xhost] rawhide: 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