rpms/ortp/F-8 .cvsignore, 1.8, 1.9 ortp.spec, 1.17, 1.18 sources, 1.8, 1.9

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Fri Feb 15 03:58:30 UTC 2008


Author: jcollie

Update of /cvs/pkgs/rpms/ortp/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7828

Modified Files:
	.cvsignore ortp.spec sources 
Log Message:
Update to 0.14.2 snapshot.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ortp/F-8/.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	15 Feb 2008 03:57:52 -0000	1.9
@@ -1 +1 @@
-ortp-0.13.1.tar.gz
+ortp-0.14.2-20080211.tar.bz2


Index: ortp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ortp/F-8/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	15 Feb 2008 03:57:52 -0000	1.18
@@ -1,18 +1,31 @@
+%define cvs 20080211
+
 Name:           ortp
-Version:        0.13.1
-Release:        4%{?dist}
+Version:        0.14.2
+Release:        0.%{cvs}.2%{?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
+Patch0:		ortp-0.14.1-nowerror.patch
+
 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).
 
@@ -26,11 +39,17 @@
 Libraries and headers required to develop software with ortp.
 
 %prep
-%setup -q
-%patch0 -p0
+%setup0 -q
+%patch0 -p1
+
 %{__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 +79,15 @@
 %{_libdir}/pkgconfig/ortp.pc
 
 %changelog
+* Thu Feb 14 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.14.2-0.20080211.2%{?dist}
+- Update to 0.14.2 snapshot
+
+* Tue Feb  5 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.14.1-0.20080123.2
+- Apply patch to remove -Werror from the build (for PPC).
+
+* 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/F-8/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	15 Feb 2008 03:57:52 -0000	1.9
@@ -1 +1 @@
-293f16da6dd434e68652f0f725b7f97c  ortp-0.13.1.tar.gz
+daa56330561352c2da1836576380f4eb  ortp-0.14.2-20080211.tar.bz2




More information about the fedora-extras-commits mailing list