]> git.pld-linux.org Git - packages/empathy.git/commitdiff
- updated to 2.30.0.1 auto/th/empathy-2_30_0_1-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Fri, 9 Apr 2010 15:00:20 +0000 (15:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed obsolete configure options

Changed files:
    empathy.spec -> 1.60

empathy.spec

index aa08c64004d2ed780357d51738ebcd70756bb901..799d2d3b9e60dddc714ac577ca738e21151a00e6 100644 (file)
@@ -1,12 +1,12 @@
 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.30.0
+Version:       2.30.0.1
 Release:       1
 License:       GPL v2
 Group:         Applications/Communications
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/empathy/2.30/%{name}-%{version}.tar.bz2
-# Source0-md5: d7525475d5d3a0274212637852dc0d7d
+# Source0-md5: d3b1d2772fe4d506a7f797d2e0cf8ab2
 URL:           http://live.gnome.org/Empathy
 BuildRequires: GConf2-devel >= 2.26.0
 BuildRequires: NetworkManager-devel >= 0.7
@@ -18,26 +18,27 @@ 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: farsight2-devel
 BuildRequires: geoclue-devel >= 0.11
 BuildRequires: gettext-devel
 BuildRequires: gnome-common >= 2.24.0
 BuildRequires: gnome-doc-utils >= 0.18.0
-BuildRequires: gnome-keyring-devel
 BuildRequires: gnome-panel-devel >= 2.24.0
 BuildRequires: gstreamer-devel
 BuildRequires: gstreamer-plugins-base-devel
-BuildRequires: gtk+2-devel >= 2:2.16.0
+BuildRequires: gtk+2-devel >= 2:2.18.0
 BuildRequires: gtk-doc >= 1.3
 BuildRequires: gtk-webkit-devel >= 1.1.7
 BuildRequires: intltool >= 0.40.0
 BuildRequires: iso-codes >= 0.35
 BuildRequires: libcanberra-gtk-devel >= 0.4
 BuildRequires: libchamplain-devel >= 0.4
+BuildRequires: libgnome-keyring-devel
 BuildRequires: libnotify-devel >= 0.4.4
 BuildRequires: libtool
 BuildRequires: libunique-devel
 BuildRequires: libxml2-devel >= 1:2.6.28
-BuildRequires: nautilus-sendto-devel >= 2.28.0.1
+BuildRequires: nautilus-sendto-devel >= 2.28.1
 BuildRequires: pkgconfig
 BuildRequires: python-pygtk-devel
 BuildRequires: rpm-pythonprov
@@ -78,7 +79,7 @@ Summary:      Empathy support for sending files in Nautilus
 Summary(pl.UTF-8):     Wsparcie Empathy przy wysyłaniu plików z Nautilusa
 Group:         X11/Applications
 Requires:      %{name} = %{version}-%{release}
-Requires:      nautilus-sendto >= 2.28.0.1
+Requires:      nautilus-sendto >= 2.28.1
 
 %description -n nautilus-sendto-empathy
 Enables sending files from Nautilus to your Empathy contacts.
@@ -100,14 +101,12 @@ sed -i 's/^en@shaw//' po/LINGUAS
 %{__automake}
 %configure \
        --with-connectivity=nm \
-       --with-compile-warnings=no \
        --disable-schemas-install \
+       --disable-silent-rules \
        --disable-static \
        --enable-location \
-       --enable-nautilus-sendto \
-       --enable-gtk-doc \
-       --enable-shave \
-       --with-html-dir=%{_gtkdocdir}
+       --enable-nautilus-sendto
+
 %{__make} -j 1
 
 %install
@@ -117,6 +116,7 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 
+rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus-sendto/plugins/*.la
 rm -f $RPM_BUILD_ROOT%{py_sitedir}/*.{la,a}
 
 %find_lang %{name} --with-gnome --with-omf
This page took 0.061082 seconds and 4 git commands to generate.