]> git.pld-linux.org Git - packages/empathy.git/blobdiff - empathy.spec
- 0.11
[packages/empathy.git] / empathy.spec
index d2e9a536c23ba3df9ec9c9ca8bb62f460e337069..b627cec9c6d2af835c285fdb3dfff89d255ee3a1 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:       0.10
+Version:       0.11
 Release:       1
 License:       GPL
 Group:         Applications/Communications
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/empathy/0.10/%{name}-%{version}.tar.bz2
-# Source0-md5: 8b3e3efc2963fffe9b1051f7484372ac
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/empathy/0.11/%{name}-%{version}.tar.bz2
+# Source0-md5: 8ee7ae2993d754fe5dcb3bc6cee2c1cd
 URL:           http://empathy.imendio.org/
 BuildRequires: GConf2-devel
 BuildRequires: autoconf >= 2.59
@@ -22,7 +22,7 @@ BuildRequires:        libtool
 BuildRequires: libxml2-devel >= 1:2.6.28
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.311
-BuildRequires: telepathy-mission-control-devel >= 4.27
+BuildRequires: telepathy-mission-control-devel >= 4.33
 Requires:      %{name}-libs = %{version}-%{release}
 Requires(post,postun): gtk+2 >= 2:2.10.12
 Requires(post,postun): hicolor-icon-theme
@@ -42,6 +42,17 @@ possible.
 Celem Empathy jest uczynienie komunikowania poprzez Jabbera tak łatwym
 jak to tylko możliwe.
 
+%package libs
+Summary:       Libraries for empathy
+Summary(pl.UTF-8):     Biblioteki dla empathy
+Group:         Libraries
+
+%description libs
+Libraries for empathy.
+
+%description libs -l pl.UTF-8
+Biblioteki dla empathy.
+
 %package devel
 Summary:       empathy header files
 Summary(pl.UTF-8):     Pliki nagłówkowe empathy
@@ -54,17 +65,6 @@ empathy header files.
 %description devel -l pl.UTF-8
 Pliki nagłówkowe empathy.
 
-%package libs
-Summary:       Libraries for empathy
-Summary(pl.UTF-8):     Biblioteki dla empathy
-Group:         Libraries
-
-%description libs
-Libraries for empathy.
-
-%description libs -l pl.UTF-8
-Biblioteki dla empathy.
-
 %package static
 Summary:       empathy static libraries
 Summary(pl.UTF-8):     Statyczne biblioteki empathy
@@ -115,6 +115,9 @@ rm -rf $RPM_BUILD_ROOT
 %postun
 %update_icon_cache hicolor
 
+%post  libs -p /sbin/ldconfig
+%postun        libs -p /sbin/ldconfig
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS CONTRIBUTORS ChangeLog NEWS README
@@ -127,24 +130,24 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/mission-control/profiles/*.profile
 %{_datadir}/telepathy/managers/empathy-chat.chandler
 
+%files libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libempathy.so.*.*
+%attr(755,root,root) %{_libdir}/libempathy-gtk.so.*.*
+
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}/libempathy
-%{_includedir}/libempathy-gtk
 %attr(755,root,root) %{_libdir}/libempathy.so
 %attr(755,root,root) %{_libdir}/libempathy-gtk.so
 %{_libdir}/libempathy.la
 %{_libdir}/libempathy-gtk.la
+%{_includedir}/libempathy
+%{_includedir}/libempathy-gtk
 %{_gtkdocdir}/libempathy
 %{_gtkdocdir}/libempathy-gtk
 %{_pkgconfigdir}/libempathy.pc
 %{_pkgconfigdir}/libempathy-gtk.pc
 
-%files libs
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libempathy.so.*.*
-%attr(755,root,root) %{_libdir}/libempathy-gtk.so.*.*
-
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libempathy.a
This page took 0.038559 seconds and 4 git commands to generate.