]> git.pld-linux.org Git - packages/pidgin.git/commitdiff
- dotnet needs /proc
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 17 Oct 2007 11:51:22 +0000 (11:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cosmetics

Changed files:
    pidgin.spec -> 1.196

pidgin.spec

index 4ccd098dca3109b910d716dcd550e13b0e7924da..3308141dccccc1998773cd77e3a4f99f143692d0 100644 (file)
@@ -211,12 +211,6 @@ Pidgin documentation for developers (HTML format).
 %description doc -l pl.UTF-8
 Dokumentacja Pidgina dla programistów (format HTML).
 
-%triggerpostun -- gaim < 1:1.3.1-1.10
-%banner -e %{name} <<EOF
-The Ximian Evolution and pidgin-remote plugins have been separated to separate packages.
-If you need then please install %{name}-plugin-evolution and %{name}-plugin-remote
-EOF
-
 %prep
 %setup -q
 %patch0 -p1
@@ -225,6 +219,13 @@ EOF
 %patch3 -p1
 
 %build
+%if %{with dotnet}
+if [ ! -f /proc/cpuinfo ]; then
+       echo >&2 "Mono requires /proc to be mounted."
+       exit 1
+fi
+%endif
+
 %{__intltoolize}
 %{__libtoolize}
 %{__aclocal} -I m4macros
@@ -235,10 +236,10 @@ EOF
        --disable-nas \
        --enable-nss=no \
        --with-perl-lib=vendor \
-%{!?with_silc:--with-silc-includes=not_existent_directory} \
+       %{!?with_silc:--with-silc-includes=not_existent_directory} \
        --%{?with_cap:en}%{!?with_cap:dis}able-cap \
        %{?with_sasl:--enable-cyrus-sasl} \
-%{?with_dbus:--enable-dbus --with-dbus-session-dir=%{_datadir}/dbus-1/services} \
+       %{?with_dbus:--enable-dbus --with-dbus-session-dir=%{_datadir}/dbus-1/services} \
        %{!?with_dbus:--disable-dbus} \
        %{!?with_evolution:--disable-gevolution} \
        %{!?with_gtkspell:--disable-gtkspell} \
@@ -279,6 +280,12 @@ rm -rf $RPM_BUILD_ROOT
 %post  libs -p /sbin/ldconfig
 %postun        libs -p /sbin/ldconfig
 
+%triggerpostun -- gaim < 1:1.3.1-1.10
+%banner -e %{name} <<EOF
+The Ximian Evolution and pidgin-remote plugins have been separated to separate packages.
+If you need then please install %{name}-plugin-evolution and %{name}-plugin-remote
+EOF
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog{,.API} HACKING NEWS PLUGIN_HOWTO README*
This page took 0.139672 seconds and 4 git commands to generate.