public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <filiperosset@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/xclock] rawhide: switch from autotools to meson build system
Date: Mon, 13 Jul 2026 20:02:52 GMT	[thread overview]
Message-ID: <178397297277.1.11914512362657545934.rpms-xclock-59ad7b1590f7@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-07-13 20:02 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=178397297277.1.11914512362657545934.rpms-xclock-59ad7b1590f7@fedoraproject.org \
    --to=filiperosset@fedoraproject.org \
    --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