]> git.pld-linux.org Git - packages/empathy.git/blobdiff - empathy.spec
- release 3
[packages/empathy.git] / empathy.spec
index 8133b427d5a2986054252911dbc432131dc1b789..41fb57f8870c22be115c2028bb4332344053075a 100644 (file)
@@ -1,20 +1,20 @@
 Summary:       Very easy to use GNOME Telepathy client
 Summary(pl.UTF-8):     Bardzo łatwy w użyciu klient Telepathy dla GNOME
 Name:          empathy
-Version:       0.21.90
-Release:       1
+Version:       2.24.1
+Release:       3
 License:       GPL
 Group:         Applications/Communications
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/empathy/0.21/%{name}-%{version}.tar.bz2
-# Source0-md5: 6a9f253a151d180ea6ff621727124e24
-Patch0:                %{name}-python2.5.patch
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/empathy/2.24/%{name}-%{version}.tar.bz2
+# Source0-md5: 98d1ef485b23a75a9a115547ca2da66a
 URL:           http://empathy.imendio.org/
 BuildRequires: GConf2-devel
 BuildRequires: aspell-devel
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.9
 BuildRequires: dbus-glib-devel
-BuildRequires: evolution-data-server-devel
+BuildRequires: esound-devel
+BuildRequires: evolution-data-server-devel >= 2.23.6
 BuildRequires: gnome-panel-devel
 BuildRequires: gnome-vfs2-devel
 BuildRequires: gtk+2-devel >= 2:2.12.0
@@ -27,6 +27,7 @@ BuildRequires:        libxml2-devel >= 1:2.6.28
 BuildRequires: pkgconfig
 BuildRequires: python-pygtk-devel
 BuildRequires: rpmbuild(macros) >= 1.311
+BuildRequires: telepathy-glib-devel >= 0.7.7
 BuildRequires: telepathy-mission-control-devel >= 4.53
 Requires(post,postun): gtk+2 >= 2:2.12.0
 Requires(post,postun): hicolor-icon-theme
@@ -110,20 +111,17 @@ Moduł Pythona dla Empathy.
 
 %prep
 %setup -q
-%patch0 -p1
-
-sed -i -e s#sr\@Latn#sr\@latin# po/LINGUAS
-mv po/sr\@{Latn,latin}.po
 
 %build
-%{__glib_gettextize}
-%{__libtoolize}
-%{__intltoolize}
-%{__aclocal}
-%{__autoheader}
-%{__automake}
-%{__autoconf}
+#%{__glib_gettextize}
+#%{__libtoolize}
+#%{__intltoolize}
+#%{__aclocal}
+#%{__autoheader}
+#%{__automake}
+#%{__autoconf}
 %configure \
+       --with-compile-warnings=no \
        --disable-schemas-install \
        --with-html-dir=%{_gtkdocdir}
 %{__make}
@@ -165,19 +163,25 @@ rm -rf $RPM_BUILD_ROOT
 %{_iconsdir}/hicolor/*/apps/*
 %{_sysconfdir}/gconf/schemas/empathy.schemas
 %{_sysconfdir}/gconf/schemas/GNOME_Megaphone_Applet.schemas
-%{_sysconfdir}/xdg/autostart/empathy.desktop
+#%{_sysconfdir}/xdg/autostart/empathy.desktop
 #%attr(755,root,root) %{_libdir}/empathy-call-chandler
-%attr(755,root,root) %{_libdir}/empathy-chat-chandler
+%attr(755,root,root) %{_libdir}/nothere-applet
 %attr(755,root,root) %{_libdir}/megaphone-applet
-%{_libdir}/bonobo/servers/GNOME_Megaphone_Applet.server
-%{_datadir}/dbus-1/services/*.service
+%{_libdir}/bonobo/servers/*.server
+#%{_datadir}/dbus-1/services/*.service
 %{_datadir}/mission-control/profiles/*.profile
-%{_datadir}/telepathy/managers/empathy-chat.chandler
+#%{_datadir}/telepathy/managers/empathy-chat.chandler
+#%{_datadir}/telepathy/managers/empathy-call.chandler
+%{_mandir}/man1/empathy*.1*
+%{_desktopdir}/*.desktop
+%{_omf_dest_dir}/%{name}
 
 %files libs
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libempathy.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libempathy.so.14
 %attr(755,root,root) %{_libdir}/libempathy-gtk.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libempathy-gtk.so.15
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.051805 seconds and 4 git commands to generate.