From 35028fb6f54845efcc301c25e2e7b043f3eb447f Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sun, 20 Sep 2026 13:48:22 +0000 Subject: automatic import of pugixml-devel --- pugixml-devel.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pugixml-devel.spec b/pugixml-devel.spec index bb85e0a..cc55ccc 100644 --- a/pugixml-devel.spec +++ b/pugixml-devel.spec @@ -28,13 +28,15 @@ for building applications with pugixml. %autosetup -n %{name}-%{version} -p1 %build -%cmake \ +cmake -B build \ + -DCMAKE_INSTALL_PREFIX=%{_prefix} \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DBUILD_SHARED_LIBS=ON \ -DPUGIXML_BUILD_TESTS=OFF -%cmake_build +cmake --build build %{?_smp_mflags} %install -%cmake_install +cmake --install build --prefix %{buildroot}%{_prefix} %files %license LICENSE.md -- cgit v1.2.3