SPECS: libjingle.spec (NEW) - nfy

radek radek at pld-linux.org
Wed May 24 12:40:17 CEST 2006


Author: radek                        Date: Wed May 24 10:40:17 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- nfy

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

---- Diffs:

================================================================
Index: SPECS/libjingle.spec
diff -u /dev/null SPECS/libjingle.spec:1.1
--- /dev/null	Wed May 24 12:40:17 2006
+++ SPECS/libjingle.spec	Wed May 24 12:40:12 2006
@@ -0,0 +1,143 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_with	tests		# build with tests
+#
+Summary:	Google Talk's implementation of Jingle and Jingle-Audio
+#Summary(pl):	-
+Name:		libjingle
+Version:	0.3.0
+Release:	0.1
+License:	BSD
+Group:		Applications
+Source0:	http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5:	668f5c36bef2b6ac7d5ebfb4e22f6f74
+#https://sourceforge.net/tracker/index.php?func=detail&aid=1483115&group_id=155094&atid=794430
+Patch0:		%{name}-ortp.patch
+URL:		http://code.google.com/apis/talk/
+#BuildRequires:	-
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	libstdc++-devel
+BuildRequires:	libtool
+BuildRequires:	ortp-devel
+BuildRequires:	speex-devel
+#BuildRequires:	
+#Requires(postun):	-
+#Requires(pre,post):	-
+#Requires(preun):	-
+#Requires:	-
+#Provides:	-
+#Provides:	group(foo)
+#Provides:	user(foo)
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Libjingle is a set of C++ components provided by Google to interoperate
+with Google Talk's peer-to-peer and voice calling capabilities. The
+package includes source code for Google's implementation of Jingle and
+Jingle-Audio, two proposed extensions to the XMPP standard that are
+currently available in experimental draft form.
+
+In addition to enabling interoperability with Google Talk, there are
+several general purpose components in the library such as the P2P stack
+which can be used to build a variety of communication and collaboration
+applications.
+
+#%package devel
+#Summary:	Header files for ... library
+#Summary(pl):	Pliki nagłówkowe biblioteki ...
+#Group:		Development/Libraries
+##Requires:	%{name} = %{version}-%{release}
+#
+#%description devel
+#This is the package containing the header files for ... library.
+#
+#%description devel -l pl
+#Ten pakiet zawiera pliki nagłówkowe biblioteki ....
+#
+#%package static
+#Summary:	Static ... library
+#Summary(pl):	Statyczna biblioteka ...
+#Group:		Development/Libraries
+#Requires:	%{name}-devel = %{version}-%{release}
+#
+#%description static
+#Static ... library.
+#
+#%description static -l pl
+#Statyczna biblioteka ....
+
+%prep
+%setup -q
+%patch0 -p0
+
+%build
+%{__gettextize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+cp -f /usr/share/automake/config.sub .
+CFLAGS="%{rpmcflags} -I%{_includedir}/speex"
+%configure \
+	--with-speex="%{_prefix}" \
+	--with-ilbc="%{_prefix}"
+%{__make}
+
+#%{__make} \
+#	CFLAGS="%{rpmcflags}" \
+#	LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%{__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 CREDITS ChangeLog NEWS README THANKS TODO
+
+%if 0
+# if _sysconfdir != /etc:
+#%%dir %{_sysconfdir}
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%endif
+
+# initscript and its config
+%if %{with initscript}
+%attr(754,root,root) /etc/rc.d/init.d/%{name}
+%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
+%endif
+
+#%{_examplesdir}/%{name}-%{version}
+
+%if %{with subpackage}
+%files subpackage
+%defattr(644,root,root,755)
+#%doc extras/*.gz
+#%{_datadir}/%{name}-ext
+%endif
+
+%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  2006/05/24 10:40:12  radek
+- nfy
+
================================================================


More information about the pld-cvs-commit mailing list