|
@@ -1,5 +1,5 @@
|
|
%define major_ver 2.32
|
|
%define major_ver 2.32
|
|
-%define minor_ver 0.1
|
|
|
|
|
|
+%define minor_ver 2
|
|
%define rel 1
|
|
%define rel 1
|
|
|
|
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
@@ -62,6 +62,11 @@ BuildRequires: libbonoboui-devel
|
|
BuildRequires: folks-devel
|
|
BuildRequires: folks-devel
|
|
BuildRequires: telepathy-logger-devel >= %{tp_logger_min_version}
|
|
BuildRequires: telepathy-logger-devel >= %{tp_logger_min_version}
|
|
BuildRequires: gnome-keyring-devel >= %{gnome_keyring_version}
|
|
BuildRequires: gnome-keyring-devel >= %{gnome_keyring_version}
|
|
|
|
+BuildRequires: openssl-devel
|
|
|
|
+BuildRequires: NetworkManager-glib-devel
|
|
|
|
+BuildRequires: WebKit-gtk-devel
|
|
|
|
+BuildRequires: geoclue-devel
|
|
|
|
+BuildRequires: enchant-devel
|
|
|
|
|
|
Requires: telepathy-filesystem
|
|
Requires: telepathy-filesystem
|
|
## Empathy is useless without a proper Telepathy connection manager installed.
|
|
## Empathy is useless without a proper Telepathy connection manager installed.
|
|
@@ -78,6 +83,7 @@ Requires: telepathy-salut
|
|
BuildRequires: telepathy-haze
|
|
BuildRequires: telepathy-haze
|
|
# Require this for VOIP support
|
|
# Require this for VOIP support
|
|
Requires: telepathy-stream-engine
|
|
Requires: telepathy-stream-engine
|
|
|
|
+Requires: telepathy-mission-control >= %{tp_mc_min_version}
|
|
|
|
|
|
|
|
|
|
Requires(post): GConf2
|
|
Requires(post): GConf2
|
|
@@ -119,7 +125,11 @@ This package contains nautilus-sendto plugin for the Empathy IM application.
|
|
%build
|
|
%build
|
|
## GCC complains about some unused functions, so we forcibly show those as
|
|
## GCC complains about some unused functions, so we forcibly show those as
|
|
## simple warnings instead of build-halting errors.
|
|
## simple warnings instead of build-halting errors.
|
|
-%configure --with-compile-warnings=yes --disable-static --enable-nautilus-sendto=yes
|
|
|
|
|
|
+%configure \
|
|
|
|
+ --with-compile-warnings=yes \
|
|
|
|
+ --disable-static \
|
|
|
|
+ --enable-nautilus-sendto=yes \
|
|
|
|
+ --with-ca-file=/usr/share/ssl/certs/ca-bundle.crt
|
|
## RPATHs are yucky.
|
|
## RPATHs are yucky.
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
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
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
@@ -191,6 +201,13 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Jan 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
|
|
|
|
+- new upstream release
|
|
|
|
+- add BuildRequires: openssl-devel, NetworkManager-glib-devel, WebKit-devel
|
|
|
|
+ geoclue-devel, enchant-devel
|
|
|
|
+- add Requires: telepathy-mission-control
|
|
|
|
+- add configure option: --with-ca-file=/usr/share/ssl/certs/ca-bundle.crt
|
|
|
|
+
|
|
* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0.1-1
|
|
* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0.1-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- add BuildRequires: folks-devel, telepathy-logger-devel, gnome-keyring-devel
|
|
- add BuildRequires: folks-devel, telepathy-logger-devel, gnome-keyring-devel
|