|
@@ -1,21 +1,21 @@
|
|
|
-%define major_ver 3.4
|
|
|
-%define minor_ver 2.3
|
|
|
+%define major_ver 3.6
|
|
|
+%define minor_ver 0
|
|
|
%define rel 1
|
|
|
|
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
|
|
## Minimum required versions of GLib, GTK+, libtelepathy, and Mission-Control,
|
|
|
## respectively.
|
|
|
-%global gtk3_min_version 3.4.0
|
|
|
-%global glib2_min_version 2.32.0
|
|
|
+%global gtk3_min_version 3.6.0
|
|
|
+%global glib2_min_version 2.34.0
|
|
|
%global tp_mc_min_version 5.12.0
|
|
|
%global tp_glib_min_version 0.18.0
|
|
|
%global tp_logger_min_version 0.2.10
|
|
|
%global aspell_version 0.50
|
|
|
%global libcanberra_version 0.25
|
|
|
-%global gnome_keyring_version 3.4
|
|
|
%global libnotify_version 0.7.4
|
|
|
%global folks_version 0.6.8
|
|
|
+%global libsecret_version 0.5
|
|
|
|
|
|
Summary: GNOME Instant Messaging Client
|
|
|
Summary(ja): GNOME インスタントメッセージクラアイント
|
|
@@ -40,7 +40,6 @@ BuildRequires: desktop-file-utils
|
|
|
BuildRequires: evolution-data-server-devel
|
|
|
BuildRequires: gettext
|
|
|
BuildRequires: glib2-devel >= %{glib2_min_version}
|
|
|
-BuildRequires: gnome-doc-utils >= 0.17.3
|
|
|
BuildRequires: gnome-panel
|
|
|
BuildRequires: gtk3-devel >= %{gtk3_min_version}
|
|
|
BuildRequires: intltool
|
|
@@ -52,11 +51,11 @@ BuildRequires: telepathy-mission-control-devel >= %{tp_mc_min_version}
|
|
|
BuildRequires: farstream-devel
|
|
|
BuildRequires: telepathy-farstream-devel
|
|
|
BuildRequires: libcanberra-gtk3-devel >= %{libcanberra_version}
|
|
|
-BuildRequires: libgnome-keyring-devel >= %{gnome_keyring_version}
|
|
|
BuildRequires: unique3-devel
|
|
|
BuildRequires: libnotify-devel >= %{libnotify_version}
|
|
|
BuildRequires: folks-devel >= %{folks_version}
|
|
|
BuildRequires: gcr-devel >= %{gnome_keyring_version}
|
|
|
+BuildRequires: libsecret-devel >= %{libsecret_version}
|
|
|
BuildRequires: openssl-devel
|
|
|
BuildRequires: NetworkManager-glib-devel
|
|
|
BuildRequires: WebKit3-gtk-devel
|
|
@@ -69,7 +68,7 @@ BuildRequires: gnome-online-accounts-devel
|
|
|
BuildRequires: libgudev1-devel
|
|
|
BuildRequires: libchamplain-gtk-devel
|
|
|
BuildRequires: gsettings-desktop-schemas-devel
|
|
|
-BuildRequires: itstool
|
|
|
+BuildRequires: yelp-tools
|
|
|
|
|
|
Requires: telepathy-filesystem
|
|
|
Requires: telepathy-gabble
|
|
@@ -83,11 +82,6 @@ BuildRequires: telepathy-haze
|
|
|
Requires: telepathy-mission-control >= %{tp_mc_min_version}
|
|
|
|
|
|
|
|
|
-Requires(post): GConf2
|
|
|
-Requires(post): scrollkeeper
|
|
|
-
|
|
|
-Requires(postun): scrollkeeper
|
|
|
-
|
|
|
## We're using Empathy's upstreamed profiles for Haze-provided stuff now.
|
|
|
Obsoletes: telepathy-haze-mission-control < 0.2.0-3
|
|
|
Provides: telepathy-haze-mission-control = 0.2.0-3
|
|
@@ -155,12 +149,10 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
%post
|
|
|
-scrollkeeper-update -q -o %{_datadir}/omf/%{name} ||:
|
|
|
touch --no-create %{_datadir}/icons/hicolor ||:
|
|
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
|
|
|
|
|
|
%postun
|
|
|
-scrollkeeper-update -q || :
|
|
|
touch --no-create %{_datadir}/icons/hicolor || :
|
|
|
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
|
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
@@ -182,15 +174,16 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
|
%{_libexecdir}/empathy-auth-client
|
|
|
%{_libexecdir}/empathy-call
|
|
|
%{_libexecdir}/empathy-chat
|
|
|
-%{_datadir}/dbus-1/services/*
|
|
|
-%{_datadir}/empathy
|
|
|
-%{_datadir}/glib-2.0/schemas/*.xml
|
|
|
+%{_libdir}/%{name}/libempathy*.so
|
|
|
+%{_libdir}/mission-control-plugins.0/mcp-account-manager-goa.so
|
|
|
%{_datadir}/GConf/gsettings/*
|
|
|
%{_datadir}/applications/*.desktop
|
|
|
+%{_datadir}/adium/message-styles
|
|
|
+%{_datadir}/dbus-1/services/*
|
|
|
+%{_datadir}/%{name}
|
|
|
+%{_datadir}/glib-2.0/schemas/*.xml
|
|
|
%{_datadir}/help/*/%{name}
|
|
|
-#{_datadir}/omf/%{name}/
|
|
|
%{_datadir}/icons/hicolor/*/apps/%{name}*
|
|
|
-#{_datadir}/mission-control/profiles/*.profile
|
|
|
%{_datadir}/telepathy/clients/*.client
|
|
|
%{_mandir}/man1/empathy*.1*
|
|
|
|
|
@@ -200,6 +193,11 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
|
|
|
+- new upstream release
|
|
|
+- add BuildRequires: libsecret-devel, yelp-tools
|
|
|
+- remove BuildRequires: libgnome-keyring-devel
|
|
|
+
|
|
|
* Sun Jul 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2.3-1
|
|
|
- new upstream release
|
|
|
|