telepathy-idle-vl.spec 3.2 KB

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