From 919310dfcb67564aa98e4ad9abd23276c3ab143e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 18:24:19 +0100 Subject: [PATCH] telepathy-qt-devel: require telepathy-qt-farstream [release 0.9.3-3mamba;Wed Nov 07 2012] --- README.md | 4 ++ telepathy-qt.spec | 111 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 115 insertions(+) create mode 100644 telepathy-qt.spec diff --git a/README.md b/README.md index f13ba1f..1ba195a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # telepathy-qt +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. +See the Telepathy website for more information. + diff --git a/telepathy-qt.spec b/telepathy-qt.spec new file mode 100644 index 0000000..4d236f3 --- /dev/null +++ b/telepathy-qt.spec @@ -0,0 +1,111 @@ +Name: telepathy-qt +Version: 0.9.3 +Release: 3mamba +Summary: A library for Qt-based Telepathy clients +Group: Graphical Desktop/Libraries/QT +Vendor: openmamba +Distribution: openmamba +Packager: Davide Madrisan +URL: http://telepathy.freedesktop.org/ +Source: http://telepathy.freedesktop.org/releases/telepathy-qt/telepathy-qt-%{version}.tar.gz +License: LGPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libgcc +BuildRequires: libqt4-devel +BuildRequires: libstdc++6-devel +BuildRequires: telepathy-farstream-devel +BuildRequires: telepathy-glib-devel +## AUTOBUILDREQ-END +BuildRequires: cmake +BuildRequires: libqt4-apidocs +BuildRequires: farstream1-devel +Provides: telepathy-qt4 = %{?epoch:%epoch:}%{version}-%{release} +Provides: libtelepathy-qt4 +Obsoletes: libtelepathy-qt4 +Requires: telepathy-mission-control +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%debug_package + +%description +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. +See the Telepathy website for more information. + +%package farstream +Summary: Farstream %{name} bindings +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} +Provides: telepathy-qt4-farstream = %{?epoch:%epoch:}%{version}-%{release} + +%description farstream +%{summary}. + +%package devel +Group: Development/Libraries +Summary: Development files for %{name} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} +Requires: %{name}-farstream = %{?epoch:%epoch:}%{version}-%{release} +Provides: telepathy-qt4-devel = %{?epoch:%epoch:}%{version}-%{release} +Provides: telepathy-qt4-farstream-devel = %{?epoch:%epoch:}%{version}-%{release} +Provides: %{name}-farstream-devel = %{?epoch:%epoch:}%{version}-%{release} +Requires: pkg-config +Provides: libtelepathy-qt4-devel +Obsoletes: libtelepathy-qt4-devel + +%description devel +This package contains libraries and header files for developing applications that use %{name}. + +%prep +%setup -q + +%build +%cmake -d build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall -C build + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%post farstream -p /sbin/ldconfig +%postun farstream -p /sbin/ldconfig + +%files +%defattr(-,root,root) +%{_libdir}/libtelepathy-qt4.so.* +%doc AUTHORS COPYING + +%files farstream +%defattr(-,root,root) +%{_libdir}/libtelepathy-qt4-farstream.so.* + +%files devel +%defattr(-,root,root) +%{_includedir}/telepathy-qt4/TelepathyQt/ +%{_libdir}/libtelepathy-qt4-farstream.so +%{_libdir}/libtelepathy-qt4.so +%{_libdir}/cmake/TelepathyQt4/ +%{_libdir}/cmake/TelepathyQt4Farstream/ +%{_libdir}/pkgconfig/*.pc + +%changelog +* Wed Nov 07 2012 Silvan Calarco 0.9.3-3mamba +- telepathy-qt-devel: require telepathy-qt-farstream + +* Tue Oct 16 2012 Silvan Calarco 0.9.3-2mamba +- rebuilt with telepathy-farstream 0.6.0 and farstream1-devel + +* Tue Aug 28 2012 Davide Madrisan 0.9.3-1mamba +- update to 0.9.3 + +* Tue May 29 2012 Silvan Calarco 0.9.1-2mamba +- provide/obsolete libtelepathy-qt4 and libtelepathy-qt4-devel + +* Sun Apr 08 2012 Davide Madrisan 0.9.1-1mamba +- package created by autospec