123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197 |
- Summary: Open Phone Abstraction Library
- Name: opal
- Version: 3.10.11
- Release: 1%{?_dist_release}
- Group: System Environment/Libraries
- Vendor: Project Vine
- Distribution: Vine Linux
- License: MPL
- URL: http://www.opalvoip.org/
- %global shortver %(echo %{version} | sed -e 's/\.[0-9]*$//')
- # We cannot use unmodified upstream source code because it contains some areas of legal concern.
- # rm -rf plugins/video/H.263-1998/
- # rm -rf plugins/video/H.264/
- # rm -rf plugins/video/MPEG4-ffmpeg/
- #Source0: https://download.gnome.org/sources/opal/%{shortver}/%{name}-%{version}.tar.xz
- Source0: %{name}-%{version}-clean.tar.xz
- Patch0: opal-3.10-fix-cflags.patch
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: ruby
- BuildRequires: expat-devel
- BuildRequires: libtheora-devel
- BuildRequires: openldap-devel
- BuildRequires: openssl-devel
- BuildRequires: ptlib-devel >= 2.10.11
- BuildRequires: SDL-devel
- BuildRequires: swig
- BuildRequires: speex-devel
- BuildRequires: speexdsp-devel
- Obsoletes: openh323
- %description
- Open Phone Abstraction Library, implementation of the ITU H.323
- teleconferencing protocol, and successor of the openh323 library.
- %package devel
- Summary: Development package for opal
- Summary(ja): opal の開発用パッケージ
- Group: Development/Libraries
- Requires: opal = %{version}-%{release}
- Requires: ptlib-devel >= 2.10.11
- Requires: speex-devel
- Obsoletes: openh323-devel
- %description devel
- Static libraries and header files for development with opal.
- %prep
- %setup -q
- %patch0 -p1 -b.cf
- for file in dll so bin lib exe; do
- find . -name "*.$file" -delete
- done
- %build
- %configure
- make OPTCCFLAGS="$RPM_OPT_FLAGS" %{?_smp_mfalgs}
- %install
- rm -rf $RPM_BUILD_ROOT
- make DESTDIR=$RPM_BUILD_ROOT install
- rm -f $RPM_BUILD_ROOT/%{_datadir}/opal/opal_inc.mak
- rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
- %clean
- rm -rf $RPM_BUILD_ROOT
- %post -p /sbin/ldconfig
- %postun -p /sbin/ldconfig
- %files
- %defattr(-,root,root)
- %license mpl-1.0.htm
- %{_libdir}/lib*.so.*
- %dir %{_libdir}/opal-%{version}
- %dir %{_libdir}/opal-%{version}/codecs
- %dir %{_libdir}/opal-%{version}/codecs/audio
- %dir %{_libdir}/opal-%{version}/codecs/video
- %{_libdir}/opal-%{version}/codecs/audio/*.so
- %{_libdir}/opal-%{version}/codecs/video/*.so
- %files devel
- %defattr(-,root,root)
- %doc samples
- %{_includedir}/*
- %{_libdir}/lib*.so
- %{_libdir}/pkgconfig/*
- %changelog
- * Sat Apr 25 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.10.11-1
- - new upstream release.
- - rebuilt with openssl-1.1.x.
- * Sat Jul 02 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.10-4
- - rebuild with gcc-5.4.0
- * Sat May 07 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.10-3
- - rebuild with openssl-1.0.2
- * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.10-2
- - rebuild with VineSeed environment
- * Sun Mar 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.10-1
- - new upstream release
- * Fri Jan 04 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.9-1
- - new upstream release
- - add BuildRequires: speex-devel, expat-devel
- * Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.7-1
- - new upstream release
- - add BuildRequires: ruby, swig, celt-devel
- * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.2-1
- - new upstream release
- * Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
- - new upstream release
- * Mon Jan 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.8-2
- - rebuild with openssl-1.0.0c
- * Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.8-1
- - new upstream release
- - add Requires: speex-devel (devel package)
- * Sun Mar 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.7-1
- - new upstream release
- - fix URL
- * Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.2-1
- - new upstream release
- * Sat Apr 4 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.4.4-1
- - new upstream release
- * Wed Oct 29 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4.2-1
- - new upstream release
- * Tue Sep 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4.1-1
- - new upstream release
- * Sat Sep 29 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.11-0vl1
- - new upstream release
- * Sun May 27 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.8-0vl3
- - rebuilt with openssl-0.9.8e
- * Sat May 12 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.8-0vl2
- - rebuilt with new toolchains
- * Sat Apr 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.8-0vl1
- - new upstream release
- * Fri Feb 23 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.5-0vl1
- - new upstream release
- * Sat Feb 3 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.4-0vl1
- - initial built for Vine Linux 4.0
- * Wed May 31 2006 Daniel Veillard <veillard@redhat.com> - 2.2.2-1
- - new release for ekiga-2.0.2
- - try to fix #192740 mutilib problem
- * Tue Mar 14 2006 Daniel Veillard <veillard@redhat.com> - 2.2.1-1
- - last minute break fix and new release
- * Tue Mar 14 2006 Ray Strode <rstrode@redhat.com> - 2.2.0-2
- - rebuild
- * Mon Mar 13 2006 Daniel Veillard <veillard@redhat.com> - 2.2.0-1
- - final version for ekiga-2.0.0
- * Mon Feb 13 2006 Daniel Veillard <veillard@redhat.com> - 2.1.3-1
- - new beta version for ekiga
- * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.2
- - bump again for double-long bug on ppc(64)
- * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.1
- - rebuilt for new gcc4.1 snapshot and glibc changes
- * Tue Jan 24 2006 Daniel Veillard <veillard@redhat.com> - 2.1-1
- - initial version based on the openh323 spec file
|