SPECS: telepathy-gabble.spec (NEW) - added
aredridel
aredridel at pld-linux.org
Mon May 14 23:46:59 CEST 2007
Author: aredridel Date: Mon May 14 21:46:59 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added
---- Files affected:
SPECS:
telepathy-gabble.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/telepathy-gabble.spec
diff -u /dev/null SPECS/telepathy-gabble.spec:1.1
--- /dev/null Mon May 14 23:46:59 2007
+++ SPECS/telepathy-gabble.spec Mon May 14 23:46:49 2007
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+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
+
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/05/14 21:46:49 aredridel
+- added
+
================================================================
More information about the pld-cvs-commit
mailing list