opal-vl.spec 4.6 KB

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