show build options in %prep
This commit is contained in:
parent
c09d14ec4f
commit
e2ce815eaf
15
gimp.spec
15
gimp.spec
@ -123,6 +123,20 @@ for writing GNU Image Manipulation Program (GIMP) plug-ins and
|
|||||||
extensions.
|
extensions.
|
||||||
|
|
||||||
%prep
|
%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}}
|
%setup -q -n gimp-%{version}%{?prever:-%{prever}}
|
||||||
%patch0 -p1 -b .buildroot
|
%patch0 -p1 -b .buildroot
|
||||||
%patch1 -p1 -b .gimphelpmissing
|
%patch1 -p1 -b .gimphelpmissing
|
||||||
@ -381,6 +395,7 @@ fi
|
|||||||
- version 2.2.12
|
- version 2.2.12
|
||||||
- use %%dist/%%fedora/%%redhat
|
- use %%dist/%%fedora/%%redhat
|
||||||
- remove obsolete gcc4, libpng patches
|
- remove obsolete gcc4, libpng patches
|
||||||
|
- show build options in %%prep
|
||||||
|
|
||||||
* Wed May 31 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.11-5
|
* Wed May 31 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.11-5
|
||||||
- cope with pygobject2/-devel being split off (#193368)
|
- cope with pygobject2/-devel being split off (#193368)
|
||||||
|
Loading…
Reference in New Issue
Block a user