rpms/ptlib/F-9 ptlib.spec,1.1,1.2 sources,1.2,1.3

Peter Robinson pbrobinson at fedoraproject.org
Tue Sep 23 11:24:12 UTC 2008


Author: pbrobinson

Update of /cvs/pkgs/rpms/ptlib/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16518

Modified Files:
	ptlib.spec sources 
Log Message:
- New stable release - 2.4.1



Index: ptlib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ptlib/F-9/ptlib.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ptlib.spec	11 Sep 2008 12:04:37 -0000	1.1
+++ ptlib.spec	23 Sep 2008 11:23:42 -0000	1.2
@@ -1,16 +1,17 @@
 Name:		ptlib
 Summary:	Portable Tools Library
-Version:	2.3.1
-Release:	2%{?dist}
+Version:	2.4.1
+Release:	1%{?dist}
 URL:		http://www.opalvoip.org/
-Source0:	ftp://ftp.gnome.org/pub/gnome/sources/ptlib/2.3/%{name}-%{version}.tar.bz2
+Source0:	ftp://ftp.gnome.org/pub/gnome/sources/%{name}/2.4/%{name}-%{version}.tar.bz2
 License:	MPLv1.0
 Group:		System Environment/Libraries
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	expat openssl-devel pkgconfig
 BuildRequires:  alsa-lib-devel, libstdc++-devel, libv4l-devel
-BuildRequires:  openldap-devel, expat-devel, SDL-devel, flex, bison
+BuildRequires:  openldap-devel, expat-devel, flex, bison
+Obsoletes:	pwlib
 
 %description
 PTLib (Portable Tools Library) is a moderately large class library that 
@@ -27,6 +28,7 @@
 Group:		Development/Libraries
 Requires:	ptlib = %{version}-%{release}
 Requires:	pkgconfig
+Obsoletes:	pwlib-devel
 
 %description devel
 The ptlib-devel package includes the libraries and header files for ptlib.
@@ -36,7 +38,7 @@
 
 %build
 export CFLAGS="$CFLAGS -DLDAP_DEPRECATED"
-%configure --prefix=%{_prefix} --disable-static --enable-opal --enable-plugins --disable-oss --enable-v4l2 --disable-avc
+%configure --prefix=%{_prefix} --disable-static --enable-opal --enable-plugins --disable-oss --enable-v4l2 --disable-avc --disable-v4l
 make %{?_smp_mflags}
 
 %install
@@ -51,6 +53,7 @@
 
 # Remove empty include file
 rm -rf $RPM_BUILD_ROOT%{_includedir}/ptlib/devplugin.h
+rm -rf $RPM_BUILD_ROOT%{_libdir}/libpt_s.a
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -62,14 +65,13 @@
 %defattr(-,root,root)
 %doc History.txt ReadMe.txt mpl-1.0.htm
 %attr(755,root,root) %{_libdir}/libpt*.so.*
-%dir %{_libdir}/ptlib
-%dir %{_libdir}/ptlib/devices
-%dir %{_libdir}/ptlib/devices/sound
-%dir %{_libdir}/ptlib/devices/videoinput
+%dir %{_libdir}/%{name}-%{version}
+%dir %{_libdir}/%{name}-%{version}/devices
+%dir %{_libdir}/%{name}-%{version}/devices/sound
+%dir %{_libdir}/%{name}-%{version}/devices/videoinput
 # List these explicitly so we don't get any surprises
-%attr(755,root,root) %{_libdir}/ptlib/devices/sound/alsa_pwplugin.so
-%attr(755,root,root) %{_libdir}/ptlib/devices/videoinput/v4l_pwplugin.so
-%attr(755,root,root) %{_libdir}/ptlib/devices/videoinput/v4l2_pwplugin.so
+%attr(755,root,root) %{_libdir}/%{name}-%{version}/devices/sound/alsa_pwplugin.so
+%attr(755,root,root) %{_libdir}/%{name}-%{version}/devices/videoinput/v4l2_pwplugin.so
 
 %files devel
 %defattr(-,root,root)
@@ -80,6 +82,9 @@
 %attr(755,root,root) %{_bindir}/*
 
 %changelog
+* Tue Sep 23 2008 Peter Robinson <pbrobinson at gmail.com> - 2.4.1-1
+- Update to new stable release for ekiga 3, disable v4l1
+
 * Wed Sep 10 2008 Peter Robinson <pbrobinson at gmail.com> - 2.3.1-2
 - Build fixes from package review
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ptlib/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	11 Sep 2008 12:04:37 -0000	1.2
+++ sources	23 Sep 2008 11:23:42 -0000	1.3
@@ -1 +1 @@
-bd495deba21a292348bb57ae2cb05d6a  ptlib-2.3.1.tar.bz2
+79d6431a30ec7a558633e67c25e689f9  ptlib-2.4.1.tar.bz2




More information about the fedora-extras-commits mailing list