rpms/ortp/devel .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 Jan 29 21:50:53 UTC 2007


Author: jcollie

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

Modified Files:
	.cvsignore ortp.spec sources 
Log Message:
Update to 0.13.0 and a few packaging fixups.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ortp/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	21 Nov 2006 22:11:14 -0000	1.6
+++ .cvsignore	29 Jan 2007 21:50:23 -0000	1.7
@@ -1 +1 @@
-ortp-0.12.0.tar.gz
+ortp-0.13.0.tar.gz


Index: ortp.spec
===================================================================
RCS file: /cvs/extras/rpms/ortp/devel/ortp.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ortp.spec	21 Nov 2006 22:11:14 -0000	1.12
+++ ortp.spec	29 Jan 2007 21:50:23 -0000	1.13
@@ -1,5 +1,5 @@
 Name:           ortp
-Version:        0.12.0
+Version:        0.13.0
 Release:        1%{?dist}
 Summary:        A C library implementing the RTP protocol (RFC3550)
 
@@ -7,7 +7,7 @@
 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)
 
 %description
@@ -17,6 +17,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.
@@ -37,6 +38,9 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog TODO
@@ -50,6 +54,11 @@
 %doc %{_datadir}/gtk-doc/html/%{name}
 
 %changelog
+* 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/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	21 Nov 2006 22:11:14 -0000	1.6
+++ sources	29 Jan 2007 21:50:23 -0000	1.7
@@ -1 +1 @@
-c36142acaed25806824dd4fac1d666b3  ortp-0.12.0.tar.gz
+8cb4731ad5044626e802116fbb2093ff  ortp-0.13.0.tar.gz




More information about the scm-commits mailing list