comparison pidgin.spec.in @ 18513:602e8264266a

- Don't hardcode silc header locations, rely on pkg-config for those, because I think I broke non-pkg-config detection of older silc toolkit.
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 13 Jul 2007 02:05:16 +0000
parents 8aa1f986933c
children e04343008d1e
comparison
equal deleted inserted replaced
18511:7ee0e0597a26 18513:602e8264266a
223 %{?_without_gtkspell:--disable-gtkspell} \ 223 %{?_without_gtkspell:--disable-gtkspell} \
224 %{?_with_mono:--enable-mono} \ 224 %{?_with_mono:--enable-mono} \
225 %{?_with_perlmakehack:--with-perl-lib=%{buildroot}%{_prefix}} \ 225 %{?_with_perlmakehack:--with-perl-lib=%{buildroot}%{_prefix}} \
226 %{!?_with_perlmakehack:--with-perl-lib=%{_prefix}} \ 226 %{!?_with_perlmakehack:--with-perl-lib=%{_prefix}} \
227 %{?_with_sasl:--enable-cyrus-sasl} \ 227 %{?_with_sasl:--enable-cyrus-sasl} \
228 %{!?_without_silc:--with-silc-includes=%{_includedir}/silc} \
229 %{!?_without_silc:--with-silc-libs=%{_libdir}/silc} \
230 %{?_without_tcl:--disable-tcl} \ 228 %{?_without_tcl:--disable-tcl} \
231 %{?_without_text:--disable-consoleui} 229 %{?_without_text:--disable-consoleui}
232 230
233 make %{?_smp_mflags} 231 make %{?_smp_mflags}
234 232
456 %{_libdir}/libgnt.so 454 %{_libdir}/libgnt.so
457 455
458 %endif 456 %endif
459 457
460 %changelog 458 %changelog
459 * Thu Jul 12 2007 Stu Tomlinson <stu@nosnilmot.com>
460 - Don't hardcode silc header locations, rely on pkg-config for those,
461 because I think I broke non-pkg-config detection of older silc
462 toolkit.
463
461 * Tue Jun 5 2007 Stu Tomlinson <stu@nosnilmot.com> 464 * Tue Jun 5 2007 Stu Tomlinson <stu@nosnilmot.com>
462 - Add missing Requires for gtk2-devel, dbus-devel & ncurses-devel to 465 - Add missing Requires for gtk2-devel, dbus-devel & ncurses-devel to
463 appropriate -devel subpackages 466 appropriate -devel subpackages
464 467
465 * Sun May 27 2007 Stu Tomlinson <stu@nosnilmot.com> 468 * Sun May 27 2007 Stu Tomlinson <stu@nosnilmot.com>