rpms/ortp/devel .cvsignore, 1.8, 1.9 ortp.spec, 1.17, 1.18 sources, 1.8, 1.9 ortp-0.11.0-Werror.patch, 1.1, NONE

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Mon Feb 4 17:06:41 UTC 2008


Author: jcollie

Update of /cvs/pkgs/rpms/ortp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9428

Modified Files:
	.cvsignore ortp.spec sources 
Removed Files:
	ortp-0.11.0-Werror.patch 
Log Message:
Update to 0.14.1


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ortp/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	23 Apr 2007 14:06:39 -0000	1.8
+++ .cvsignore	4 Feb 2008 17:05:56 -0000	1.9
@@ -1 +1 @@
-ortp-0.13.1.tar.gz
+ortp-0.14.1-20080123.tar.bz2


Index: ortp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ortp/devel/ortp.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ortp.spec	29 Aug 2007 04:24:39 -0000	1.17
+++ ortp.spec	4 Feb 2008 17:05:56 -0000	1.18
@@ -1,18 +1,30 @@
+%define cvs 20080123
+
 Name:           ortp
-Version:        0.13.1
-Release:        4%{?dist}
+Version:        0.14.1
+Release:        0.%{cvs}.1%{?dist}
 Summary:        A C library implementing the RTP protocol (RFC3550)
 
 Group:          System Environment/Libraries
 License:        LGPL
 URL:            http://www.linphone.org/index.php/code_review/ortp
-Source0:        http://download.savannah.nongnu.org/releases/linphone/ortp/sources/ortp-%{version}.tar.gz
-Patch0:         ortp-0.11.0-Werror.patch
+#Source0:        http://download.savannah.nongnu.org/releases/linphone/ortp/sources/ortp-%{version}.tar.gz
+
+# git clone http://jcollie.fedorapeople.org/oRTP.git oRTP.git
+# cd oRTP.git
+# git archive --format=tar --prefix=ortp-%{version}/ ortp-%{version}-%{cvs} > ortp-%{version}-%{cvs}.tar
+# bzip2 ortp-%{version}-%{cvs}.tar
+Source0:	ortp-%{version}-%{cvs}.tar.bz2
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  doxygen
 BuildRequires:  graphviz
 
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
+
 %description
 oRTP is a C library that implements RTP (RFC3550).
 
@@ -27,10 +39,14 @@
 
 %prep
 %setup -q
-%patch0 -p0
 %{__perl} -pi.dot  -e 's/^(HAVE_DOT\s+=)\s+NO$/\1 YES/;s/^(CALL_GRAPH\s+=)\s+NO$/\1 YES/;s/^(CALLER_GRAPH\s+=)\s+NO$/\1 YES/' ortp.doxygen.in
 
 %build
+libtoolize --copy --force
+aclocal
+autoheader
+automake --add-missing --copy
+autoconf
 %configure --disable-static --enable-ipv6
 make %{?_smp_mflags}
 
@@ -60,6 +76,9 @@
 %{_libdir}/pkgconfig/ortp.pc
 
 %changelog
+* Fri Feb  1 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.14.1-0.20080123.1
+- Update to 0.14.1 (using CVS snapshot until official release is available).
+
 * Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0.13.1-4
 - Rebuild for selinux ppc32 issue.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ortp/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	23 Apr 2007 14:06:39 -0000	1.8
+++ sources	4 Feb 2008 17:05:56 -0000	1.9
@@ -1 +1 @@
-293f16da6dd434e68652f0f725b7f97c  ortp-0.13.1.tar.gz
+7d5aba80ed76719498797d323332e584  ortp-0.14.1-20080123.tar.bz2


--- ortp-0.11.0-Werror.patch DELETED ---




More information about the fedora-extras-commits mailing list