rpms/ptlib/devel .cvsignore, 1.2, 1.3 ptlib.spec, 1.1, 1.2 sources, 1.2, 1.3

Peter Robinson pbrobinson at fedoraproject.org
Tue Sep 23 10:06:07 UTC 2008


Author: pbrobinson

Update of /cvs/pkgs/rpms/ptlib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30596

Modified Files:
	.cvsignore ptlib.spec sources 
Log Message:
- Update to new stable release 2.4.1



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ptlib/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	11 Sep 2008 09:25:45 -0000	1.2
+++ .cvsignore	23 Sep 2008 10:05:37 -0000	1.3
@@ -1 +1 @@
-ptlib-2.3.1.tar.bz2
+ptlib-2.4.1.tar.bz2


Index: ptlib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ptlib/devel/ptlib.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ptlib.spec	11 Sep 2008 09:25:45 -0000	1.1
+++ ptlib.spec	23 Sep 2008 10:05:37 -0000	1.2
@@ -1,16 +1,16 @@
 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
 
 %description
 PTLib (Portable Tools Library) is a moderately large class library that 
@@ -36,7 +36,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 +51,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 +63,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}/ptlib-%{version}
+%dir %{_libdir}/ptlib-%{version}/devices
+%dir %{_libdir}/ptlib-%{version}/devices/sound
+%dir %{_libdir}/ptlib-%{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}/ptlib-%{version}/devices/sound/alsa_pwplugin.so
+%attr(755,root,root) %{_libdir}/ptlib-%{version}/devices/videoinput/v4l2_pwplugin.so
 
 %files devel
 %defattr(-,root,root)
@@ -80,6 +80,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/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	11 Sep 2008 09:25:45 -0000	1.2
+++ sources	23 Sep 2008 10:05:37 -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