public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xmodmap] rawhide: switch from autotools to meson build system
@ 2026-07-23  1:01 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-07-23  1:01 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/xmodmap
            Branch : rawhide
            Commit : fb7803313992f75fab87548561dec12bdd2d1e28
            Author : Filipe Rosset <rosset.filipe@gmail.com>
            Date   : 2026-07-21T02:22:48-03:00
            Stats  : +5/-9 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/xmodmap/c/fb7803313992f75fab87548561dec12bdd2d1e28?branch=rawhide

            Log:
            switch from autotools to meson build system

Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>

---
diff --git a/xmodmap.spec b/xmodmap.spec
index c4ff3f4..f1361a1 100644
--- a/xmodmap.spec
+++ b/xmodmap.spec
@@ -9,13 +9,10 @@ Source0:    https://xorg.freedesktop.org/archive/individual/app/%{name}-%{versio
 Source1:    https://xorg.freedesktop.org/archive/individual/app/%{name}-%{version}.tar.xz.sig
 Source2:    gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg
 
-BuildRequires:  automake
 BuildRequires:  gcc
 BuildRequires:  gnupg2
-BuildRequires:  libtool
-BuildRequires:  make
+BuildRequires:  meson
 BuildRequires:  pkgconfig(x11)
-BuildRequires:  pkgconfig(xorg-macros) >= 1.8
 
 %description
 The xmodmap program is used to edit and display the keyboard modifier
@@ -27,15 +24,14 @@ event keycodes into keysyms.
 %autosetup
 
 %build
-autoreconf -v --install
-%configure --disable-silent-rules
-%make_build
+%meson
+%meson_build
 
 %install
-%make_install
+%meson_install
 
 %check
-%make_build check
+%meson_test
 
 %files
 %license COPYING

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-23  1:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-23  1:01 [rpms/xmodmap] 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