[empathy] Deal with the telepathy-yell devel files until it's a separate tarball

Brian Pepple bpepple at fedoraproject.org
Fri Jun 10 22:10:00 UTC 2011


commit ed4c86908b0029189a23abb7eb121a9953a10054
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Fri Jun 10 18:09:25 2011 -0400

    Deal with the telepathy-yell devel files until it's a separate tarball

 empathy.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/empathy.spec b/empathy.spec
index 2e38a3a..1c90bde 100644
--- a/empathy.spec
+++ b/empathy.spec
@@ -94,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+## Remove telepathy-yell devel files until it's a seperate tarball.
+rm -f $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/telepathy-yell.pc
+rm -Rf $RPM_BUILD_ROOT/%{_includedir}/*
 
 %find_lang %{name}
 
@@ -108,7 +111,7 @@ desktop-file-install --vendor fedora --delete-original	\
 
 %post
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-
+/sbin/ldconfig
 
 %postun
 if [ $1 -eq 0 ]; then
@@ -116,6 +119,7 @@ if [ $1 -eq 0 ]; then
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
    glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 fi
+/sbin/ldconfig
 
 
 %posttrans
@@ -138,16 +142,18 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Chat.service
 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service
 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Auth.service
+%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Call.service
 %{_datadir}/GConf/gsettings/empathy.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.Empathy.gschema.xml
 %{_datadir}/telepathy/clients/Empathy.Chat.client
 %{_datadir}/telepathy/clients/Empathy.AudioVideo.client
 %{_datadir}/telepathy/clients/Empathy.Auth.client
+%{_datadir}/telepathy/clients/Empathy.Call.client
 %{_mandir}/man1/empathy*.1.gz
 %{_libexecdir}/empathy-av
 %{_libexecdir}/empathy-auth-client
 %{_libexecdir}/empathy-chat
-
+%{_libdir}/libtelepathy-yell.*
 
 %changelog
 * Fri Jun 10 2011 Brian Pepple <bpepple at fedoraproject.org> - 3.1.2-1


More information about the scm-commits mailing list