rpms/ortp/FC-6 .cvsignore, 1.6, 1.7 ortp.spec, 1.12, 1.13 sources, 1.6, 1.7

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Mon Apr 23 14:12:49 UTC 2007


Author: jcollie

Update of /cvs/extras/rpms/ortp/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12750

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ortp/FC-6/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	21 Nov 2006 22:03:59 -0000	1.6
+++ .cvsignore	23 Apr 2007 14:12:15 -0000	1.7
@@ -1 +1 @@
-ortp-0.12.0.tar.gz
+ortp-0.13.1.tar.gz


Index: ortp.spec
===================================================================
RCS file: /cvs/extras/rpms/ortp/FC-6/ortp.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ortp.spec	21 Nov 2006 22:03:59 -0000	1.12
+++ ortp.spec	23 Apr 2007 14:12:15 -0000	1.13
@@ -1,5 +1,5 @@
 Name:           ortp
-Version:        0.12.0
+Version:        0.13.1
 Release:        1%{?dist}
 Summary:        A C library implementing the RTP protocol (RFC3550)
 
@@ -7,9 +7,12 @@
 License:        LGPL
 URL:            http://www.linphone.org/index.php/v2/code_review/ortp
 Source0:        http://download.savannah.nongnu.org/releases/linphone/ortp/sources/ortp-%{version}.tar.gz
-Patch0:		ortp-0.11.0-Werror.patch
+Patch0:         ortp-0.11.0-Werror.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRequires:  doxygen
+BuildRequires:  graphviz
+
 %description
 oRTP is a C library that implements RTP (RFC3550).
 
@@ -17,6 +20,7 @@
 Summary:        Development libraries for ortp
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
+Requires:       pkgconfig
 
 %description    devel
 Libraries and headers required to develop software with ortp.
@@ -24,19 +28,25 @@
 %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
-%configure --disable-static
+%configure --disable-static --enable-ipv6
 make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name \*.la -exec rm {} \;
+rm doc/html/html.tar
+rm -r %{buildroot}%{_datadir}/doc/ortp
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog TODO
@@ -44,12 +54,21 @@
 
 %files devel
 %defattr(-,root,root,-)
+%doc doc/html
 %{_includedir}/%{name}
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/ortp.pc
-%doc %{_datadir}/gtk-doc/html/%{name}
 
 %changelog
+* Mon Apr 23 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.13.1-1
+- Update to 0.13.1
+- BR doxygen and graphviz for building documentation
+
+* Mon Jan 29 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.13.0-1
+- Update to 0.13.0
+- ortp-devel BR pkgconfig
+- Add ldconfig scriptlets
+
 * Tue Nov 21 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.12.0-1
 - Update to 0.12.0
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ortp/FC-6/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	21 Nov 2006 22:03:59 -0000	1.6
+++ sources	23 Apr 2007 14:12:15 -0000	1.7
@@ -1 +1 @@
-c36142acaed25806824dd4fac1d666b3  ortp-0.12.0.tar.gz
+293f16da6dd434e68652f0f725b7f97c  ortp-0.13.1.tar.gz




More information about the scm-commits mailing list