opal-vl.spec 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. Summary: Open Phone Abstraction Library
  2. Name: opal
  3. Version: 3.6.7
  4. Release: 1%{?_dist_release}
  5. URL: http://www.opalvoip.org/
  6. Source0: ftp://ftp.gnome.org/pub/gnome/sources/opal/3.6/%{name}-%{version}.tar.bz2
  7. License: MPL
  8. Group: System Environment/Libraries
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: ptlib-devel >= 2.6.1
  11. BuildRequires: speex-devel
  12. BuildRequires: openldap-devel
  13. BuildRequires: openssl-devel
  14. BuildRequires: libtheora-devel
  15. BuildRequires: SDL-devel
  16. Obsoletes: openh323
  17. %description
  18. Open Phone Abstraction Library, implementation of the ITU H.323
  19. teleconferencing protocol, and successor of the openh323 library.
  20. %package devel
  21. Summary: Development package for opal
  22. Summary(ja): opal の開発用パッケージ
  23. Group: Development/Libraries
  24. Requires: opal = %{version}-%{release}
  25. Requires: ptlib-devel
  26. Obsoletes: openh323-devel
  27. %description devel
  28. Static libraries and header files for development with opal.
  29. %prep
  30. %setup -q
  31. %build
  32. %configure
  33. make OPTCCFLAGS="$RPM_OPT_FLAGS" %{?_smp_mfalgs}
  34. %install
  35. rm -rf $RPM_BUILD_ROOT
  36. make DESTDIR=$RPM_BUILD_ROOT install
  37. rm -f $RPM_BUILD_ROOT/%{_datadir}/opal/opal_inc.mak
  38. rm -f $RPM_BUILD_ROOT/%{_includedir}/opal/sip/sdpcaps.h
  39. rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
  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 mpl-1.0.htm
  47. %{_libdir}/lib*.so.*
  48. %dir %{_libdir}/opal-%{version}
  49. %dir %{_libdir}/opal-%{version}/codecs
  50. %dir %{_libdir}/opal-%{version}/codecs/audio
  51. %dir %{_libdir}/opal-%{version}/codecs/video
  52. %dir %{_libdir}/opal-%{version}/lid
  53. %{_libdir}/opal-%{version}/codecs/audio/*.so
  54. %{_libdir}/opal-%{version}/codecs/video/*.so
  55. %{_libdir}/opal-%{version}/lid/*.so
  56. %files devel
  57. %defattr(-,root,root)
  58. %doc samples
  59. %{_includedir}/*
  60. %{_libdir}/lib*.so
  61. %{_libdir}/pkgconfig/*
  62. %changelog
  63. * Sun Mar 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.7-1
  64. - new upstream release
  65. - fix URL
  66. * Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.2-1
  67. - new upstream release
  68. * Sat Apr 4 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.4.4-1
  69. - new upstream release
  70. * Wed Oct 29 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4.2-1
  71. - new upstream release
  72. * Tue Sep 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4.1-1
  73. - new upstream release
  74. * Sat Sep 29 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.11-0vl1
  75. - new upstream release
  76. * Sun May 27 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.8-0vl3
  77. - rebuilt with openssl-0.9.8e
  78. * Sat May 12 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.8-0vl2
  79. - rebuilt with new toolchains
  80. * Sat Apr 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.8-0vl1
  81. - new upstream release
  82. * Fri Feb 23 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.5-0vl1
  83. - new upstream release
  84. * Sat Feb 3 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.4-0vl1
  85. - initial built for Vine Linux 4.0
  86. * Wed May 31 2006 Daniel Veillard <veillard@redhat.com> - 2.2.2-1
  87. - new release for ekiga-2.0.2
  88. - try to fix #192740 mutilib problem
  89. * Tue Mar 14 2006 Daniel Veillard <veillard@redhat.com> - 2.2.1-1
  90. - last minute break fix and new release
  91. * Tue Mar 14 2006 Ray Strode <rstrode@redhat.com> - 2.2.0-2
  92. - rebuild
  93. * Mon Mar 13 2006 Daniel Veillard <veillard@redhat.com> - 2.2.0-1
  94. - final version for ekiga-2.0.0
  95. * Mon Feb 13 2006 Daniel Veillard <veillard@redhat.com> - 2.1.3-1
  96. - new beta version for ekiga
  97. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.2
  98. - bump again for double-long bug on ppc(64)
  99. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.1
  100. - rebuilt for new gcc4.1 snapshot and glibc changes
  101. * Tue Jan 24 2006 Daniel Veillard <veillard@redhat.com> - 2.1-1
  102. - initial version based on the openh323 spec file