[packages/fnott] adjust to new %meson macro structure; rel 2
atler
atler at pld-linux.org
Thu Feb 6 14:52:32 CET 2025
commit 18142b82269e570736f250a7ce6bedd46601d5bf
Author: Jan Palus <atler at pld-linux.org>
Date: Thu Feb 6 14:07:00 2025 +0100
adjust to new %meson macro structure; rel 2
fnott.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/fnott.spec b/fnott.spec
index 7fbbc2e..d68eab3 100644
--- a/fnott.spec
+++ b/fnott.spec
@@ -1,7 +1,7 @@
Summary: Keyboard driven and lightweight Wayland notification daemon
Name: fnott
Version: 1.7.1
-Release: 1
+Release: 2
License: MIT and Zlib
Group: Applications
Source0: https://codeberg.org/dnkl/fnott/releases/download/%{version}/%{name}-%{version}.tar.gz
@@ -17,7 +17,7 @@ BuildRequires: ninja
BuildRequires: pixman-devel
BuildRequires: pkgconfig
BuildRequires: rpm-build >= 4.6
-BuildRequires: rpmbuild(macros) >= 2.011
+BuildRequires: rpmbuild(macros) >= 2.042
BuildRequires: scdoc
BuildRequires: tllist-devel >= 1.0.1
BuildRequires: wayland-devel
@@ -45,15 +45,15 @@ ZSH completion for fnott command line.
%setup -q
%build
-%meson build \
+%meson \
-Dsystemd-units-dir="%{systemduserunitdir}"
-%ninja_build -C build
+%meson_build
%install
rm -rf $RPM_BUILD_ROOT
-%ninja_install -C build
+%meson_install
%clean
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fnott.git/commitdiff/18142b82269e570736f250a7ce6bedd46601d5bf
More information about the pld-cvs-commit
mailing list