Name: libdecibel Version: 20090213svn Release: 2mamba Summary: a realtime communications framework Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: gil URL: http://decibel.kde.org/ #Source: http://decibel.kde.org/fileadmin/downloads/decibel/releases/decibel-%{version}.tar.gz too old # svn checkout svn://anonsvn.kde.org/home/kde/trunk/kdesupport/decibel/ # tar cjvf decibel-`date '+%Y%m%d'`svn.tar.bz2 decibel Source: decibel-%{version}.tar.bz2 License: LGPL BuildRequires: cmake ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgcc BuildRequires: libqt4-devel BuildRequires: libstdc++6-devel BuildRequires: libtapioca-qt-devel BuildRequires: libtelepathy-qt-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root #libQtCore.so.4 libQtDBus.so.4 libQtGui.so.4 libQtNetwork.so.4 libQtSvg.so.4 libQtXml.so.4 %description Decibel is a realtime communications framework, integrating services like CTI (Computer Telephone Integration), VoIP (Voice over IP), text based chat and instant messaging. %package devel Group: Development/Libraries Summary: Static libraries and headers for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel Decibel is a realtime communications framework, integrating services like CTI (Computer Telephone Integration), VoIP (Voice over IP), text based chat and instant messaging. This package contains static libraries and header files need for development. %prep %setup -q -n decibel %build %cmake_kde4 -d build %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -C build %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_kde4_bindir}/decibel %{_kde4_bindir}/decibel_logger %{_kde4_bindir}/textchannelgui %dir %{_kde4_sharedir}/Decibel/components %{_kde4_sharedir}/Decibel/components/org.kde.*.component %{_kde4_dbusservicesdir}/org.kde.*.service %dir %{_kde4_libdir}/Decibel %{_kde4_libdir}/Decibel/decibel_*_demo %dir %{_kde4_libdir}/Decibel/plugins %{_kde4_libdir}/Decibel/plugins/lib*connector_simplistic.so %{_kde4_libdir}/libDecibel.so.* %{_kde4_libdir}/libdecibel_pluginhelper.so.* %doc COPYING ChangeLog README %files devel %defattr(-,root,root) %{_kde4_includedir}/Decibel %{_kde4_libdir}/libDecibel.so %{_kde4_libdir}/libdecibel_pluginhelper.so %{_kde4_libdir}/pkgconfig/Decibel.pc %dir %{_kde4_sharedir}/doc/Decibel %{_kde4_sharedir}/doc/Decibel/demos.html %changelog * Tue Jun 07 2011 Silvan Calarco 20090213svn-2mamba - rebuilt to fix dbus-1 directory * Fri Feb 13 2009 Davide Madrisan 20090213svn-1mamba - update to svn - doc moved to devel package * Tue Oct 14 2008 gil 20081014svn-1mamba - package created by autospec