SPECS: telepathy-salut.spec (NEW) - new

megabajt megabajt at pld-linux.org
Mon Jun 11 17:59:03 CEST 2007


Author: megabajt                     Date: Mon Jun 11 15:59:03 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   telepathy-salut.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/telepathy-salut.spec
diff -u /dev/null SPECS/telepathy-salut.spec:1.1
--- /dev/null	Mon Jun 11 17:59:03 2007
+++ SPECS/telepathy-salut.spec	Mon Jun 11 17:58:58 2007
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+Summary:	Link-local XMPP connection manager for the Telepathy
+Name:		telepathy-salut
+Version:	0.1.2
+Release:	1
+License:	LGPL
+Group:		Libraries
+Source0:	http://telepathy.freedesktop.org/releases/telepathy-salut/%{name}-%{version}.tar.gz
+# Source0-md5:	ff5470c472854be8afd2b69892239c06
+URL:		http://telepathy.freedesktop.org/wiki/
+BuildRequires:	autoconf >= 2.59
+BuildRequires:	automake >= 1:1.8
+BuildRequires:	avahi-glib-devel
+BuildRequires:	dbus-glib-devel >= 0.61
+BuildRequires:	glib2-devel >= 2.4
+BuildRequires:	libtool
+BuildRequires:	libxml2-devel >= 1:2.6.28
+BuildRequires:	libxslt-progs
+BuildRequires:	openssl-devel
+BuildRequires:	pkgconfig
+BuildRequires:	python
+BuildRequires:	telepathy-glib-devel >= 0.5.10
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package provides Link-local XMPP functionality for Telepathy.
+
+%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
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog
+%attr(755,root,root) %{_bindir}/telepathy-salut
+%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.salut.service
+%{_datadir}/telepathy/managers/salut.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/06/11 15:58:58  megabajt
+- new
+
================================================================


More information about the pld-cvs-commit mailing list