]> git.pld-linux.org Git - packages/evince.git/commitdiff
- disable dbus for now; reenable when new dbus goes into ac; rel 2 auto/ac/evince-0_4_0-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 28 Aug 2005 19:53:38 +0000 (19:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    evince.spec -> 1.31

evince.spec

index 501dfebd9dd94bf1ffb00cef7ba8307cef6bf7f8..ee9ba9f4b522e0911af43be20e66e421b39864d2 100644 (file)
@@ -1,11 +1,12 @@
 #
 # TODO: fix t1lib build time misdetection (very low prio)
 #
+%bcond_with    dbus
 Summary:       Document viewer for multiple document formats
 Summary(pl):   Przegl±darka dokumentów w wielu formatach
 Name:          evince
 Version:       0.4.0
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         X11/Applications/Graphics
 Source0:       http://ftp.gnome.org/pub/gnome/sources/evince/0.4/%{name}-%{version}.tar.bz2
@@ -16,7 +17,7 @@ URL:          http://www.gnome.org/projects/evince/
 BuildRequires: GConf2-devel >= 2.10.0
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: dbus-glib-devel >= 0.36
+%{?with_dbus:BuildRequires:    dbus-glib-devel >= 0.36}
 BuildRequires: djvulibre-devel >= 3.5.15
 BuildRequires: ghostscript
 BuildRequires: gnome-doc-utils >= 0.3.2
@@ -79,7 +80,7 @@ gnome-doc-prepare --copy --force
 %configure \
        --disable-static \
        --disable-schemas-install \
-       --enable-dbus \
+       %{?with_dbus:--enable-dbus} \
        --enable-djvu \
        --enable-dvi \
        --enable-nautilus \
This page took 0.051382 seconds and 4 git commands to generate.