diff --git a/.cvsignore b/.cvsignore index eeaab6d..65f2128 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -opal-3.3.1.tar.bz2 +opal-3.4.1.tar.bz2 diff --git a/opal.spec b/opal.spec index 2ddb49b..1d828cf 100644 --- a/opal.spec +++ b/opal.spec @@ -1,15 +1,14 @@ Name: opal Summary: Open Phone Abstraction Library -Version: 3.3.1 +Version: 3.4.1 Release: 1%{?dist} URL: http://www.opalvoip.org/ -Source0: ftp://ftp.gnome.org/pub/gnome/sources/opal/3.3/%{name}-%{version}.tar.bz2 +Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/3.4/%{name}-%{version}.tar.bz2 License: MPLv1.0 Group: System Environment/Libraries -BuildRequires: ptlib-devel >= 2.3.1 +BuildRequires: ptlib-devel >= 2.4.1 BuildRequires: openldap-devel BuildRequires: openssl-devel -BuildRequires: SDL-devel BuildRequires: libtheora-devel BuildRequires: speex-devel @@ -24,7 +23,7 @@ teleconferencing protocol, and successor of the openh323 library. Summary: Development package for opal Group: Development/Libraries Requires: opal = %{version}-%{release} -Requires: ptlib-devel >= 2.3.1 +Requires: ptlib-devel >= 2.4.1 Requires: pkgconfig Obsoletes: openh323-devel @@ -38,7 +37,7 @@ header files for opal. %build %configure --prefix=/usr -make optshared OPTCCFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} +make OPTCCFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT @@ -48,6 +47,7 @@ make DESTDIR=$RPM_BUILD_ROOT install rm -f $RPM_BUILD_ROOT/%{_datadir}/opal/opal_inc.mak # Remove empty header from build rm -f $RPM_BUILD_ROOT/%{_includedir}/opal/sip/sdpcaps.h +rm -f $RPM_BUILD_ROOT/%{_libdir}/libopal_s.a %clean rm -rf $RPM_BUILD_ROOT @@ -59,18 +59,20 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %doc mpl-1.0.htm %{_libdir}/*.so.* -%{_libdir}/ptlib/plugins/codec/audio/*.so -%{_libdir}/ptlib/plugins/codec/video/*.so -%{_libdir}/ptlib/plugins/lid/*.so +%{_libdir}/%{name}-%{version}/codecs/audio/*.so +%{_libdir}/%{name}-%{version}/codecs/video/*.so +%{_libdir}/%{name}-%{version}/lid/*.so %files devel %defattr(-,root,root) %{_includedir}/* -%{_datadir}/opal %{_libdir}/*.so %{_libdir}/pkgconfig/opal.pc %changelog +* Tue Sep 23 2008 Peter Robinson - 3.4.1-1 +- Update to new stable release for ekiga 3 + * Thu Sep 11 2008 Peter Robinson - 3.3.1-1 - Update release to 3.3.1 for ekiga 3 beta diff --git a/sources b/sources index 6c1e0b9..1ae2304 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6e7525b440c9fb2d68b8767996ab4a76 opal-3.3.1.tar.bz2 +f600066f362ba61e00375bf327f28458 opal-3.4.1.tar.bz2