]> git.pld-linux.org Git - packages/galeon.git/commitdiff
- added without_nautilus bcond (galeon doesn't build with nautilus-2.5.x)
authorgrzegol <grzegol@pld-linux.org>
Mon, 29 Dec 2003 23:05:47 +0000 (23:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    galeon.spec -> 1.199

galeon.spec

index 9bd2f0a9c51530ac7803497cbebe0b0ee8964d5f..e6cd2b7375210d85e988ab52261b822eec119b0e 100644 (file)
@@ -1,5 +1,6 @@
 #
 # Conditional build:
+%bcond_without nautilus        # disable nautilus view
 %bcond_with gcc2       # compile using gcc2 to get working gcc2-compiled java
                        # plugin (better get gcc3-compiled one).
                        # Flash plugin seems to still not work, use
@@ -43,7 +44,7 @@ BuildRequires:        libstdc++-devel
 BuildRequires: libtool
 BuildRequires: libxml2-devel >= 2.4.0
 BuildRequires: mozilla-devel >= %{minmozver}
-BuildRequires: nautilus-devel >= 2.4.0
+%{?with_nautilus:BuildRequires:        nautilus-devel >= 2.4.0}
 BuildRequires: openssl-devel >= 0.9.7c
 BuildRequires: rpm-build >= 4.1-10
 BuildRequires: scrollkeeper >= 0.1.4
@@ -100,7 +101,12 @@ intltoolize --copy --force
        --disable-schemas-install \
        --disable-werror \
        --enable-gconf-source=%{_sysconfdir}/gconf/schemas \
+       %if %{with nautilus}
        --enable-nautilus-view=yes
+       %else
+       --enable-nautilus-view=no
+       %endif
+       
 
 %{__make}
 
This page took 0.029592 seconds and 4 git commands to generate.