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
# package will be built:
#
# lcms: lcms support
%bcond_without lcms
# mp: multi processor support
%bcond_without mp
# static: build static libraries
@ -290,7 +288,6 @@ viewing GIMP online help.
%prep
cat << EOF
--- 8< --- Build options ---------------------------------------------------
LCMS support: %{with lcms}
MP support: %{with mp}
build static libs: %{with static}
install default binary: %{with default_binary}
@ -332,22 +329,16 @@ export RHEL_ALLOW_PYTHON2_FOR_BUILD=1
--disable-static \
%endif
--with-print \
%if %{with lcms}
--with-lcms=lcms2 \
%else
--without-lcms \
%endif
--enable-gimp-console \
%if %{with aalib}
--with-aa \
%else
--without-aa \
%endif
--with-gudev --without-hal \
--with-gudev \
%ifos linux
--with-linux-input \
%endif
--with-poppler \
%if %{with helpbrowser}
--with-webkit \
%else
@ -363,9 +354,8 @@ export RHEL_ALLOW_PYTHON2_FOR_BUILD=1
%else
--enable-default-binary=no \
%endif
--with-libtiff --with-libjpeg --with-libpng --with-libmng --with-libjasper \
--with-libexif --with-librsvg --with-libxpm --with-gvfs --with-alsa \
--with-dbus --with-script-fu --with-cairo-pdf --without-appdata-test
--with-libmng --with-libxpm --with-alsa --with-cairo-pdf \
--without-appdata-test
make %{?_smp_mflags}
@ -688,6 +678,9 @@ make check %{?_smp_mflags}
%endif
%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
- version 2.10.8
- build with libunwind where available