From: aredridel Date: Mon, 14 May 2007 21:46:49 +0000 (+0000) Subject: - added X-Git-Tag: auto/th/telepathy-gabble-0_5_11-1~2 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=fe709fd2ebee452b7f7c1383aeb0eda4dd281c4b;p=packages%2Ftelepathy-gabble.git - added Changed files: telepathy-gabble.spec -> 1.1 --- fe709fd2ebee452b7f7c1383aeb0eda4dd281c4b diff --git a/telepathy-gabble.spec b/telepathy-gabble.spec new file mode 100644 index 0000000..92aa82c --- /dev/null +++ b/telepathy-gabble.spec @@ -0,0 +1,52 @@ +Summary: A Telepathy connection manager for Jabber/XMPP +Name: telepathy-gabble +Version: 0.5.11 +Release: 1 +License: LGPL +Group: Libraries +Source0: http://telepathy.freedesktop.org/releases/telepathy-gabble/%{name}-%{version}.tar.gz +# Source0-md5: 2e19a4b1d62031459ad9bf7a9ac5bea3 +URL: http://telepathy.freedesktop.org/wiki/ +BuildRequires: autoconf >= 2.59 +BuildRequires: automake >= 1:1.8 +BuildRequires: dbus-glib-devel >= 0.61 +BuildRequires: libtool +BuildRequires: libxslt-progs +BuildRequires: loudmouth-devel +BuildRequires: pkgconfig +BuildRequires: telepathy-glib-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +A connection manager to connect Telepathy to Jabber/XMPP. + +%prep +%setup -q + +%build +%{__libtoolize} +%{__aclocal} -I m4 +%{__autoconf} +%{__autoheader} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog README +%attr(755,root,root) %{_bindir}/telepathy-gabble +%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.gabble.service +%{_datadir}/telepathy/managers/gabble.manager