]> git.pld-linux.org Git - packages/gegl.git/commitdiff
fix build without doc
authorJan Palus <atler@pld-linux.org>
Wed, 9 Dec 2020 18:07:36 +0000 (19:07 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 9 Dec 2020 18:07:36 +0000 (19:07 +0100)
gegl.spec

index 53451d932da2bb10ec55c8fc0608609fc40f4198..e63645317c4e4f67546fa358bcc6e1e4745405de 100644 (file)
--- a/gegl.spec
+++ b/gegl.spec
@@ -200,9 +200,11 @@ CPPFLAGS="%{rpmcppflags} -I/usr/include/umfpack"
 
 %ninja_build -C build
 
+%if %{with doc}
 rmdir build/docs/operations/RAM
 # possible gegl-tester coredumps?
 rm -f build/docs/operations/core*
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.04687 seconds and 4 git commands to generate.