]> git.pld-linux.org Git - packages/pidgin.git/commitdiff
- fix --without perl
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 24 Jul 2010 13:38:25 +0000 (13:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pidgin.spec -> 1.269

pidgin.spec

index e8d7b5c4a61e5211bdd1718240d2fbeeb3d6b3d9..48eb849b284470cc73ebdd7ad167c04db9aa4b5e 100644 (file)
@@ -501,7 +501,7 @@ Dokumentacja Pidgina dla programistów (format HTML).
 %setup -q
 %patch0 -p1
 %patch1 -p1
-# %patch2 -p1
+#patch2 -p1
 
 %build
 %if %{with dotnet}
@@ -522,13 +522,14 @@ fi
        %{?with_gnutls:--enable-nss=no} \
        %{?with_doc:--enable-dot --enable-devhelp} \
        %{!?with_silc:--with-silc-includes=not_existent_directory} \
-       --%{?with_cap:en}%{!?with_cap:dis}able-cap \
        %{?with_sasl:--enable-cyrus-sasl} \
+       --%{?with_cap:en}%{!?with_cap:dis}able-cap \
        --%{?with_dbus:en}%{!?with_dbus:dis}able-dbus \
        --%{?with_nm:en}%{!?with_nm:dis}able-nm \
        --%{?with_evolution:en}%{!?with_evolution:dis}able-gevolution \
-       %{!?with_gtkspell:--disable-gtkspell} \
-       %{?with_dotnet:--enable-mono} \
+       --%{!?with_gtkspell:dis}%{?with_gtkspell:en}able-gtkspell \
+       --%{!?with_dotnet:dis}%{?with_dotnet:en}able-mono \
+       --%{!?with_perl:dis}%{?with_perl:en}able-perl \
        --%{?with_text:en}%{!?with_text:dis}able-consoleui
 
 %{__make}
This page took 0.290766 seconds and 4 git commands to generate.