From e2ce815eafe6a3927241c0699251b7440aa87807 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Jul 10 2006 10:17:16 +0000 Subject: show build options in %prep --- diff --git a/gimp.spec b/gimp.spec index bd7f895..c3d1fec 100644 --- a/gimp.spec +++ b/gimp.spec @@ -123,6 +123,20 @@ for writing GNU Image Manipulation Program (GIMP) plug-ins and extensions. %prep +cat << EOF + +Build options: +modular X: %_enable_modularX +LCMS support: %_enable_lcms +Python support: %_enable_python +MP support: %_enable_mp +build static libs: %_enable_static +build print plugin: %_enable_print +include convenience symlinks: %_enable_convenience + + +EOF + %setup -q -n gimp-%{version}%{?prever:-%{prever}} %patch0 -p1 -b .buildroot %patch1 -p1 -b .gimphelpmissing @@ -381,6 +395,7 @@ fi - version 2.2.12 - use %%dist/%%fedora/%%redhat - remove obsolete gcc4, libpng patches +- show build options in %%prep * Wed May 31 2006 Nils Philippsen - 2:2.2.11-5 - cope with pygobject2/-devel being split off (#193368)