SPECS: ortp.spec - added sparc patch - more verbose files - revise...
qboosh
qboosh at pld-linux.org
Thu May 17 00:07:02 CEST 2007
Author: qboosh Date: Wed May 16 22:07:02 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added sparc patch
- more verbose files
- revised BRs (tests not built so glib2 not used)
---- Files affected:
SPECS:
ortp.spec (1.11 -> 1.12)
---- Diffs:
================================================================
Index: SPECS/ortp.spec
diff -u SPECS/ortp.spec:1.11 SPECS/ortp.spec:1.12
--- SPECS/ortp.spec:1.11 Wed May 16 23:24:29 2007
+++ SPECS/ortp.spec Thu May 17 00:06:56 2007
@@ -1,10 +1,6 @@
# $Revision$, $Date$
# TODO:
# - fix gtk-doc
-# - sparc fails:
-#stun.c: In function `stunRand':
-#stun.c:762: warning: implicit declaration of function `gethrtime'
-#make[3]: *** [stun.lo] Error 1
Summary: RTP/RTCP protocol library
Summary(pl.UTF-8): Biblioteka obsługująca protokół RTP/RTCP
Name: ortp
@@ -14,15 +10,15 @@
Group: Libraries
Source0: http://download.savannah.nongnu.org/releases/linphone/ortp/sources/%{name}-%{version}.tar.gz
# Source0-md5: c2595b0caf99f922946fcb16e3250787
+Patch0: %{name}-sparc.patch
URL: http://www.linphone.org/index.php/v2/code_review/ortp
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.50
BuildRequires: automake
-BuildRequires: glib2-devel >= 2.0.0
BuildRequires: gtk-doc
BuildRequires: libtool
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-%define specflags -fno-strict-aliasing
+%define specflags -fno-strict-aliasing
%description
ortp is a library for handling RTP/RTCP packets. (See RFC 1889 and
@@ -58,6 +54,7 @@
%prep
%setup -q
+%patch0 -p1
%build
%{__libtoolize}
@@ -83,19 +80,19 @@
%files
%defattr(644,root,root,755)
%doc README NEWS AUTHORS ChangeLog
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_libdir}/libortp.so.*.*
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/*.la
+%attr(755,root,root) %{_libdir}/libortp.so
+%{_libdir}/libortp.la
%{_includedir}/ortp
+%{_pkgconfigdir}/ortp.pc
%{_gtkdocdir}/ortp
-%{_pkgconfigdir}/*
%files static
%defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libortp.a
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -103,6 +100,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.12 2007/05/16 22:06:56 qboosh
+- added sparc patch
+- more verbose files
+- revised BRs (tests not built so glib2 not used)
+
Revision 1.11 2007/05/16 21:24:29 glen
- sparc fails to build
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/ortp.spec?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list