SPECS: tapioca-xmpp.spec (NEW) - initial PLD release

patrys patrys at pld-linux.org
Fri Jan 19 20:20:02 CET 2007


Author: patrys                       Date: Fri Jan 19 19:20:02 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
SPECS:
   tapioca-xmpp.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/tapioca-xmpp.spec
diff -u /dev/null SPECS/tapioca-xmpp.spec:1.1
--- /dev/null	Fri Jan 19 20:20:02 2007
+++ SPECS/tapioca-xmpp.spec	Fri Jan 19 20:19:57 2007
@@ -0,0 +1,72 @@
+# $Revision$, $Date$
+Summary:	Tapioca is a voip framework
+Name:		tapioca-xmpp
+Version:	0.3.9
+Release:	1
+License:	LGPL
+Group:		Networking/Instant messaging
+Source0:	http://dl.sourceforge.net/tapioca-voip/%{name}-%{version}.tar.gz
+# Source0-md5:	8d810351eb5b30e70b202e067da450c1
+
+Patch0:		%{name}-doxygen.patch
+URL:		http://sourceforge.net/projects/tapioca-voip
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:  dbus-devel >= 0.36
+BuildRequires:  dbus-glib-devel >= 0.36
+BuildRequires:	glib2-devel 
+BuildRequires:	libjingle-devel
+BuildRequires:	libtool
+BuildRequires:  pkgconfig
+BuildRequires:	tapioca-libs-devel
+Requires:	tapioca
+Buildroot:	%{_tmppath}/%{name}-buildroot 
+
+%description
+Tapioca is a framework for Voice over IP (VoIP) and Instant Messaging (IM). 
+Its main goal is to provide an easy way for developing and using VoIP and IM 
+services in any kind of application. It was designed to be cross-platform, 
+lightweight, thread-safe, having mobile devices and applications in mind.
+
+%prep
+%setup -q
+%patch0 -p0
+
+perl -pi -e "s|/lib\b|/%{_lib}|g" configure*
+
+%build
+rm -rf autom4te.cache
+rm -f configure
+%{__aclocal} -I m4
+%{__libtoolize}
+%{__autoheader}
+%{__autoconf}
+%{__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 COPYING ChangeLog README
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/dbus-1/services/org.tapioca.Xmpp.service
+%{_datadir}/tapioca-0.3/xmpp.ini
+
+%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/01/19 19:19:57  patrys
+- initial PLD release
+
================================================================


More information about the pld-cvs-commit mailing list