|
@@ -1,5 +1,5 @@
|
|
%define major_ver 3.6
|
|
%define major_ver 3.6
|
|
-%define minor_ver 2
|
|
|
|
|
|
+%define minor_ver 3
|
|
%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)")}
|
|
@@ -121,10 +121,6 @@ This package contains nautilus-sendto plugin for the Empathy IM application.
|
|
## simple warnings instead of build-halting errors.
|
|
## simple warnings instead of build-halting errors.
|
|
%configure --disable-static
|
|
%configure --disable-static
|
|
|
|
|
|
-## 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
|
|
|
|
-
|
|
|
|
##make %{?_smp_mflags}
|
|
##make %{?_smp_mflags}
|
|
## don't use _smp_mflags at empathy-2.18.1
|
|
## don't use _smp_mflags at empathy-2.18.1
|
|
make
|
|
make
|
|
@@ -170,7 +166,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
%{_bindir}/empathy
|
|
%{_bindir}/empathy
|
|
%{_bindir}/empathy-accounts
|
|
%{_bindir}/empathy-accounts
|
|
%{_bindir}/empathy-debugger
|
|
%{_bindir}/empathy-debugger
|
|
-%{_libdir}/mission-control-plugins.0/mcp-account-manager-goa.so
|
|
|
|
%{_libexecdir}/empathy-auth-client
|
|
%{_libexecdir}/empathy-auth-client
|
|
%{_libexecdir}/empathy-call
|
|
%{_libexecdir}/empathy-call
|
|
%{_libexecdir}/empathy-chat
|
|
%{_libexecdir}/empathy-chat
|
|
@@ -193,6 +188,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jan 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.3-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
|
|
* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|