remove obsolete configure options

This commit is contained in:
Nils Philippsen 2018-11-10 15:35:04 +01:00
parent e61a69d6ff
commit 171587f9eb

View File

@ -5,8 +5,6 @@
# Use the following --with/--without <option> switches to control how the # Use the following --with/--without <option> switches to control how the
# package will be built: # package will be built:
# #
# lcms: lcms support
%bcond_without lcms
# mp: multi processor support # mp: multi processor support
%bcond_without mp %bcond_without mp
# static: build static libraries # static: build static libraries
@ -290,7 +288,6 @@ viewing GIMP online help.
%prep %prep
cat << EOF cat << EOF
--- 8< --- Build options --------------------------------------------------- --- 8< --- Build options ---------------------------------------------------
LCMS support: %{with lcms}
MP support: %{with mp} MP support: %{with mp}
build static libs: %{with static} build static libs: %{with static}
install default binary: %{with default_binary} install default binary: %{with default_binary}
@ -332,22 +329,16 @@ export RHEL_ALLOW_PYTHON2_FOR_BUILD=1
--disable-static \ --disable-static \
%endif %endif
--with-print \ --with-print \
%if %{with lcms}
--with-lcms=lcms2 \
%else
--without-lcms \
%endif
--enable-gimp-console \ --enable-gimp-console \
%if %{with aalib} %if %{with aalib}
--with-aa \ --with-aa \
%else %else
--without-aa \ --without-aa \
%endif %endif
--with-gudev --without-hal \ --with-gudev \
%ifos linux %ifos linux
--with-linux-input \ --with-linux-input \
%endif %endif
--with-poppler \
%if %{with helpbrowser} %if %{with helpbrowser}
--with-webkit \ --with-webkit \
%else %else
@ -363,9 +354,8 @@ export RHEL_ALLOW_PYTHON2_FOR_BUILD=1
%else %else
--enable-default-binary=no \ --enable-default-binary=no \
%endif %endif
--with-libtiff --with-libjpeg --with-libpng --with-libmng --with-libjasper \ --with-libmng --with-libxpm --with-alsa --with-cairo-pdf \
--with-libexif --with-librsvg --with-libxpm --with-gvfs --with-alsa \ --without-appdata-test
--with-dbus --with-script-fu --with-cairo-pdf --without-appdata-test
make %{?_smp_mflags} make %{?_smp_mflags}
@ -688,6 +678,9 @@ make check %{?_smp_mflags}
%endif %endif
%changelog %changelog
* Sat Nov 10 2018 Nils Philippsen <nils@tiptoe.de>
- remove obsolete configure options
* Sat Nov 10 2018 Nils Philippsen <nils@tiptoe.de> - 2:2.10.8-1 * Sat Nov 10 2018 Nils Philippsen <nils@tiptoe.de> - 2:2.10.8-1
- version 2.10.8 - version 2.10.8
- build with libunwind where available - build with libunwind where available