telepathy-idle-vl.spec 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. Name: telepathy-idle
  2. Version: 0.1.16
  3. Release: 1%{?_dist_release}
  4. Summary: IRC connection manager for Telepathy
  5. Summary(ja): Telepathy のための IRC 接続マネージャー
  6. Group: Applications/Communications
  7. License: LGPLv2+
  8. URL: http://telepathy.freedesktop.org/
  9. Source0: http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
  11. BuildRequires: dbus-devel
  12. BuildRequires: dbus-glib-devel
  13. BuildRequires: openssl-devel >= 0.9.7
  14. BuildRequires: telepathy-glib-devel >= 0.8.0
  15. BuildRequires: libxslt
  16. BuildRequires: python
  17. Requires: telepathy-filesystem
  18. Vendor: Project Vine
  19. Distribution: Vine Linux
  20. Packager: iwaim
  21. %description
  22. A full-featured IRC connection manager for the Telepathy project.
  23. %prep
  24. %setup -q
  25. %check
  26. # make check
  27. %build
  28. %configure
  29. make %{?_smp_mflags}
  30. %install
  31. rm -rf %{buildroot}
  32. make install DESTDIR=%{buildroot}
  33. %clean
  34. rm -rf %{buildroot}
  35. %files
  36. %defattr(-,root,root,-)
  37. %doc AUTHORS COPYING NEWS
  38. %{_libexecdir}/%{name}
  39. %{_datadir}/dbus-1/services/*.service
  40. %{_datadir}/telepathy/managers/*.manager
  41. %{_mandir}/man8/%{name}.8*
  42. %changelog
  43. * Sat Aug 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.16-1
  44. - new upstream release
  45. * Thu Jan 3 2013 IWAI, Masaharu <iwai@alib.jp> 0.1.14-1
  46. - new upstream release
  47. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.12-1
  48. - new upstream release
  49. * Sat Dec 31 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.11-1
  50. - new upstream release
  51. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.10-1
  52. - new upstream release
  53. * Sun Jan 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.6-2
  54. - rebuild with openssl-1.0.0c
  55. * Tue Apr 13 2010 IWAI, Masaharu <iwai@alib.jp> 0.1.6-1
  56. - initial build for Vine Linux
  57. * Fri Feb 19 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.6-1
  58. - Update to 0.1.6.
  59. * Mon Sep 14 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.1.5-1
  60. - Update to 0.1.5.
  61. - Drop glibc patch. Fixed upstream.
  62. * Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 0.1.4-3
  63. - rebuilt with new openssl
  64. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.4-2
  65. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  66. * Sat Jun 27 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.1.4-1
  67. - Update to 0.1.4.
  68. - Add patch to fix glibc compilation bug.
  69. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-2
  70. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  71. * Wed Feb 18 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.1.3-1
  72. - Update to 0.1.3.
  73. - Bump minimum version of tp-glib-devel needed.
  74. * Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> - 0.1.2-4
  75. - rebuild with new openssl
  76. * Fri Feb 8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.1.2-3
  77. - Rebuild for gcc-4.3.
  78. * Wed Dec 5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.2-2
  79. - rebuild for new libssl.so.6/libcrypto.so.6
  80. * Sat Nov 24 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.2-1
  81. - Update to 0.1.2.
  82. - Add BR for telepathy-glib-devel, libxslt, & python.
  83. * Tue Aug 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-3
  84. - Rebuild.
  85. * Sun Aug 5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-2
  86. - Update license tag.
  87. * Tue Jun 19 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-1
  88. - Update to 0.1.1.
  89. - Add check section for tests.
  90. - Add BR on telepathy-glib-unstable-static.
  91. * Mon Apr 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.0.5-1
  92. - Initial spec file.