Name: ktp-kded-integration-module Version: 0.9.0 Release: 1mamba Summary: Telepathy integration module for the KDE Plasma Desktop Group: Graphical Desktop/Applications/Networking Vendor: openmamba Distribution: openmamba Packager: Davide Madrisan URL: http://www.kde.org Source: http://download.kde.org/stable/kde-telepathy/%{version}/src/ktp-kded-integration-module-%{version}.tar.bz2 License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: kdelibs-devel BuildRequires: ktp-common-internals-devel BuildRequires: libgcc BuildRequires: libqt4-devel BuildRequires: libstdc++6-devel BuildRequires: telepathy-qt-devel ## AUTOBUILDREQ-END BuildRequires: cmake Requires: kde-workspace BuildRoot: %{_tmppath}/%{name}-%{version}-root %debug_package %description Telepathy integration module for the KDE Plasma Desktop. %prep %setup -q %build %cmake_kde4 -d build %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -C build %find_lang %{name} --all-name --with-kde || touch %{name}.lang %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %posttrans update-desktop-database -q >/dev/null 2>&1 update-mime-database %{_kde4_mimedir} >/dev/null 2>&1 exit 0 %postun if [ $1 -eq 0 ]; then update-desktop-database -q >/dev/null 2>&1 update-mime-database %{_kde4_mimedir} >/dev/null 2>&1 fi exit 0 %files -f %{name}.lang %defattr(-,root,root) %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.*.service %{_kde4_libdir}/kde4/kcm_ktp_integration_module.so %{_kde4_libdir}/kde4/kded_ktp_integration_module.so %{_kde4_servicesdir}/kcm_ktp_integration_module.desktop %{_kde4_servicesdir}/kded/kded_ktp_integration_module.desktop %doc COPYING %changelog * Thu Oct 30 2014 Silvan Calarco 0.9.0-1mamba - update to 0.9.0 * Tue Oct 28 2014 Silvan Calarco 0.8.1-1mamba - update to 0.8.1 * Sun Oct 07 2012 Davide Madrisan 0.5.1-1mamba - update to 0.5.1 * Tue Aug 28 2012 Davide Madrisan 0.5.0-1mamba - update to 0.5.0 * Fri Jul 27 2012 Davide Madrisan 0.4.1-1mamba - update to 0.4.1 * Thu Jun 21 2012 Davide Madrisan 0.4.0-1mamba - update to 0.4.0 * Tue Apr 10 2012 Davide Madrisan 0.3.1-1mamba - package created by autospec