packages (DEVEL): empathy/empathy.spec - updated to 2.91.90.2 - BR update -...

wiget wiget at pld-linux.org
Mon Feb 28 22:09:08 CET 2011


Author: wiget                        Date: Mon Feb 28 21:09:08 2011 GMT
Module: packages                      Tag: DEVEL
---- Log message:
- updated to 2.91.90.2
- BR update
- use %{__rm} macro

---- Files affected:
packages/empathy:
   empathy.spec (1.77.2.1 -> 1.77.2.2) 

---- Diffs:

================================================================
Index: packages/empathy/empathy.spec
diff -u packages/empathy/empathy.spec:1.77.2.1 packages/empathy/empathy.spec:1.77.2.2
--- packages/empathy/empathy.spec:1.77.2.1	Sat Feb 26 19:56:59 2011
+++ packages/empathy/empathy.spec	Mon Feb 28 22:09:03 2011
@@ -2,53 +2,56 @@
 Summary:	Very easy to use GNOME Telepathy client
 Summary(pl.UTF-8):	Bardzo łatwy w użyciu klient Telepathy dla GNOME
 Name:		empathy
-Version:	2.91.90
+Version:	2.91.90.2
 Release:	1
 License:	GPL v2
 Group:		Applications/Communications
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/empathy/2.91/%{name}-%{version}.tar.bz2
-# Source0-md5:	c2454e8e3ce9e97ff150bc590ce67643
+# Source0-md5:	154f6cdae0e4ec5b0345a5147263a0dd
 Patch0:		configure.patch
 URL:		http://live.gnome.org/Empathy
-BuildRequires:	GConf2-devel >= 2.26.0
 BuildRequires:	NetworkManager-devel >= 0.7.0
 BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake >= 1:1.9
-BuildRequires:	clutter-gtk-devel >= 0.10.0
+BuildRequires:	clutter-gtk-devel >= 0.90.3
 BuildRequires:	dbus-glib-devel >= 0.74
 BuildRequires:	docbook-dtd412-xml
 BuildRequires:	enchant-devel >= 1.2.0
-BuildRequires:	evolution-data-server-devel >= 2.24.0
+BuildRequires:	evolution-data-server-devel >= 2.91.90
 BuildRequires:	farsight2-devel
 BuildRequires:	folks-devel >= 0.3.5
 BuildRequires:	geoclue-devel >= 0.11
 BuildRequires:	gettext-devel
-BuildRequires:	glib2-devel >= 1:2.26.0
+BuildRequires:	glib2-devel >= 1:2.28.0
 BuildRequires:	gnome-common >= 2.24.0
 BuildRequires:	gnome-doc-utils >= 0.18.0
-BuildRequires:	gnome-keyring-devel >= 2.29.4
+BuildRequires:	gnome-control-center-devel >= 2.91.90
+BuildRequires:	gnome-keyring-devel >= 2.91.4
 BuildRequires:	gnutls-devel >= 2.8.5
 BuildRequires:	gstreamer-devel
+BuildRequires:	gsettings-desktop-schemas-devel
 BuildRequires:	gstreamer-plugins-base-devel
-BuildRequires:	gtk+2-devel >= 2:2.22.0
-BuildRequires:	gtk-webkit-devel >= 1.1.15
+BuildRequires:	gtk+3-devel >= 3.0.0
+BuildRequires:	gtk-webkit3-devel >= 1.3.2
 BuildRequires:	intltool >= 0.40.0
 BuildRequires:	iso-codes >= 0.35
-BuildRequires:	libcanberra-gtk-devel >= 0.4
-BuildRequires:	libchamplain-devel >= 0.8.0
+BuildRequires:	libcanberra-gtk3-devel >= 0.25
+BuildRequires:	libchamplain-devel >= 0.9.0
 BuildRequires:	libgnome-keyring-devel >= 2.26.0
-BuildRequires:	libnotify-devel >= 0.4.4
+BuildRequires:	libnotify-devel >= 0.7.0
 BuildRequires:	libtool
-BuildRequires:	libunique-devel >= 1.1.2
 BuildRequires:	libxml2-devel >= 1:2.6.28
+BuildRequires:	libxslt-progs
 BuildRequires:	nautilus-sendto-devel >= 2.91.6
 BuildRequires:	pkgconfig
+BuildRequires:	python >= 2.3
+BuildRequires:	python-modules >= 2.3
 BuildRequires:	rpmbuild(find_lang) >= 1.23
 BuildRequires:	rpmbuild(macros) >= 1.592
 BuildRequires:	sed >= 4.0
 BuildRequires:	telepathy-farsight-devel >= 0.0.14
-BuildRequires:	telepathy-glib-devel >= 0.12.0
-BuildRequires:	telepathy-logger-devel >= 0.1.5
+BuildRequires:	telepathy-glib-devel >= 0.13.14
+BuildRequires:	telepathy-logger-devel >= 0.2.0
 Requires(post,postun):	glib2 >= 1:2.26.0
 Requires(post,postun):	gtk-update-icon-cache
 Requires(post,postun):	hicolor-icon-theme
@@ -82,7 +85,7 @@
 Summary(pl.UTF-8):	Wsparcie Empathy przy wysyłaniu plików z Nautilusa
 Group:		X11/Applications
 Requires:	%{name} = %{version}-%{release}
-Requires:	nautilus-sendto >= 2.32.0
+Requires:	nautilus-sendto >= 2.91.6
 
 %description -n nautilus-sendto-empathy
 Enables sending files from Nautilus to your Empathy contacts.
@@ -94,7 +97,7 @@
 %setup -q
 %patch0 -p1
 
-rm po/en at shaw.po
+%{__rm} po/en at shaw.po
 sed -i 's/^en at shaw//' po/LINGUAS
 
 %build
@@ -106,24 +109,21 @@
 %{__automake}
 %configure \
 	--with-connectivity=nm \
-	--disable-schemas-install \
 	--disable-silent-rules \
 	--disable-static \
-	--enable-favourite-contacts \
 	--enable-location \
 	--enable-nautilus-sendto
 
-%{__make} -j 1
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-	DESTDIR=$RPM_BUILD_ROOT \
-	GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+	DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus-sendto/plugins/*.la
-rm -f $RPM_BUILD_ROOT%{py_sitedir}/*.{la,a}
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/nautilus-sendto/plugins/*.la \
+	$RPM_BUILD_ROOT%{_libdir}/control-center-1/panels/*.la
 
 %find_lang %{name} --with-gnome --with-omf
 
@@ -171,6 +171,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.77.2.2  2011/02/28 21:09:03  wiget
+- updated to 2.91.90.2
+- BR update
+- use %{__rm} macro
+
 Revision 1.77.2.1  2011/02/26 18:56:59  patrys
 - 2.91.90
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/empathy/empathy.spec?r1=1.77.2.1&r2=1.77.2.2&f=u



More information about the pld-cvs-commit mailing list