Name: telepathy-logger Version: 0.8.0 Release: 5%{?dist} Summary: Telepathy framework logging daemon Group: Applications/Communications License: LGPLv2+ URL: http://telepathy.freedesktop.org/wiki/Logger Source0: http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.bz2 BuildRequires: dbus-devel >= 1.1.0 BuildRequires: dbus-glib-devel >= 0.82 BuildRequires: telepathy-glib-devel >= 0.19.2 BuildRequires: glib2-devel >= 2.25.11 BuildRequires: sqlite-devel BuildRequires: libxml2-devel BuildRequires: gnome-doc-utils BuildRequires: intltool BuildRequires: gobject-introspection-devel ## Build Requires needed for tests. #BuildRequires: python #BuildRequires: python-twisted Requires: telepathy-filesystem %description %{name} is a headless Observer client that logs information received by the Telepathy framework. It features pluggable backends to log different sorts of messages, in different formats. %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %setup -q # more rpath hacks %if "%{_libdir}" != "/usr/lib" sed -i.rpath -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure %endif %build %configure --disable-static --enable-introspection=yes #sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool make %{?_smp_mflags} V=1 %install make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %check make check %post -p /sbin/ldconfig %postun /sbin/ldconfig glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &>/dev/null ||: %posttrans glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &>/dev/null ||: %files %defattr(-,root,root,-) %doc COPYING NEWS README %{_libexecdir}/%{name} %{_libdir}/libtelepathy-logger.so.3* %{_datadir}/glib-2.0/schemas/org.freedesktop.Telepathy.Logger.gschema.xml %{_datadir}/telepathy/clients/Logger.client %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Logger.service %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Logger.service %{_libdir}/girepository-1.0/TelepathyLogger-0.2.typelib %files devel %defattr(-,root,root,-) %doc %{_datadir}/gtk-doc/html/%{name}/ %{_libdir}/libtelepathy-logger.so %{_libdir}/pkgconfig/telepathy-logger-0.2.pc %dir %{_includedir}/telepathy-logger-0.2 %{_includedir}/telepathy-logger-0.2/telepathy-logger/ %{_datadir}/gir-1.0/TelepathyLogger-0.2.gir %changelog * Wed Feb 12 2014 Matěj Cepl - 0.8.0-5 - Enable %check section. Resolves: #1064378 * Fri Jan 24 2014 Daniel Mach - 0.8.0-4 - Mass rebuild 2014-01-24 * Fri Dec 27 2013 Daniel Mach - 0.8.0-3 - Mass rebuild 2013-12-27 * Fri Feb 15 2013 Fedora Release Engineering - 0.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Mon Jan 21 2013 Debarshi Ray - 0.8.0-1 - Update to 0.8.0 * Fri Nov 30 2012 Brian Pepple - 0.6.0-3 - Rebuild. * Wed Oct 31 2012 Rex Dieter - 0.6.0-2 - track sonames so bumps aren't a surprise - verbose build - rpath whack-a-mole * Tue Oct 30 2012 Brian Pepple - 0.6.0-1 - Update to 0.6.0 - Bump minimum version of tp-glib needed. * Sat Jul 21 2012 Fedora Release Engineering - 0.4.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Thu Jun 21 2012 Brian Pepple - 0.4.0-3 - Drop depreciated enable-call option. * Tue Apr 24 2012 Kalev Lember - 0.4.0-2 - Silence rpm scriptlet output * Thu Apr 5 2012 Brian Pepple - 0.4.0-1 - Update to 0.4.0. * Tue Apr 3 2012 Brian Pepple - 0.2.13-1 - Update to 0.2.13. * Sun Jan 08 2012 Brian Pepple - 0.2.12-3 - Rebuild for new gcc. * Mon Dec 19 2011 Brian Pepple - 0.2.12-2 - Enable call support again. * Wed Nov 2 2011 Brian Pepple - 0.2.12-1 - Update to 0.2.12. * Mon Oct 31 2011 Brian Pepple - 0.2.11-1 - Update to 0.2.11. * Tue Aug 23 2011 Brian Pepple - 0.2.10-3 - Disable call logging. * Fri Jun 24 2011 Brian Pepple - 0.2.10-2 - Enable call support. * Thu May 26 2011 Brian Pepple - 0.2.10-1 - Update to 0.2.10. * Fri May 6 2011 Brian Pepple - 0.2.9-1 - Update to 0.2.9. * Thu Mar 31 2011 Brian Pepple - 0.2.8-1 - Update to 0.2.8. - Bump minimum version of tp-glib needed. - Drop infinite loop patch. Fixed upstream. * Wed Mar 30 2011 Brian Pepple - 0.2.7-2 - Backport patch from upstream git for a change that wasn't included with original tarball. Refer to http://lists.freedesktop.org/archives/telepathy/2011-March/005381.html * Fri Mar 25 2011 Brian Pepple - 0.2.7-1 - Update to 0.2.7. * Tue Mar 22 2011 Brian Pepple - 0.2.6-1 - Update to 0.2.6. - Enable gobject-introspection. * Tue Mar 8 2011 Brian Pepple - 0.2.5-1 - Update to 0.2.5. * Tue Mar 1 2011 Brian Pepple - 0.2.4-1 - Update to 0.2.4. * Mon Feb 28 2011 Brian Pepple - 0.2.3-1 - Update to 0.2.3. * Mon Feb 28 2011 Brian Pepple - 0.2.2-1 - Update to 0.2.2. * Thu Feb 24 2011 Brian Pepple - 0.2.1-1 - Update to 0.2.1. * Thu Feb 24 2011 Brian Pepple - 0.2.0-1 - Update to 0.2.0. * Wed Feb 09 2011 Fedora Release Engineering - 0.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Mon Nov 29 2010 Brian Pepple - 0.1.7-1 - Update to 0.1.7. * Wed Oct 13 2010 Brian Pepple - 0.1.6-1 - Update to 0.1.6. * Mon Aug 16 2010 Brian Pepple - 0.1.5-1 - Update to 0.1.5. - Modify spec for change from GConf to gsettings. - Add BR on intltool. * Fri Jul 9 2010 Brian Pepple - 0.1.4-1 - Update to 0.1.4. * Wed Jul 7 2010 Brian Pepple - 0.1.3-2 - Remove unnecessary buildroot info. - Remove rpath. * Mon Jun 28 2010 Brian Pepple - 0.1.3-1 - Initial Fedora spec file.