rpms/ortp/devel .cvsignore, 1.7, 1.8 ortp.spec, 1.13, 1.14 sources, 1.7, 1.8

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


Author: jcollie

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ortp/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	29 Jan 2007 21:50:23 -0000	1.7
+++ .cvsignore	23 Apr 2007 14:06:39 -0000	1.8
@@ -1 +1 @@
-ortp-0.13.0.tar.gz
+ortp-0.13.1.tar.gz


Index: ortp.spec
===================================================================
RCS file: /cvs/extras/rpms/ortp/devel/ortp.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ortp.spec	29 Jan 2007 21:50:23 -0000	1.13
+++ ortp.spec	23 Apr 2007 14:06:39 -0000	1.14
@@ -1,5 +1,5 @@
 Name:           ortp
-Version:        0.13.0
+Version:        0.13.1
 Release:        1%{?dist}
 Summary:        A C library implementing the RTP protocol (RFC3550)
 
@@ -10,6 +10,9 @@
 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).
 
@@ -25,15 +28,18 @@
 %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
@@ -48,12 +54,16 @@
 
 %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


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ortp/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	29 Jan 2007 21:50:23 -0000	1.7
+++ sources	23 Apr 2007 14:06:39 -0000	1.8
@@ -1 +1 @@
-8cb4731ad5044626e802116fbb2093ff  ortp-0.13.0.tar.gz
+293f16da6dd434e68652f0f725b7f97c  ortp-0.13.1.tar.gz




More information about the fedora-extras-commits mailing list