libjingle-vl.spec 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. Summary: GoogleTalk implementation of Jingle
  2. Summary(ja): Jingle の GoogleTalk 実装
  3. Name: libjingle
  4. Version: 0.3.11
  5. Release: 1%{?_dist_release}
  6. Group: System Environment/Libraries
  7. License: BSD
  8. URL: http://code.google.com/apis/talk/libjingle/
  9. Source0: http://download.sourceforge.net/tapioca-voip/%{name}-%{version}.tar.gz
  10. Patch0: %{name}-%{version}-gcc43.patch
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  12. BuildRequires: expat-devel
  13. BuildRequires: openssl-devel
  14. BuildRequires: pkgconfig
  15. %description
  16. Libjingle is Google Talk's implementation of Jingle and Jingle-Audio
  17. (proposed extensions to XMPP) to interoperate with Google Talk's
  18. peer-to-peer and voice calling capabilities.
  19. %package devel
  20. Summary: Development files for %{name}
  21. Summary(ja): Development files for %{name}
  22. Group: Development/Libraries
  23. Requires: %{name} = %{version}-%{release}
  24. Requires: pkgconfig
  25. Requires: openssl-devel
  26. Requires: expat-devel
  27. %description devel
  28. The %{name}-devel package contains libraries and header files for
  29. developing applications that use %{name}.
  30. %prep
  31. %setup -q
  32. %patch0 -p0 -b .gcc43
  33. %build
  34. %configure --disable-static
  35. make %{?_smp_mflags}
  36. %install
  37. rm -rf $RPM_BUILD_ROOT
  38. make install DESTDIR=$RPM_BUILD_ROOT
  39. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  40. %clean
  41. rm -rf $RPM_BUILD_ROOT
  42. %post -p /sbin/ldconfig
  43. %postun -p /sbin/ldconfig
  44. %files
  45. %defattr(-,root,root,-)
  46. %doc COPYING ChangeLog
  47. %{_bindir}/relayserver
  48. %{_bindir}/stunserver
  49. %{_libdir}/*.so.*
  50. %files devel
  51. %defattr(-,root,root,-)
  52. %{_includedir}/%{name}-0.3/
  53. %{_libdir}/*.so
  54. %{_libdir}/pkgconfig/jinglebase-0.3.pc
  55. %{_libdir}/pkgconfig/jinglep2p-0.3.pc
  56. %{_libdir}/pkgconfig/jinglesession-0.3.pc
  57. %{_libdir}/pkgconfig/jinglexmllite-0.3.pc
  58. %{_libdir}/pkgconfig/jinglexmpp-0.3.pc
  59. %changelog
  60. * Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.11-1
  61. - initial build for Vine Linux
  62. * Sun Mar 16 2008 Brian Pepple <bpepple@localhost.localdomain> - 0.3.11-8
  63. - Add patch to fix build w/ gcc4.3.
  64. * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.3.11-7
  65. - Autorebuild for GCC 4.3
  66. * Fri Feb 8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.3.11-6
  67. - Rebuild for gcc-4.3.
  68. * Wed Dec 5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.11-5
  69. - rebuild for new libssl.so.6/libcrypto.so.6
  70. * Tue Aug 28 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.11-4
  71. - Rebuild for expat 2.0.
  72. * Tue Aug 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.11-3
  73. - Rebuild.
  74. * Wed Jun 27 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.11-2
  75. - Update URL.
  76. * Fri May 18 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.11-1
  77. - Update 0.3.11.
  78. * Mon Sep 4 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.3.10-1
  79. - Initial FE spec.