[ffgtk] Disabled evolution address book for now

Louis Lagendijk llagendijk at fedoraproject.org
Tue Jul 10 22:56:54 UTC 2012


commit ce5a66c37474cfca630585ea1508f76623c7f948
Author: Louis Lagendijk <louis at lagendijk.xs4all.nl>
Date:   Wed Jul 11 00:56:19 2012 +0200

    Disabled evolution address book for now

 ffgtk.spec |   26 ++++++++++++++------------
 1 files changed, 14 insertions(+), 12 deletions(-)
---
diff --git a/ffgtk.spec b/ffgtk.spec
index ca3ce82..d869ecd 100644
--- a/ffgtk.spec
+++ b/ffgtk.spec
@@ -1,6 +1,6 @@
 Name:           ffgtk
 Version:        0.8.3
-Release:        1%{?dist}
+Release:        1.1%{?dist}
 Summary:        A solution for controlling Fritz!Box or compatible routers
 Group:          Applications/Communications
 License:        GPLv2
@@ -36,12 +36,12 @@ Some plug-ins are packaged separately.
 Summary:        Evolution address book plugin for ffgtk
 Requires:       %{name} = %{version}-%{release}
 
-%description plugin-evolution
-This package contains the evolution address book plugin for ffgtk.
-
-%package plugin-google-addressbook
-Summary:        Google addressbook plugin for ffgtk (BETA)
-Requires:       %{name} = %{version}-%{release}
+#%description plugin-evolution
+#This package contains the evolution address book plugin for ffgtk.
+#
+#%package plugin-google-addressbook
+#Summary:        Google addressbook plugin for ffgtk (BETA)
+#Requires:       %{name} = %{version}-%{release}
 
 %description  plugin-google-addressbook
 This package contains the addressbook plugin to access your Google contacts from ffgtk.
@@ -55,7 +55,8 @@ install -m644 %{SOURCE1} ./README.Fedora
 %build
 ./autogen.sh
 # work around for broken spandsp pkconfig file
-%configure -with-portaudio=no --with-spandsp=/usr --disable-Werror
+# Exclude the evol plugin for now as it doen not compile
+%configure -with-portaudio=no --with-spandsp=/usr --disable-Werror --with-ebook=no
 make %{?_smp_mflags} 
 
 %install
@@ -144,16 +145,16 @@ fi
 %{_datarootdir}/cups/model/ffgtk-fax.ppd
 %doc README AUTHORS ChangeLog COPYING README.Fedora 
 
-%files plugin-evolution 
-%defattr(-,root,root,-)
-%{_libdir}/ffgtk/plugins/lib_ab_ebook.so
+#%files plugin-evolution 
+#%defattr(-,root,root,-)
+#%{_libdir}/ffgtk/plugins/lib_ab_ebook.so
 
 %files plugin-google-addressbook
 %defattr(-,root,root,-)
 %{_libdir}/ffgtk/plugins/lib_ab_google.so
 
 %changelog
-* Tue Jul 10 2012  Louis Lagendijk <louis.lagendijk at gmail.com> 0.8.3-1
+* Tue Jul 10 2012  Louis Lagendijk <louis.lagendijk at gmail.com> 0.8.3-1.1
 - New upstream release 0.8.3
 - Add FRITZ!Box 6360 Cable support
 - Add write support to speedfon ab
@@ -168,6 +169,7 @@ fi
 - Obsoleted gstreamer audio plugin (removed)
 - Obsoleted the plugin-capifax package
 - Switched to gtk-3
+- Disabled evolution address book for now as it does not compile
 
 * Sat Jun 23 2012 Louis Lagendijk <louis.lagendijk at gmail.com> 0.8.2-1
 - New upstream release 0.8.2:


More information about the scm-commits mailing list