rpms/ccrtp/devel ccrtp.spec,1.9,1.10

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Thu Feb 7 08:11:56 UTC 2008


Author: ixs

Update of /cvs/pkgs/rpms/ccrtp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25011

Modified Files:
	ccrtp.spec 
Log Message:
* Wed Feb 06 2008 Andreas Thienemann <andreas at bawue.net> - 1.6.0-1
- Updated to upstream version 1.6.0
- Added patch enabling build with gcc-4.3



Index: ccrtp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ccrtp/devel/ccrtp.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ccrtp.spec	7 Feb 2008 06:47:07 -0000	1.9
+++ ccrtp.spec	7 Feb 2008 08:11:11 -0000	1.10
@@ -5,9 +5,10 @@
 License: GPL
 Group: System Environment/Libraries
 Source0: http://ftp.gnu.org/pub/gnu/ccrtp/ccrtp-%{version}.tar.gz
+Patch0: ccrtp-1.6.0-gcc.patch
 URL: http://www.gnu.org/software/commoncpp/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: commoncpp2-devel, doxygen, libgcrypt-devel
+BuildRequires: commoncpp2-devel >= 1.6.0, doxygen, libgcrypt-devel
 
 %description
 ccRTP is a generic, extensible and efficient C++ framework for
@@ -34,12 +35,13 @@
 
 %prep
 %setup -q
+%patch0 -p 1 -b .gcc
 chmod 644 src/ccrtp/rtp.h
 
 %build
 %configure \
 	--disable-static
-%{__make} %{?_smp_mflags}
+%{__make} # %{?_smp_mflags} smp builds disabled
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -80,6 +82,7 @@
 %changelog
 * Wed Feb 06 2008 Andreas Thienemann <andreas at bawue.net> - 1.6.0-1
 - Updated to upstream version 1.6.0
+- Added patch enabling build with gcc-4.3
 
 * Wed Feb 06 2008 Dennis Gilmore <dennis at ausil.us> - 1.5.1-2
 - rebuild for new commoncpp2




More information about the fedora-extras-commits mailing list