rpms/gimp/devel gimp.spec,1.101,1.102

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jul 10 10:17:18 UTC 2006


Author: nphilipp

Update of /cvs/dist/rpms/gimp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv6088

Modified Files:
	gimp.spec 
Log Message:
show build options in %prep



Index: gimp.spec
===================================================================
RCS file: /cvs/dist/rpms/gimp/devel/gimp.spec,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- gimp.spec	10 Jul 2006 10:10:33 -0000	1.101
+++ gimp.spec	10 Jul 2006 10:17:16 -0000	1.102
@@ -123,6 +123,20 @@
 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 @@
 - 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 at redhat.com> - 2:2.2.11-5
 - cope with pygobject2/-devel being split off (#193368)




More information about the fedora-cvs-commits mailing list