opal-vl.spec 4.0 KB

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