]> git.pld-linux.org Git - packages/pidgin.git/commitdiff
rename zephyr bcond to system_zephyr auto/th/pidgin-2.14.4-1
authorJan Palus <atler@pld-linux.org>
Sat, 1 May 2021 10:28:24 +0000 (12:28 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 1 May 2021 10:28:24 +0000 (12:28 +0200)
there's no way to disable it, only select whether to use system zephyr
or one shipped with pidgin

pidgin.spec

index 569b54b38ff1bc5055f0289c5aca53f4fcd1b629..9471ab5e4d7d48fd3db2ea284b6d2ef6bc6f98be 100644 (file)
@@ -18,7 +18,7 @@
 %bcond_without meanwhile       # meanwhile (Sametime protocol) support
 %bcond_without silc            # SILC protocol support
 %bcond_with    evolution       # Pidgin-Evolution plugin
-%bcond_without zephyr          # Zephyr protocol support
+%bcond_without system_zephyr   # system installed Zephyr
 
 %if %{without dbus}
 %undefine      with_nm
@@ -100,7 +100,7 @@ BuildRequires:      xorg-lib-libSM-devel
 BuildRequires: xorg-lib-libX11-devel
 BuildRequires: xorg-lib-libXext-devel
 BuildRequires: xorg-lib-libXScrnSaver-devel
-%{?with_zephyr:BuildRequires:  zephyr-devel}
+%{?with_system_zephyr:BuildRequires:   zephyr-devel}
 %if %{with doc}
 BuildRequires: doxygen
 BuildRequires: graphviz
@@ -583,7 +583,7 @@ Obsługa protokołu Zephyr dla libpurple.
        --with-extraversion=%{release} \
        %{!?with_silc:--with-silc-includes=not_existent_directory} \
        --with-system-ssl-certs=%{openssldir} \
-       --with-zephyr%{!?with_zephyr:=no}
+       --with-zephyr%{!?with_system_zephyr:=no}
 
 %{__make}
 
@@ -850,8 +850,6 @@ fi
 %attr(755,root,root) %{_libdir}/purple-2/libjabber.so.0
 %attr(755,root,root) %{_libdir}/purple-2/libxmpp.so
 
-%if %{with zephyr}
 %files -n libpurple-protocol-zephyr
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/purple-2/libzephyr.so
-%endif
This page took 0.111423 seconds and 4 git commands to generate.