telepathy-logger-vl.spec 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. Name: telepathy-logger
  2. Version: 0.8.2
  3. Release: 1%{?_dist_release}
  4. Summary: Telepathy framework logging daemon
  5. Group: Applications/Communications
  6. License: LGPLv2+
  7. URL: http://telepathy.freedesktop.org/wiki/Logger
  8. Source0: http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.bz2
  9. BuildRequires: dbus-devel >= 1.1.0
  10. BuildRequires: dbus-glib-devel >= 0.82
  11. BuildRequires: telepathy-glib-devel >= 0.14.5
  12. BuildRequires: glib2-devel >= 2.25.11
  13. BuildRequires: sqlite-devel
  14. BuildRequires: libxml2-devel
  15. BuildRequires: gnome-doc-utils
  16. BuildRequires: intltool
  17. BuildRequires: sqlite3-devel
  18. BuildRequires: libICE-devel
  19. BuildRequires: gobject-introspection-devel
  20. Requires: telepathy-filesystem
  21. Vendor: Project Vine
  22. Distribution: Vine Linux
  23. %description
  24. %{name} is a headless Observer client that logs information
  25. received by the Telepathy framework. It features pluggable
  26. backends to log different sorts of messages, in different formats.
  27. %package devel
  28. Summary: Development files for %{name}
  29. Group: Development/Libraries
  30. Requires: %{name} = %{version}-%{release}
  31. Requires: pkgconfig
  32. Requires: telepathy-glib-devel
  33. Requires: libxml2-devel
  34. %description devel
  35. The %{name}-devel package contains libraries and header files for
  36. developing applications that use %{name}.
  37. %prep
  38. %setup -q
  39. %build
  40. %configure --disable-static
  41. #sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
  42. sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
  43. make %{?_smp_mflags}
  44. %install
  45. make install DESTDIR=$RPM_BUILD_ROOT
  46. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  47. %post -p /sbin/ldconfig
  48. %postun
  49. /sbin/ldconfig
  50. glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
  51. %posttrans
  52. glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
  53. %files
  54. %defattr(-,root,root,-)
  55. %doc COPYING NEWS README
  56. %{_libexecdir}/%{name}
  57. %{_libdir}/libtelepathy-logger*.so.*
  58. %{_libdir}/girepository-1.0/*.typelib
  59. %{_datadir}/glib-2.0/schemas/org.freedesktop.Telepathy.Logger.gschema.xml
  60. %{_datadir}/telepathy/clients/Logger.client
  61. %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Logger.service
  62. %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Logger.service
  63. %files devel
  64. %defattr(-,root,root,-)
  65. %doc %{_datadir}/gtk-doc/html/%{name}/
  66. %{_libdir}/libtelepathy-logger.so
  67. %{_libdir}/pkgconfig/%{name}*.pc
  68. %dir %{_includedir}/telepathy-logger-0.2
  69. %{_includedir}/telepathy-logger-0.2/%{name}/
  70. %{_datadir}/gir-1.0/*.gir
  71. %changelog
  72. * Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.2-1
  73. - update to 0.8.2
  74. * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.1-1
  75. - new upstream release
  76. * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-2
  77. - rebuild with VineSeed environment
  78. * Thu Apr 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-1
  79. - new upstream release
  80. * Thu Nov 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-1
  81. - new upstream release
  82. * Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.0-1
  83. - new upstream release
  84. * Sat Dec 31 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.12-1
  85. - new upstream release
  86. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.10-1
  87. - new upstream release
  88. - add BuildRequires: libICE-devel, gobject-introspection-devel
  89. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.5-1
  90. - initial build for Vine Linux
  91. * Mon Aug 16 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.5-1
  92. - Update to 0.1.5.
  93. - Modify spec for change from GConf to gsettings.
  94. - Add BR on intltool.
  95. * Fri Jul 9 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.4-1
  96. - Update to 0.1.4.
  97. * Wed Jul 7 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.3-2
  98. - Remove unnecessary buildroot info.
  99. - Remove rpath.
  100. * Mon Jun 28 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.3-1
  101. - Initial Fedora spec file.