|
@@ -1,6 +1,6 @@
|
|
Summary: Portable Tools Library
|
|
Summary: Portable Tools Library
|
|
Name: ptlib
|
|
Name: ptlib
|
|
-Version: 2.6.5
|
|
|
|
|
|
+Version: 2.6.6
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
URL: http://www.opalvoip.org/
|
|
URL: http://www.opalvoip.org/
|
|
Source0: ftp://ftp.gnome.org/pub/gnome/sources/ptlib/2.6/%{name}-%{version}.tar.bz2
|
|
Source0: ftp://ftp.gnome.org/pub/gnome/sources/ptlib/2.6/%{name}-%{version}.tar.bz2
|
|
@@ -12,6 +12,7 @@ BuildRequires: expat openssl-devel pkgconfig
|
|
BuildRequires: alsa-lib-devel, libstdc++3-devel, libv4l-devel
|
|
BuildRequires: alsa-lib-devel, libstdc++3-devel, libv4l-devel
|
|
BuildRequires: openldap-devel, expat-devel, SDL-devel, flex, bison
|
|
BuildRequires: openldap-devel, expat-devel, SDL-devel, flex, bison
|
|
BuildRequires: libraw1394-devel, libdv-devel, libavc1394-devel
|
|
BuildRequires: libraw1394-devel, libdv-devel, libavc1394-devel
|
|
|
|
+BuildRequires: expat-devel
|
|
Obsoletes: pwlib, pwlib-alsa, pwlib-avc, pwlib-dc, pwlib-oss, pwlib-v4l
|
|
Obsoletes: pwlib, pwlib-alsa, pwlib-avc, pwlib-dc, pwlib-oss, pwlib-v4l
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -40,7 +41,6 @@ The ptlib-devel package includes the libraries and header files for ptlib.
|
|
%build
|
|
%build
|
|
export CFLAGS="$CFLAGS -DLDAP_DEPRECATED"
|
|
export CFLAGS="$CFLAGS -DLDAP_DEPRECATED"
|
|
%configure --prefix=%{_prefix} --disable-static \
|
|
%configure --prefix=%{_prefix} --disable-static \
|
|
- --enable-opal \
|
|
|
|
--enable-plugins \
|
|
--enable-plugins \
|
|
--disable-oss \
|
|
--disable-oss \
|
|
--enable-v4l2 \
|
|
--enable-v4l2 \
|
|
@@ -91,6 +91,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
%attr(755,root,root) %{_bindir}/*
|
|
%attr(755,root,root) %{_bindir}/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Mar 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.6-1
|
|
|
|
+- new upstream release
|
|
|
|
+- add BuildRequires: expat-devel
|
|
|
|
+- remove configure option (--enable-opal)
|
|
|
|
+
|
|
* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.5-1
|
|
* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.5-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- add BuildRequires: libavc1394-devel
|
|
- add BuildRequires: libavc1394-devel
|