[packages/telepathy-phoenix] - new

qboosh qboosh at pld-linux.org
Wed Sep 12 18:35:12 CEST 2012


commit 04f2879f0a7c672c4c55bc094f12f051bf79480a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Sep 12 18:35:35 2012 +0200

    - new

 telepathy-phoenix-link.patch | 11 +++++++
 telepathy-phoenix.spec       | 75 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 86 insertions(+)
---
diff --git a/telepathy-phoenix.spec b/telepathy-phoenix.spec
new file mode 100644
index 0000000..ddc0604
--- /dev/null
+++ b/telepathy-phoenix.spec
@@ -0,0 +1,75 @@
+Summary:	Telepathy Phoenix echo bot and tester
+Summary(pl.UTF-8):	Telepathy Phoenix - echo-bot i program testujący
+Name:		telepathy-phoenix
+Version:	0.0.1
+Release:	1
+License:	LGPL v2.1+
+Group:		Libraries
+Source0:	http://telepathy.freedesktop.org/releases/telepathy-phoenix/%{name}-%{version}.tar.gz
+# Source0-md5:	5ecac1278371c7ce90ea2a62415b3aa1
+Patch0:		%{name}-link.patch
+URL:		http://telepathy.freedesktop.org/wiki/
+BuildRequires:	autoconf >= 2.59
+BuildRequires:	automake >= 1:1.11
+BuildRequires:	farstream-devel
+BuildRequires:	glib2-devel >= 1:2.30
+BuildRequires:	libtool
+BuildRequires:	pkgconfig
+BuildRequires:	python >= 1:2.5
+BuildRequires:	telepathy-farstream-devel >= 0.1.0
+BuildRequires:	telepathy-glib-devel >= 0.17.5
+Requires:	glib2 >= 1:2.30
+Requires:	telepathy-farstream >= 0.1.0
+Requires:	telepathy-glib >= 0.17.5
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Phoenix is a echo bot for the telepathy framework re-using the
+standard Telepathy infrastructure. Mission control is used for the
+account management, standard Telepathy clients are used for the echo
+implementation.
+
+%description -l pl.UTF-8
+Phoenix to echo-bot dla szkieletu telepathy, wykorzystujący
+standardową infrastrukturę Telepathy. Do zarządzania kontami
+wykorzystywane jest Mission Control, a do implementacji echa posłużyli
+standardowi klienci Telepathy.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	--disable-silent-rules
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+# use own namespace
+for f in phoenix phoenix-test; do
+	mv $RPM_BUILD_ROOT%{_bindir}/${f} $RPM_BUILD_ROOT%{_bindir}/tp-${f}
+done
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/tp-phoenix
+%attr(755,root,root) %{_bindir}/tp-phoenix-test
+%attr(755,root,root) %{_libexecdir}/phoenix-approver
+%attr(755,root,root) %{_libexecdir}/phoenix-authenticator
+%attr(755,root,root) %{_libexecdir}/phoenix-echo-call
+%attr(755,root,root) %{_libexecdir}/phoenix-echo-text
+%{_datadir}/telepathy-phoenix
diff --git a/telepathy-phoenix-link.patch b/telepathy-phoenix-link.patch
new file mode 100644
index 0000000..4b787c2
--- /dev/null
+++ b/telepathy-phoenix-link.patch
@@ -0,0 +1,11 @@
+--- telepathy-phoenix-0.0.1/configure.ac.orig	2012-09-10 10:07:15.000000000 +0200
++++ telepathy-phoenix-0.0.1/configure.ac	2012-09-12 17:42:02.146857150 +0200
+@@ -51,7 +51,7 @@
+ AC_SUBST(TP_GLIB_LIBS)
+ 
+ dnl Check for farstream
+-PKG_CHECK_MODULES(TP_FARSTREAM, [telepathy-farstream >= 0.1.0])
++PKG_CHECK_MODULES(TP_FARSTREAM, [telepathy-farstream >= 0.1.0 farstream-0.1])
+ 
+ AC_SUBST(TP_FARSTREAM_CFLAGS)
+ AC_SUBST(TP_FARSTREAM_LIBS)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/telepathy-phoenix.git/commitdiff/04f2879f0a7c672c4c55bc094f12f051bf79480a



More information about the pld-cvs-commit mailing list