[packages/shotwell] - updated meson macros
qboosh
qboosh at pld-linux.org
Fri Mar 28 07:55:33 CET 2025
commit aeee291458a059657ee331d984b8d1101cdf98c2
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Mar 28 06:35:37 2025 +0100
- updated meson macros
shotwell.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/shotwell.spec b/shotwell.spec
index 30570d7..0c8c152 100644
--- a/shotwell.spec
+++ b/shotwell.spec
@@ -42,7 +42,7 @@ BuildRequires: meson >= 0.59.0
BuildRequires: ninja >= 1.5
%{?with_opencv:BuildRequires: opencv-devel >= 1:3.4.0}
BuildRequires: pkgconfig >= 1:0.22
-BuildRequires: rpmbuild(macros) >= 1.736
+BuildRequires: rpmbuild(macros) >= 2.042
BuildRequires: sqlite3-devel >= 3.5.9
BuildRequires: tar >= 1:1.22
BuildRequires: udev-glib-devel >= 1:145
@@ -95,18 +95,18 @@ pełnoekranowym oraz eksportować, aby podzielić się nimi z innymi.
%patch -P0 -p1
%build
-%meson build \
+%meson \
--default-library=shared \
%{?with_opencv:-Dface_detection=true} \
%{!?with_apport:-Dinstall_apport_hook=false} \
%{?with_unity:-Dunity_support=true}
-%ninja_build -C build
+%meson_build
%install
rm -rf $RPM_BUILD_ROOT
-%ninja_install -C build
+%meson_install
# API not exported, so no need for development symlinks
%{__rm} $RPM_BUILD_ROOT%{_libdir}/libshotwell-*.so
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/shotwell.git/commitdiff/aeee291458a059657ee331d984b8d1101cdf98c2
More information about the pld-cvs-commit
mailing list