Author: qboosh Date: Sun Feb 17 21:14:05 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added i486 patch (for ancient CPUs lacking rdtsc) - ghost soname symlink - LGPL v2.1+ - note: currently mode64 affects HPUX only
---- Files affected: SPECS: ortp.spec (1.13 -> 1.14) ---- Diffs: ================================================================ Index: SPECS/ortp.spec diff -u SPECS/ortp.spec:1.13 SPECS/ortp.spec:1.14 --- SPECS/ortp.spec:1.13 Sun Feb 17 20:31:47 2008 +++ SPECS/ortp.spec Sun Feb 17 22:14:00 2008 @@ -4,10 +4,11 @@ Name: ortp Version: 0.13.1 Release: 1 -License: LGPL +License: LGPL v2.1+ Group: Libraries Source0: http://download.savannah.nongnu.org/releases/linphone/ortp/sources/%{name}-%{version}.tar.gz # Source0-md5: 293f16da6dd434e68652f0f725b7f97c +Patch0: %{name}-i486.patch URL: http://www.linphone.org/index.php/eng/code_review/ortp BuildRequires: autoconf >= 2.50 BuildRequires: automake @@ -50,6 +51,7 @@ %prep %setup -q +%patch0 -p1 %build %{__libtoolize} @@ -82,7 +84,8 @@ %files %defattr(644,root,root,755) %doc README NEWS AUTHORS ChangeLog doc/html -%attr(755,root,root) %{_libdir}/libortp.so.*.* +%attr(755,root,root) %{_libdir}/libortp.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libortp.so.5 %files devel %defattr(644,root,root,755) @@ -101,6 +104,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14 2008-02-17 21:14:00 qboosh +- added i486 patch (for ancient CPUs lacking rdtsc) +- ghost soname symlink +- LGPL v2.1+ +- note: currently mode64 affects HPUX only + Revision 1.13 2008-02-17 19:31:47 arekm - up to 0.13.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ortp.spec?r1=1.13&r2=1.14&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
