rpms/ortp/devel ortp-0.7.0-Werror.patch, NONE, 1.1 ortp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Tue Nov 29 20:11:00 UTC 2005


Author: ivazquez

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

Modified Files:
	.cvsignore sources 
Added Files:
	ortp-0.7.0-Werror.patch ortp.spec 
Log Message:
auto-import ortp-0.7.0-4 on branch devel from ortp-0.7.0-4.src.rpm

ortp-0.7.0-Werror.patch:

--- NEW FILE ortp-0.7.0-Werror.patch ---
--- ortp-0.7.0/configure.Werror	2005-11-13 01:40:33.000000000 -0500
+++ ortp-0.7.0/configure	2005-11-13 01:41:03.000000000 -0500
@@ -20712,10 +20712,6 @@
 		posixtimer_interval=20000
 fi
 
-if test "$GCC" = "yes" ; then
-	CFLAGS="$CFLAGS -Werror"
-fi
-
 
 cat >>confdefs.h <<_ACEOF
 #define POSIXTIMER_INTERVAL $posixtimer_interval


--- NEW FILE ortp.spec ---
Name:           ortp
Version:        0.7.0
Release:        4
Summary:        A C library implementing the RTP protocol (RFC3550)

Group:          System Environment/Libraries
License:        LGPL
URL:            http://www.linphone.org/ortp/
Source0:        http://www.linphone.org/ortp/sources/%{name}-%{version}.tar.gz
Patch0:         ortp-0.7.0-Werror.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  glib2-devel >= 2.0.0
#Requires:       

%description
oRTP is a C library that implements RTP (RFC3550).

%package        devel
Summary:        Development libraries for ortp
Group:          Development/Libraries

%description    devel
Libraries and headers required to develop software with ortp.

%prep
%setup -q
%patch -p1 -b .Werror

%build
%configure --disable-static
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name \*.la -exec rm {} \;

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog TODO
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%{_includedir}/%{name}
%{_libdir}/*.so
%doc %{_datadir}/gtk-doc/html/%{name}

%changelog
* Sun Nov 13 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.7.0-4
- Split from linphone


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ortp/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Nov 2005 20:04:18 -0000	1.1
+++ .cvsignore	29 Nov 2005 20:10:53 -0000	1.2
@@ -0,0 +1 @@
+ortp-0.7.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ortp/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Nov 2005 20:04:18 -0000	1.1
+++ sources	29 Nov 2005 20:10:53 -0000	1.2
@@ -0,0 +1 @@
+4a8e1873e15b076698a82d5249e3992d  ortp-0.7.0.tar.gz




More information about the fedora-extras-commits mailing list