]> git.pld-linux.org Git - packages/xorg-xserver-server.git/commitdiff
- don't call fop, only HTML specs are packaged (fop can be used for ps/pdf or txt)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 1 Nov 2010 08:34:25 +0000 (08:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-xserver-server.spec -> 1.259

xorg-xserver-server.spec

index 222e1fcc81a12e970fbf4e7c45f94a63158e7558..2d48bcd7c279a806c66af2f521a8e02615192728 100644 (file)
@@ -45,10 +45,6 @@ BuildRequires:       cpp
 %if %{with hal} || %{with dbus}
 BuildRequires: dbus-devel >= 1.0
 %endif
-# Note: fop is invoked by xmlto. It is not a dependency of xmlto, because it is
-# quite rare usecase, and it is very "havy" dependency (requires Java, %post
-# scripts execytes long time). So we need to add it here.
-BuildRequires:  fop
 %{?with_hal:BuildRequires:     hal-devel}
 BuildRequires: libdrm-devel >= 2.4.5
 BuildRequires: libtool
@@ -408,6 +404,7 @@ fi
 %configure \
        --with-os-name="PLD/Linux" \
        --with-os-vendor="PLD/Team" \
+       --without-fop \
        --%{?with_dbus:en}%{!?with_dbus:dis}able-config-dbus \
        %{!?with_hal:--disable-config-hal} \
        --%{?with_udev:en}%{!?with_udev:dis}able-config-udev \
This page took 0.159518 seconds and 4 git commands to generate.