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/xhost] rawhide: spec cleanup and modernization
Date: Sun, 09 Aug 2026 01:52:22 GMT [thread overview]
Message-ID: <178624034239.1.14927545308559498038.rpms-xhost-283c659255b8@fedoraproject.org> (raw)
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}
reply other threads:[~2026-08-09 1:52 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=178624034239.1.14927545308559498038.rpms-xhost-283c659255b8@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