rpms/empathy/devel empathy.spec,1.65,1.66

Matthias Clasen mclasen at fedoraproject.org
Tue Aug 4 04:14:49 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/empathy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7952

Modified Files:
	empathy.spec 
Log Message:
enable map and location features



Index: empathy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/empathy/devel/empathy.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -p -r1.65 -r1.66
--- empathy.spec	29 Jul 2009 18:57:18 -0000	1.65
+++ empathy.spec	4 Aug 2009 04:14:48 -0000	1.66
@@ -11,7 +11,7 @@
 
 Name:		empathy
 Version:	2.27.5
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Instant Messaging Client for GNOME
 
 Group:		Applications/Communications
@@ -26,6 +26,8 @@ Source1:	%{name}-README.ConnectionManage
 ##  http://bugzilla.gnome.org/show_bug.cgi?id=577863
 Patch1:		%{name}-broken-pkgconfig.patch
 
+Patch2:		clutter.patch
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	enchant-devel >= %{enchant_version}
@@ -49,6 +51,8 @@ BuildRequires:	telepathy-mission-control
 BuildRequires:	telepathy-farsight-devel
 BuildRequires:	libnotify-devel >= 0.4.4
 BuildRequires:	NetworkManager-glib-devel >= %{network_manager_version}
+BuildRequires:  libchamplain-devel >= 0.3.6
+BuildRequires:  geoclue-devel >= 0.11 
 
 Requires:	%{name}-libs = %{version}-%{release}
 Requires:	telepathy-filesystem
@@ -125,6 +129,7 @@ bindings to the libempathy and libempath
 %prep
 %setup -q
 %patch1 -p1 -b .pkgconfig
+%patch2 -p1 -b .clutter
 
 # force these to be regenerated
 rm data/empathy.desktop
@@ -133,7 +138,7 @@ rm data/empathy.schemas
 %build
 ## GCC complains about some unused functions, so we forcibly show those as
 ## simple warnings instead of build-halting errors.
-%configure --with-compile-warnings=yes --disable-static
+%configure --with-compile-warnings=yes --disable-static --enable-map=yes --enable-location=yes
 ## RPATHs are yucky.
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -232,6 +237,9 @@ fi
 %{python_sitearch}/empathy*.so
 
 %changelog
+* Mon Aug  3 2009 Matthias Clasen <mclasen at redhat.com> - 2.27.5-2
+- Enable map and location features
+
 * Wed Jul 29 2009 Matthias Clasen <mclasen at redhat.com> - 2.27.5-1
 - Update to 2.27.5
 




More information about the fedora-extras-commits mailing list