123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- Name: telepathy-logger
- Version: 0.8.2
- Release: 1%{?_dist_release}
- 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.14.5
- BuildRequires: glib2-devel >= 2.25.11
- BuildRequires: sqlite-devel
- BuildRequires: libxml2-devel
- BuildRequires: gnome-doc-utils
- BuildRequires: intltool
- BuildRequires: sqlite3-devel
- BuildRequires: libICE-devel
- BuildRequires: gobject-introspection-devel
- Requires: telepathy-filesystem
- Vendor: Project Vine
- Distribution: Vine Linux
- %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} = %{version}-%{release}
- Requires: pkgconfig
- Requires: telepathy-glib-devel
- Requires: libxml2-devel
- %description devel
- The %{name}-devel package contains libraries and header files for
- developing applications that use %{name}.
- %prep
- %setup -q
- %build
- %configure --disable-static
- #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}
- %install
- make install DESTDIR=$RPM_BUILD_ROOT
- find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
- %post -p /sbin/ldconfig
- %postun
- /sbin/ldconfig
- glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
- %posttrans
- glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
- %files
- %defattr(-,root,root,-)
- %doc COPYING NEWS README
- %{_libexecdir}/%{name}
- %{_libdir}/libtelepathy-logger*.so.*
- %{_libdir}/girepository-1.0/*.typelib
- %{_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
- %files devel
- %defattr(-,root,root,-)
- %doc %{_datadir}/gtk-doc/html/%{name}/
- %{_libdir}/libtelepathy-logger.so
- %{_libdir}/pkgconfig/%{name}*.pc
- %dir %{_includedir}/telepathy-logger-0.2
- %{_includedir}/telepathy-logger-0.2/%{name}/
- %{_datadir}/gir-1.0/*.gir
- %changelog
- * Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.2-1
- - update to 0.8.2
- * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.1-1
- - new upstream release
- * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-2
- - rebuild with VineSeed environment
- * Thu Apr 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-1
- - new upstream release
- * Thu Nov 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-1
- - new upstream release
- * Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.0-1
- - new upstream release
- * Sat Dec 31 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.12-1
- - new upstream release
- * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.10-1
- - new upstream release
- - add BuildRequires: libICE-devel, gobject-introspection-devel
- * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.5-1
- - initial build for Vine Linux
- * Mon Aug 16 2010 Brian Pepple <bpepple@fedoraproject.org> - 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 <bpepple@fedoraproject.org> - 0.1.4-1
- - Update to 0.1.4.
- * Wed Jul 7 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.3-2
- - Remove unnecessary buildroot info.
- - Remove rpath.
- * Mon Jun 28 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.3-1
- - Initial Fedora spec file.
|