comparison pidgin.spec.in @ 30147:7f95429d0cc3

I forgot to update the RPM spec file for building for older releases with older hicolor-icon-theme packages before release. Oops. Refs: #12073
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 02 Jun 2010 01:37:07 +0000
parents d24cbd2c1e21
children 75460aee9279
comparison
equal deleted inserted replaced
30146:17d5518c5cad 30147:7f95429d0cc3
239 %{?_without_nm:--disable-nm} \ 239 %{?_without_nm:--disable-nm} \
240 %{!?_without_gevolution:--enable-gevolution} \ 240 %{!?_without_gevolution:--enable-gevolution} \
241 %{?_with_mono:--enable-mono} \ 241 %{?_with_mono:--enable-mono} \
242 %{?_with_sasl:--enable-cyrus-sasl} \ 242 %{?_with_sasl:--enable-cyrus-sasl} \
243 %{?_without_tcl:--disable-tcl} \ 243 %{?_without_tcl:--disable-tcl} \
244 %{?_without_text:--disable-consoleui} 244 %{?_without_text:--disable-consoleui} \
245 %{?_with_trayiconcompat:--enable-trayicon-compat}
245 246
246 make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool 247 make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool
247 248
248 %install 249 %install
249 rm -rf %{buildroot} 250 rm -rf %{buildroot}
468 %{_libdir}/libgnt.so 469 %{_libdir}/libgnt.so
469 470
470 %endif 471 %endif
471 472
472 %changelog 473 %changelog
474 * Wed Jun 02 2010 Stu Tomlinson <stu@nosnilmot.com>
475 - add an option to build RPMs using --enable-trayicon-compat
476 (--with trayiconcompat)
477
473 * Thu May 13 2010 Stu Tomlinson <stu@nosnilmot.com> 478 * Thu May 13 2010 Stu Tomlinson <stu@nosnilmot.com>
474 - Include all libpurple headers in libpurple-devel 479 - Include all libpurple headers in libpurple-devel
475 480
476 * Sat Sep 05 2009 Stu Tomlinson <stu@nosnilmot.com> 481 * Sat Sep 05 2009 Stu Tomlinson <stu@nosnilmot.com>
477 - Disable Voice & Video unless --with vv is used 482 - Disable Voice & Video unless --with vv is used