Author: megabajt Date: Tue Apr 3 18:00:50 2012 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.16.0
---- Files affected: packages/telepathy-gabble: telepathy-gabble.spec (1.42 -> 1.43) ---- Diffs: ================================================================ Index: packages/telepathy-gabble/telepathy-gabble.spec diff -u packages/telepathy-gabble/telepathy-gabble.spec:1.42 packages/telepathy-gabble/telepathy-gabble.spec:1.43 --- packages/telepathy-gabble/telepathy-gabble.spec:1.42 Sun Apr 1 17:33:12 2012 +++ packages/telepathy-gabble/telepathy-gabble.spec Tue Apr 3 20:00:45 2012 @@ -2,13 +2,13 @@ Summary: A Telepathy connection manager for Jabber/XMPP Summary(pl.UTF-8): Zarządca połączeń Telepathy dla Jabbera/XMPP Name: telepathy-gabble -# NOTE: 0.15.x is development branch -Version: 0.14.1 +# NOTE: 0.17.x is development branch +Version: 0.16.0 Release: 1 License: LGPL Group: Libraries Source0: http://telepathy.freedesktop.org/releases/telepathy-gabble/%{name}-%{version}.tar.gz -# Source0-md5: f6dfcd3da49eb6a558085fc917cdbdd4 +# Source0-md5: 15b15fb58a3c54102c3e3489b4bd5ee0 URL: http://telepathy.freedesktop.org/wiki/ BuildRequires: autoconf >= 2.59 BuildRequires: automake >= 1:1.11 @@ -25,12 +25,12 @@ BuildRequires: pkgconfig BuildRequires: python BuildRequires: sqlite3-devel -BuildRequires: telepathy-glib-devel >= 0.15.9 +BuildRequires: telepathy-glib-devel >= 0.18.0 BuildRequires: which Requires: ca-certificates Requires: dbus >= 1.1.0 Requires: dbus-glib >= 0.82 -Requires: telepathy-glib >= 0.15.9 +Requires: telepathy-glib >= 0.18.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -50,6 +50,7 @@ %{__automake} %configure \ --disable-silent-rules \ + --disable-static \ --with-ca-certificates=%{_sysconfdir}/certs/ca-certificates.crt \ --with-tls=openssl %{__make} @@ -60,7 +61,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -%{__rm} $RPM_BUILD_ROOT%{_libdir}/telepathy/gabble-0/*.la +%{__rm} $RPM_BUILD_ROOT%{_libdir}/telepathy/gabble-0/{lib,plugins}/*.la %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/doc/telepathy-gabble %clean @@ -72,10 +73,18 @@ %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog README +%attr(755,root,root) %{_bindir}/telepathy-gabble-xmpp-console %attr(755,root,root) %{_libdir}/telepathy-gabble %dir %{_libdir}/telepathy %dir %{_libdir}/telepathy/gabble-0 -%attr(755,root,root) %{_libdir}/telepathy/gabble-0/*.so +%dir %{_libdir}/telepathy/gabble-0/lib +%attr(755,root,root) %{_libdir}/telepathy/gabble-0/lib/libgabble-plugins-0.16.0.so +%attr(755,root,root) %{_libdir}/telepathy/gabble-0/lib/libgabble-plugins.so +%attr(755,root,root) %{_libdir}/telepathy/gabble-0/lib/libwocky-telepathy-gabble-0.16.0.so +%attr(755,root,root) %{_libdir}/telepathy/gabble-0/lib/libwocky.so +%dir %{_libdir}/telepathy/gabble-0/plugins +%attr(755,root,root) %{_libdir}/telepathy/gabble-0/plugins/libconsole.so +%attr(755,root,root) %{_libdir}/telepathy/gabble-0/plugins/libgateways.so %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.gabble.service %{_datadir}/telepathy/managers/gabble.manager %{_mandir}/man8/*.8* @@ -86,6 +95,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.43 2012/04/03 18:00:45 megabajt +- updated to 0.16.0 + Revision 1.42 2012/04/01 15:33:12 megabajt - updated to 0.14.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/telepathy-gabble/telepathy-gabble.spec?r1=1.42&r2=1.43 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
