rpms/ortp/devel import.log, NONE, 1.1 .cvsignore, 1.10, 1.11 ortp.spec, 1.23, 1.24 sources, 1.10, 1.11 ortp-0.14.1-nowerror.patch, 1.1, NONE

Rakesh Pandit rakesh at fedoraproject.org
Mon Nov 30 10:09:02 UTC 2009


Author: rakesh

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

Modified Files:
	.cvsignore ortp.spec sources 
Added Files:
	import.log 
Removed Files:
	ortp-0.14.1-nowerror.patch 
Log Message:
Updated to 0.16.1



--- NEW FILE import.log ---
ortp-0_16_1-1_fc12:HEAD:ortp-0.16.1-1.fc12.src.rpm:1259575190


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ortp/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	14 Feb 2008 17:48:20 -0000	1.10
+++ .cvsignore	30 Nov 2009 10:09:02 -0000	1.11
@@ -1 +1 @@
-ortp-0.14.2-20080211.tar.bz2
+ortp-0.16.1.tar.gz


Index: ortp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ortp/devel/ortp.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- ortp.spec	25 Jul 2009 20:59:34 -0000	1.23
+++ ortp.spec	30 Nov 2009 10:09:02 -0000	1.24
@@ -1,22 +1,13 @@
-%define cvs 20080211
-
 Name:           ortp
-Version:        0.14.2
-Release:        0.5.%{cvs}%{?dist}
+Version:        0.16.1
+Release:        1%{?dist}
 Summary:        A C library implementing the RTP protocol (RFC3550)
 Epoch:          1
 
 Group:          System Environment/Libraries
 License:        LGPLv2+ and VSL
 URL:            http://www.linphone.org/index.php/code_review/ortp
-#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
+Source:         http://nongnu.askapache.com/linphone/ortp/sources/ortp-%{version}.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -41,22 +32,16 @@ Libraries and headers required to develo
 
 %prep
 %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}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 find $RPM_BUILD_ROOT -name \*.la -exec rm {} \;
 rm doc/html/html.tar
 rm -r %{buildroot}%{_datadir}/doc/ortp
@@ -80,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/ortp.pc
 
 %changelog
+* Mon Nov 30 2009 Rakesh Pandit <rakesh at fedoraproject.org> - 1:0.16.1-1
+- Updated to 0.16.1, removed old patch
+- removed autotool calls, and using install -p
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:0.14.2-0.5.20080211
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ortp/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	14 Feb 2008 17:48:20 -0000	1.10
+++ sources	30 Nov 2009 10:09:02 -0000	1.11
@@ -1 +1 @@
-daa56330561352c2da1836576380f4eb  ortp-0.14.2-20080211.tar.bz2
+bc96cdcb9c139d366a720a94200f92dd  ortp-0.16.1.tar.gz


--- ortp-0.14.1-nowerror.patch DELETED ---




More information about the fedora-extras-commits mailing list