From 5a340315b3d5b679f71209840c9f032532318bc1 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 18:23:34 +0100 Subject: [PATCH] automatic update by autodist [release 0.6.1-1mamba;Tue Mar 11 2014] --- README.md | 4 ++ telepathy-farstream.spec | 114 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 118 insertions(+) create mode 100644 telepathy-farstream.spec diff --git a/README.md b/README.md index e874e20..aed86da 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # telepathy-farstream +Telepathy Farstream is a Telepathy client library that uses Farstream to handle call channels. +Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. +It abstracts differences between protocols to provide a unified interface for applications. + diff --git a/telepathy-farstream.spec b/telepathy-farstream.spec new file mode 100644 index 0000000..83f55cc --- /dev/null +++ b/telepathy-farstream.spec @@ -0,0 +1,114 @@ +Name: telepathy-farstream +Version: 0.6.1 +Release: 1mamba +Summary: Telepathy client library to handle Call channels +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Davide Madrisan +URL: http://www.freedesktop.org/wiki/Software/Farstream +Source: http://telepathy.freedesktop.org/releases/telepathy-farstream/telepathy-farstream-%{version}.tar.gz +License: LGPL +## AUTOBUILDREQ-BEGIN +BuildRequires: farstream-devel +BuildRequires: glibc-devel +BuildRequires: gtk-doc +BuildRequires: libdbus-devel +BuildRequires: libdbus-glib-devel +BuildRequires: libglib-devel +BuildRequires: libgstreamer-devel +BuildRequires: libpython-devel +BuildRequires: libxml2-devel +BuildRequires: pkg-config +BuildRequires: telepathy-glib-devel +## AUTOBUILDREQ-END +Obsoletes: libtelepathy-farsight +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%debug_package + +%description +Telepathy Farstream is a Telepathy client library that uses Farstream to handle call channels. +Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. +It abstracts differences between protocols to provide a unified interface for applications. + +%package devel +Group: Development/Libraries +Summary: Development files for %{name} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} +Requires: pkg-config +Obsoletes: libtelepathy-farsight-devel + +%description devel +This package contains libraries and header files for developing applications that use %{name}. + +%package apidocs +Group: Documentation +Summary: %{name} API documentation +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} +Requires: gtk-doc +Obsoletes: libtelepathy-farsight-apidocs + +%description apidocs +This package includes the %{name} API documentation. + +%package -n python-%{name} +Summary: Python binding for %{name} +Group: System/Libraries +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} +Obsoletes: python-libtelepathy-farsight + +%description -n python-%{name} +Python bindings for %{name}. + +%prep +%setup -q + +%build +%configure --enable-gtk-doc --disable-static +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +rm -f %{buildroot}%{python_sitearch}/tpfarstream.la + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root) +%{_libdir}/libtelepathy-farstream.so.* +%{_libdir}/girepository-1.0/TelepathyFarstream-0.6.typelib +%doc COPYING + +%files devel +%defattr(-,root,root) +%{_libdir}/libtelepathy-farstream.la +%{_libdir}/libtelepathy-farstream.so +%{_libdir}/pkgconfig/telepathy-farstream.pc +%{_includedir}/telepathy-*/telepathy-farstream +%{_datadir}/gir-1.0/TelepathyFarstream-0.6.gir +%doc ChangeLog NEWS README + +%files apidocs +%defattr(-,root,root) +%{_datadir}/gtk-doc/html/%{name} + +#%files -n python-%{name} +#%defattr(-,root,root) +#%{python_sitearch}/tpfarstream.so + +%changelog +* Tue Mar 11 2014 Automatic Build System 0.6.1-1mamba +- automatic update by autodist + +* Wed Oct 10 2012 Automatic Build System 0.6.0-1mamba +- automatic version update by autodist + +* Mon Apr 09 2012 Davide Madrisan 0.4.0-1mamba +- package created by autospec