|
@@ -1,6 +1,6 @@
|
|
|
%define major_ver 2.30
|
|
|
%define minor_ver 0.1
|
|
|
-%define rel 2
|
|
|
+%define rel 3
|
|
|
|
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
|
@@ -97,6 +97,20 @@ Empathy provides a powerful multiple protocol instant messaging
|
|
|
client using the Telepathy framework.
|
|
|
|
|
|
|
|
|
+%package -n nautilus-sendto-empathy
|
|
|
+License: GPLv2+
|
|
|
+Summary: Nautilus-sendto plugin for empathy
|
|
|
+Summary(ja): empathy 用 nautilus-sendto プラグイン
|
|
|
+Group: User Interface/Desktop
|
|
|
+
|
|
|
+Requires: %{name} = %{version}-%{release}
|
|
|
+Requires: nautilus-sendto
|
|
|
+BuildRequires: nautilus-sendto-devel
|
|
|
+
|
|
|
+%description -n nautilus-sendto-empathy
|
|
|
+This package contains nautilus-sendto plugin for the Empathy IM application.
|
|
|
+
|
|
|
+
|
|
|
%prep
|
|
|
%setup -q
|
|
|
|
|
@@ -104,7 +118,7 @@ client using the Telepathy framework.
|
|
|
%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-nautilus-sendto=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
|
|
@@ -187,8 +201,18 @@ fi
|
|
|
%{_datadir}/telepathy/clients/Empathy.client
|
|
|
%{_mandir}/man1/empathy*.1*
|
|
|
|
|
|
+%files -n nautilus-sendto-empathy
|
|
|
+%defattr(-,root,root,-)
|
|
|
+%{_libdir}/nautilus-sendto/plugins/libnstempathy.so
|
|
|
+
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0.1-3
|
|
|
+- rebuild with evolution-data-server-2.30.2
|
|
|
+- add nautilus-sendto-empathy package
|
|
|
+ - add configure option (--enable-nautilus-sendto=yes)
|
|
|
+ - add BuildRequires: nautilus-sendto-devel
|
|
|
+
|
|
|
* Sat Jun 12 2010 IWAI, Masaharu <iwai@alib.jp> 2.30.0.1-2
|
|
|
- add Obsoletes: empathy-python < 2.29.1
|
|
|
|