opal-vl.spec 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. Summary: Open Phone Abstraction Library
  2. Name: opal
  3. Version: 3.6.2
  4. Release: 1%{?_dist_release}
  5. URL: http://openh323.sourceforge.net/
  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. * Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.2-1
  64. - new upstream release
  65. * Sat Apr 4 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.4.4-1
  66. - new upstream release
  67. * Wed Oct 29 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4.2-1
  68. - new upstream release
  69. * Tue Sep 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4.1-1
  70. - new upstream release
  71. * Sat Sep 29 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.11-0vl1
  72. - new upstream release
  73. * Sun May 27 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.8-0vl3
  74. - rebuilt with openssl-0.9.8e
  75. * Sat May 12 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.8-0vl2
  76. - rebuilt with new toolchains
  77. * Sat Apr 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.8-0vl1
  78. - new upstream release
  79. * Fri Feb 23 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.5-0vl1
  80. - new upstream release
  81. * Sat Feb 3 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.4-0vl1
  82. - initial built for Vine Linux 4.0
  83. * Wed May 31 2006 Daniel Veillard <veillard@redhat.com> - 2.2.2-1
  84. - new release for ekiga-2.0.2
  85. - try to fix #192740 mutilib problem
  86. * Tue Mar 14 2006 Daniel Veillard <veillard@redhat.com> - 2.2.1-1
  87. - last minute break fix and new release
  88. * Tue Mar 14 2006 Ray Strode <rstrode@redhat.com> - 2.2.0-2
  89. - rebuild
  90. * Mon Mar 13 2006 Daniel Veillard <veillard@redhat.com> - 2.2.0-1
  91. - final version for ekiga-2.0.0
  92. * Mon Feb 13 2006 Daniel Veillard <veillard@redhat.com> - 2.1.3-1
  93. - new beta version for ekiga
  94. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.2
  95. - bump again for double-long bug on ppc(64)
  96. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.1
  97. - rebuilt for new gcc4.1 snapshot and glibc changes
  98. * Tue Jan 24 2006 Daniel Veillard <veillard@redhat.com> - 2.1-1
  99. - initial version based on the openh323 spec file