comparison pidgin.spec.in @ 20036:2dc6f3ab2ab3

Fix the spec file due to relocation of sound files and new CA certificates
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 14 Sep 2007 15:37:53 +0000
parents e04343008d1e
children 460341560e4b
comparison
equal deleted inserted replaced
20035:3bd61d44f8be 20036:2dc6f3ab2ab3
361 %attr(755, root, root) %{perl_vendorarch}/auto/Pidgin 361 %attr(755, root, root) %{perl_vendorarch}/auto/Pidgin
362 362
363 %{_bindir}/pidgin 363 %{_bindir}/pidgin
364 %{_datadir}/pixmaps/pidgin 364 %{_datadir}/pixmaps/pidgin
365 %{_datadir}/icons/hicolor/*/apps/pidgin.* 365 %{_datadir}/icons/hicolor/*/apps/pidgin.*
366 %dir %{_datadir}/sounds/pidgin
367 %{_datadir}/sounds/pidgin/*
368 %{_datadir}/applications/* 366 %{_datadir}/applications/*
369 %{_sysconfdir}/gconf/schemas/purple.schemas 367 %{_sysconfdir}/gconf/schemas/purple.schemas
370 368
371 369
372 %files -f %{name}-%{version}-purpleplugins -n libpurple 370 %files -f %{name}-%{version}-purpleplugins -n libpurple
373 %defattr(-, root, root) 371 %defattr(-, root, root)
374 372
375 %{_libdir}/libpurple.so.* 373 %{_libdir}/libpurple.so.*
376 %dir %{_libdir}/purple-2 374 %dir %{_libdir}/purple-2
375 %{_datadir}/purple
376 %{_datadir}/sounds/purple
377 %attr(755, root, root) %{perl_vendorarch}/Purple.pm 377 %attr(755, root, root) %{perl_vendorarch}/Purple.pm
378 %attr(755, root, root) %{perl_vendorarch}/auto/Purple 378 %attr(755, root, root) %{perl_vendorarch}/auto/Purple
379 379
380 %{_datadir}/pixmaps/purple 380 %{_datadir}/pixmaps/purple
381 381
425 425
426 %{_libdir}/purple-2/libsametime.* 426 %{_libdir}/purple-2/libsametime.*
427 %endif 427 %endif
428 428
429 %if 0%{?_with_mono:1} 429 %if 0%{?_with_mono:1}
430 %files libpurple-mono 430 %files -n libpurple-mono
431 %defattr(-, root, root) 431 %defattr(-, root, root)
432 432
433 %{_libdir}/purple-2/mono.so 433 %{_libdir}/purple-2/mono.so
434 %{_libdir}/purple-2/*.dll 434 %{_libdir}/purple-2/*.dll
435 %endif 435 %endif
455 %{_libdir}/libgnt.so 455 %{_libdir}/libgnt.so
456 456
457 %endif 457 %endif
458 458
459 %changelog 459 %changelog
460 * Fri Sep 14 2007 Stu Tomlinson <stu@nosnilmot.com>
461 - Fix spec file for moved sounds & new CA certificates
462
460 * Thu Jul 12 2007 Stu Tomlinson <stu@nosnilmot.com> 463 * Thu Jul 12 2007 Stu Tomlinson <stu@nosnilmot.com>
461 - Don't hardcode silc header locations, rely on pkg-config for those, 464 - Don't hardcode silc header locations, rely on pkg-config for those,
462 because I think I broke non-pkg-config detection of older silc 465 because I think I broke non-pkg-config detection of older silc
463 toolkit. 466 toolkit.
464 467