[empathy] Update to 3.3.91.

Brian Pepple bpepple at fedoraproject.org
Tue Mar 6 17:39:05 UTC 2012


commit 7dbd09e491ff95ef75b6cbb9065aade937d4be3b
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Tue Mar 6 12:39:02 2012 -0500

    Update to 3.3.91.
    
    - Remove en_GB and zh_CN help files until they can be properly handled.

 empathy.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/empathy.spec b/empathy.spec
index 05f7ab6..e17ba75 100644
--- a/empathy.spec
+++ b/empathy.spec
@@ -102,6 +102,9 @@ 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}/*
+## Temporary work around until I properly fix it.
+rm -Rf $RPM_BUILD_ROOT/%{_datadir}/help/en_GB/*
+rm -Rf $RPM_BUILD_ROOT/%{_datadir}/help/zh_CN/*
 
 %find_lang %{name} --with-gnome
 
@@ -162,6 +165,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %changelog
 * Tue Mar  6 2012 Brian Pepple <bpepple at fedoraproject.org> - 3.3.91-1
 - Update to 3.3.91.
+- Remove en_GB and zh_CN help files until they can be properly handled.
 
 * Mon Mar  5 2012 Brian Pepple <bpepple at fedoraproject.org> - 3.3.90.2-1
 - Update to 3.3.90.2.


More information about the scm-commits mailing list