]> git.pld-linux.org Git - packages/telepathy-gabble.git/blobdiff - telepathy-gabble.spec
- updated to 0.16.2
[packages/telepathy-gabble.git] / telepathy-gabble.spec
index 92aa82cec3fe6036a82ae1c48899f714a03fe89a..1ca41824d482aa7856a37ed377a691fc357386c9 100644 (file)
@@ -1,25 +1,45 @@
 Summary:       A Telepathy connection manager for Jabber/XMPP
+Summary(pl.UTF-8):     Zarządca połączeń Telepathy dla Jabbera/XMPP
 Name:          telepathy-gabble
-Version:       0.5.11
+# NOTE: 0.17.x is development branch
+Version:       0.16.2
 Release:       1
 License:       LGPL
 Group:         Libraries
 Source0:       http://telepathy.freedesktop.org/releases/telepathy-gabble/%{name}-%{version}.tar.gz
-# Source0-md5: 2e19a4b1d62031459ad9bf7a9ac5bea3
+# Source0-md5: d79fc12524e9b68e9a1a833960f97d01
 URL:           http://telepathy.freedesktop.org/wiki/
 BuildRequires: autoconf >= 2.59
-BuildRequires: automake >= 1:1.8
-BuildRequires: dbus-glib-devel >= 0.61
+BuildRequires: automake >= 1:1.11
+BuildRequires: cyrus-sasl-devel
+BuildRequires: dbus-devel >= 1.1.0
+BuildRequires: dbus-glib-devel >= 0.82
+BuildRequires: glib2-devel >= 1:2.30
+BuildRequires: libnice-devel >= 0.0.11
+BuildRequires: libsoup-devel >= 2.4.0
 BuildRequires: libtool
+BuildRequires: libxml2-devel
 BuildRequires: libxslt-progs
-BuildRequires: loudmouth-devel
+BuildRequires: openssl-devel >= 0.9.8g
 BuildRequires: pkgconfig
-BuildRequires: telepathy-glib-devel
+BuildRequires: python >= 1:2.5
+BuildRequires: sqlite3-devel
+BuildRequires: telepathy-glib-devel >= 0.18.0
+BuildRequires: which
+Requires:      ca-certificates
+Requires:      dbus >= 1.1.0
+Requires:      dbus-glib >= 0.82
+Requires:      glib2 >= 1:2.30
+Requires:      libnice >= 0.0.11
+Requires:      telepathy-glib >= 0.18.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 A connection manager to connect Telepathy to Jabber/XMPP.
 
+%description -l pl.UTF-8
+Zarządca połączeń pozwalający połączyć się Telepathy z Jabberem/XMPP.
+
 %prep
 %setup -q
 
@@ -29,7 +49,11 @@ A connection manager to connect Telepathy to Jabber/XMPP.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+       --disable-silent-rules \
+       --disable-static \
+       --with-ca-certificates=%{_sysconfdir}/certs/ca-certificates.crt \
+       --with-tls=openssl
 %{__make}
 
 %install
@@ -38,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/telepathy/gabble-0/{lib,plugins}/*.la
+%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/doc/telepathy-gabble
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -47,6 +74,18 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
-%attr(755,root,root) %{_bindir}/telepathy-gabble
+%attr(755,root,root) %{_bindir}/telepathy-gabble-xmpp-console
+%attr(755,root,root) %{_libdir}/telepathy-gabble
+%dir %{_libdir}/telepathy
+%dir %{_libdir}/telepathy/gabble-0
+%dir %{_libdir}/telepathy/gabble-0/lib
+%attr(755,root,root) %{_libdir}/telepathy/gabble-0/lib/libgabble-plugins-%{version}.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-%{version}.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/telepathy-gabble.8*
This page took 0.07024 seconds and 4 git commands to generate.