show build options in %prep

This commit is contained in:
Nils Philippsen 2006-07-10 10:17:16 +00:00
parent c09d14ec4f
commit e2ce815eaf

View File

@ -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 <nphilipp@redhat.com> - 2:2.2.11-5
- cope with pygobject2/-devel being split off (#193368)