comparison pidgin.spec.in @ 27998:31905a0d1c9d

merge of '6f4d0e183ebb11a95980e184e63bd4709aa24306' and '9fa808b57669d76c0989b16c2568cb7a7047511e'
author Paul Aurich <paul@darkrain42.org>
date Wed, 22 Jul 2009 06:12:13 +0000
parents 72442d45b014
children d9aef5487af9
comparison
equal deleted inserted replaced
27975:b171a80dff25 27998:31905a0d1c9d
232 %{?_without_gstreamer:--disable-gstreamer} \ 232 %{?_without_gstreamer:--disable-gstreamer} \
233 %{?_without_gtkspell:--disable-gtkspell} \ 233 %{?_without_gtkspell:--disable-gtkspell} \
234 %{?_without_nm:--disable-nm} \ 234 %{?_without_nm:--disable-nm} \
235 %{!?_without_gevolution:--enable-gevolution} \ 235 %{!?_without_gevolution:--enable-gevolution} \
236 %{?_with_mono:--enable-mono} \ 236 %{?_with_mono:--enable-mono} \
237 %{?_with_perlmakehack:--with-perl-lib=%{buildroot}%{_prefix}} \
238 %{!?_with_perlmakehack:--with-perl-lib=%{_prefix}} \
239 %{?_with_sasl:--enable-cyrus-sasl} \ 237 %{?_with_sasl:--enable-cyrus-sasl} \
240 %{?_without_tcl:--disable-tcl} \ 238 %{?_without_tcl:--disable-tcl} \
241 %{?_without_text:--disable-consoleui} 239 %{?_without_text:--disable-consoleui}
242 240
243 make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool 241 make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool
244 242
245 %install 243 %install
246 rm -rf %{buildroot} 244 rm -rf %{buildroot}
247 %if 0%{?_with_perlmakehack:1}
248 make prefix=%{buildroot}%{_prefix} bindir=%{buildroot}%{_bindir} \
249 datadir=%{buildroot}%{_datadir} includedir=%{buildroot}%{_includedir} \
250 libdir=%{buildroot}%{_libdir} mandir=%{buildroot}%{_mandir} \
251 sysconfdir=%{buildroot}%{_sysconfdir} \
252 install
253 %else
254 make DESTDIR=$RPM_BUILD_ROOT LIBTOOL=/usr/bin/libtool install 245 make DESTDIR=$RPM_BUILD_ROOT LIBTOOL=/usr/bin/libtool install
255 %endif
256 246
257 # Delete files that we don't want to put in any of the RPMs 247 # Delete files that we don't want to put in any of the RPMs
258 rm -f $RPM_BUILD_ROOT%{_libdir}/finch/*.la 248 rm -f $RPM_BUILD_ROOT%{_libdir}/finch/*.la
259 rm -f $RPM_BUILD_ROOT%{_libdir}/gnt/*.la 249 rm -f $RPM_BUILD_ROOT%{_libdir}/gnt/*.la
260 rm -f $RPM_BUILD_ROOT%{_libdir}/pidgin/*.la 250 rm -f $RPM_BUILD_ROOT%{_libdir}/pidgin/*.la
372 %doc doc/the_penguin.txt 362 %doc doc/the_penguin.txt
373 %doc %{_mandir}/man1/pidgin.* 363 %doc %{_mandir}/man1/pidgin.*
374 %doc %{_mandir}/man3*/* 364 %doc %{_mandir}/man3*/*
375 365
376 %dir %{_libdir}/pidgin 366 %dir %{_libdir}/pidgin
377 %attr(755, root, root) %{perl_vendorarch}/Pidgin.pm 367 %dir %{_libdir}/pidgin/perl
378 %attr(755, root, root) %{perl_vendorarch}/auto/Pidgin 368 %dir %{_libdir}/pidgin/perl/auto
379 369 %dir %{_libdir}/pidgin/perl/auto/Pidgin
380 %{_bindir}/pidgin 370 %{_bindir}/pidgin
381 %{_datadir}/pixmaps/pidgin 371 %{_datadir}/pixmaps/pidgin
382 %{_datadir}/icons/hicolor/*/apps/pidgin.* 372 %{_datadir}/icons/hicolor/*/apps/pidgin.*
383 %{_datadir}/applications/* 373 %{_datadir}/applications/*
384 %{_sysconfdir}/gconf/schemas/purple.schemas 374 %{_sysconfdir}/gconf/schemas/purple.schemas
387 %files -f %{name}-%{version}-purpleplugins -n libpurple 377 %files -f %{name}-%{version}-purpleplugins -n libpurple
388 %defattr(-, root, root) 378 %defattr(-, root, root)
389 379
390 %{_libdir}/libpurple.so.* 380 %{_libdir}/libpurple.so.*
391 %dir %{_libdir}/purple-2 381 %dir %{_libdir}/purple-2
382 %dir %{_libdir}/purple-2/perl
383 %dir %{_libdir}/purple-2/perl/auto
384 %dir %{_libdir}/purple-2/perl/auto/Purple
392 %{_datadir}/purple 385 %{_datadir}/purple
393 %{_datadir}/sounds/purple 386 %{_datadir}/sounds/purple
394 %attr(755, root, root) %{perl_vendorarch}/Purple.pm
395 %attr(755, root, root) %{perl_vendorarch}/auto/Purple
396 387
397 %if 0%{?_with_dbus:1} 388 %if 0%{?_with_dbus:1}
398 %{_bindir}/purple-client-example 389 %{_bindir}/purple-client-example
399 %{_bindir}/purple-remote 390 %{_bindir}/purple-remote
400 %{_bindir}/purple-send 391 %{_bindir}/purple-send
471 %{_libdir}/libgnt.so 462 %{_libdir}/libgnt.so
472 463
473 %endif 464 %endif
474 465
475 %changelog 466 %changelog
467 * Sat Jul 11 2009 Stu Tomlinson <stu@nosnilmot.com>
468 - Update to reflect changes in perl module installation directories
469
476 * Mon May 19 2008 Stu Tomlinson <stu@nosnilmot.com> 470 * Mon May 19 2008 Stu Tomlinson <stu@nosnilmot.com>
477 - Fix building without meanwhile support 471 - Fix building without meanwhile support
478 472
479 * Fri May 16 2008 Stu Tomlinson <stu@nosnilmot.com> 473 * Fri May 16 2008 Stu Tomlinson <stu@nosnilmot.com>
480 - Add "--without nm" support to build without NetworkManager 474 - Add "--without nm" support to build without NetworkManager