telepathy-idle-vl.spec 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. Name: telepathy-idle
  2. Version: 0.1.12
  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 Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.12-1
  43. - new upstream release
  44. * Sat Dec 31 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.11-1
  45. - new upstream release
  46. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.10-1
  47. - new upstream release
  48. * Sun Jan 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.6-2
  49. - rebuild with openssl-1.0.0c
  50. * Tue Apr 13 2010 IWAI, Masaharu <iwai@alib.jp> 0.1.6-1
  51. - initial build for Vine Linux
  52. * Fri Feb 19 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.6-1
  53. - Update to 0.1.6.
  54. * Mon Sep 14 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.1.5-1
  55. - Update to 0.1.5.
  56. - Drop glibc patch. Fixed upstream.
  57. * Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 0.1.4-3
  58. - rebuilt with new openssl
  59. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.4-2
  60. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  61. * Sat Jun 27 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.1.4-1
  62. - Update to 0.1.4.
  63. - Add patch to fix glibc compilation bug.
  64. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-2
  65. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  66. * Wed Feb 18 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.1.3-1
  67. - Update to 0.1.3.
  68. - Bump minimum version of tp-glib-devel needed.
  69. * Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> - 0.1.2-4
  70. - rebuild with new openssl
  71. * Fri Feb 8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.1.2-3
  72. - Rebuild for gcc-4.3.
  73. * Wed Dec 5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.2-2
  74. - rebuild for new libssl.so.6/libcrypto.so.6
  75. * Sat Nov 24 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.2-1
  76. - Update to 0.1.2.
  77. - Add BR for telepathy-glib-devel, libxslt, & python.
  78. * Tue Aug 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-3
  79. - Rebuild.
  80. * Sun Aug 5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-2
  81. - Update license tag.
  82. * Tue Jun 19 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-1
  83. - Update to 0.1.1.
  84. - Add check section for tests.
  85. - Add BR on telepathy-glib-unstable-static.
  86. * Mon Apr 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.0.5-1
  87. - Initial spec file.