]> git.pld-linux.org Git - packages/beagle.git/commitdiff
- evolution bconded
authorwolf <wolf@pld-linux.org>
Fri, 16 Sep 2005 15:16:17 +0000 (15:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    beagle.spec -> 1.39

beagle.spec

index 786b5aef3536bbd7d7dc679114b1c9fb065ee4d9..60984d3797cccae3b42d42cba996a59c6966accc 100644 (file)
@@ -7,7 +7,8 @@
 %include       /usr/lib/rpm/macros.mono
 #
 # Conditional build:
-%bcond_without epiphany        # build epiphany extension
+%bcond_without epiphany        # don't build epiphany extension
+%bcond_without evolution       # don't include evolution support
 #
 Summary:       Beagle - An indexing subsystem
 Summary(pl):   Beagle - podsystem indeksuj±cy
@@ -21,7 +22,7 @@ Source0:      http://ftp.gnome.org/pub/gnome/sources/beagle/0.1/%{name}-%{version}.ta
 URL:           http://beaglewiki.org/Main_Page
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
-BuildRequires: dotnet-evolution-sharp-devel >= 0.6
+%{?with_evolution:BuildRequires:       dotnet-evolution-sharp-devel >= 0.6}
 BuildRequires: dotnet-gecko-sharp2-devel = 0.11
 BuildRequires: dotnet-gmime-sharp-devel >= 2.1.16-2
 #BuildRequires:        dotnet-gsf-sharp-devel >= 0.2
@@ -96,11 +97,9 @@ odwiedzan
        --disable-static \
        --enable-gtk-doc \
        --with-html-dir=%{_gtkdocdir} \
-%if %{with epiphany}
-       --enable-epiphany-extension
-%else
-       --disable-epiphany-extension
-%endif
+       --%{!?with_epiphany:dis}%{?with_epiphany:en}able-epiphany-extension \
+       --%{!?with_evoultion:dis}%{?with_evolution:en}able-evolution-sharp
+       
 
 %{__make} \
        MOZILLA_HOME=%{_libdir}/mozilla
This page took 0.05407 seconds and 4 git commands to generate.