Author: arekm Date: Sun Feb 17 19:31:52 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.13.1
---- Files affected: SPECS: ortp.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: SPECS/ortp.spec diff -u SPECS/ortp.spec:1.12 SPECS/ortp.spec:1.13 --- SPECS/ortp.spec:1.12 Thu May 17 00:06:56 2007 +++ SPECS/ortp.spec Sun Feb 17 20:31:47 2008 @@ -1,20 +1,16 @@ # $Revision$, $Date$ -# TODO: -# - fix gtk-doc Summary: RTP/RTCP protocol library Summary(pl.UTF-8): Biblioteka obsługująca protokół RTP/RTCP Name: ortp -Version: 0.11.0 +Version: 0.13.1 Release: 1 License: LGPL 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 +# Source0-md5: 293f16da6dd434e68652f0f725b7f97c +URL: http://www.linphone.org/index.php/eng/code_review/ortp BuildRequires: autoconf >= 2.50 BuildRequires: automake -BuildRequires: gtk-doc BuildRequires: libtool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -54,7 +50,6 @@ %prep %setup -q -%patch0 -p1 %build %{__libtoolize} @@ -62,7 +57,12 @@ %{__autoconf} %{__automake} %configure \ - --with-html-dir=%{_gtkdocdir} +%if "%{_lib}" == "lib64" + --enable-mode64bit=yes \ +%else + --enable-mode64bit=no \ +%endif + --enable-ipv6 %{__make} %install @@ -71,6 +71,8 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +rm -r $RPM_BUILD_ROOT%{_datadir}/doc/ortp/html + %clean rm -fr $RPM_BUILD_ROOT @@ -79,7 +81,7 @@ %files %defattr(644,root,root,755) -%doc README NEWS AUTHORS ChangeLog +%doc README NEWS AUTHORS ChangeLog doc/html %attr(755,root,root) %{_libdir}/libortp.so.*.* %files devel @@ -88,7 +90,6 @@ %{_libdir}/libortp.la %{_includedir}/ortp %{_pkgconfigdir}/ortp.pc -%{_gtkdocdir}/ortp %files static %defattr(644,root,root,755) @@ -100,7 +101,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.12 2007-05-16 22:06:56 qboosh +Revision 1.13 2008-02-17 19:31:47 arekm +- up to 0.13.1 + +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) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ortp.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
