public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xclock] rawhide: switch from autotools to meson build system
@ 2026-07-13 20:02 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-07-13 20:02 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xclock
Branch : rawhide
Commit : 59ad7b1590f7dcefb9226d3fe5e8f01dbb8b3aa5
Author : Filipe Rosset <filiperosset@fedoraproject.org>
Date : 2026-07-10T00:23:27-03:00
Stats : +4/-8 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/xclock/c/59ad7b1590f7dcefb9226d3fe5e8f01dbb8b3aa5?branch=rawhide
Log:
switch from autotools to meson build system
Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>
---
diff --git a/xclock.spec b/xclock.spec
index bcaf310..e8faaf8 100644
--- a/xclock.spec
+++ b/xclock.spec
@@ -7,11 +7,8 @@ License: MIT-open-group AND SMLNJ AND MIT
URL: https://www.x.org
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
-BuildRequires: automake
BuildRequires: gcc
-BuildRequires: gettext-devel
-BuildRequires: libtool
-BuildRequires: make
+BuildRequires: meson
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xaw7)
BuildRequires: pkgconfig(xext)
@@ -28,14 +25,13 @@ frequency which may be specified by the user.
%prep
%autosetup
+%meson
%build
-autoreconf -v --install --force
-%configure --disable-silent-rules
-%make_build
+%meson_build
%install
-%make_install
+%meson_install
%check
# No upstream test suite exists
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-13 20:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-13 20:02 [rpms/xclock] rawhide: switch from autotools to meson build system Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox