rpms/opal/devel .cvsignore, 1.11, 1.12 opal.spec, 1.26, 1.27 sources, 1.12, 1.13

Peter Robinson pbrobinson at fedoraproject.org
Sun Sep 14 17:39:46 UTC 2008


Author: pbrobinson

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

Modified Files:
	.cvsignore opal.spec sources 
Log Message:
- opal 3.3.1 for ekiga 3 beta



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/opal/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	18 Sep 2007 14:38:47 -0000	1.11
+++ .cvsignore	14 Sep 2008 17:39:16 -0000	1.12
@@ -1,8 +1 @@
-opal-2.2.3.tar.gz
-opal-2.2.4.tar.gz
-opal-2.2.5.tar.gz
-opal-2.2.6.tar.gz
-opal-2.2.7.tar.gz
-opal-2.2.8.tar.gz
-opal-2.2.10.tar.gz
-opal-2.2.11.tar.gz
+opal-3.3.1.tar.bz2


Index: opal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/opal/devel/opal.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- opal.spec	11 Aug 2008 21:02:14 -0000	1.26
+++ opal.spec	14 Sep 2008 17:39:16 -0000	1.27
@@ -1,38 +1,44 @@
-Summary: Open Phone Abstraction Library
-Name: opal
-Version: 2.2.11
-Release: 5%{?dist}
-URL: http://www.openh323.org/
-Source0: http://www.ekiga.org/%{name}-%{version}.tar.gz
-License: MPLv1.0
-Group: System Environment/Libraries
-Requires: pwlib >= 1.10.10
-BuildRequires: pwlib-devel >= 1.10.10
-BuildRequires: openldap-devel
-BuildRequires: SDL-devel
-BuildRoot: %{_tmppath}/%{name}-root
-Obsoletes: openh323
+Name:		opal
+Summary:	Open Phone Abstraction Library
+Version:	3.3.1
+Release:	1%{?dist}
+URL:		http://www.opalvoip.org/
+Source0:	ftp://ftp.gnome.org/pub/gnome/sources/opal/3.3/%{name}-%{version}.tar.bz2
+License:	MPLv1.0
+Group:		System Environment/Libraries
+BuildRequires:	ptlib-devel >= 2.3.1
+BuildRequires:	openldap-devel
+BuildRequires:	openssl-devel
+BuildRequires:	SDL-devel
+BuildRequires:	libtheora-devel
+BuildRequires:	speex-devel
+
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+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
-Group: Development/Libraries
-Requires: opal = %{PACKAGE_VERSION}
-Requires: pwlib-devel >= 1.10.10
-Obsoletes: openh323-devel
+Summary:	Development package for opal
+Group:		Development/Libraries
+Requires:	opal = %{version}-%{release}
+Requires:	ptlib-devel >= 2.3.1
+Requires:	pkgconfig
+Obsoletes:	openh323-devel
+
 %description devel
-Static libraries and header files for development with opal.
+The opal-devel package includes the development libraries and 
+header files for opal.
 
 %prep
 %setup -q 
 
 %build
-%configure --enable-localspeex
+%configure --prefix=/usr
 
-make optshared OPTCCFLAGS="$RPM_OPT_FLAGS"
+make optshared OPTCCFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -40,6 +46,8 @@
 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
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -51,14 +59,21 @@
 %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
 
 %files devel
 %defattr(-,root,root)
 %{_includedir}/*
 %{_datadir}/opal
 %{_libdir}/*.so
+%{_libdir}/pkgconfig/opal.pc
 
 %changelog
+* Thu Sep 11 2008 Peter Robinson <pbrobinson at gmail.com> - 3.3.1-1
+- Update release to 3.3.1 for ekiga 3 beta
+
 * Mon Aug 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.2.11-5
 - fix license tag
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/opal/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	18 Sep 2007 14:38:47 -0000	1.12
+++ sources	14 Sep 2008 17:39:16 -0000	1.13
@@ -1 +1 @@
-eb4a9c0c9ea93ec95c876aaeadf83936  opal-2.2.11.tar.gz
+6e7525b440c9fb2d68b8767996ab4a76  opal-3.3.1.tar.bz2




More information about the fedora-extras-commits mailing list