Author: patrys Date: Fri Jan 19 16:22:01 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - switch to tapioca sources (fixed cxx compliance) - drop patch0 (was not there and already fixed in tapioca) - package all files
---- Files affected: SPECS: libjingle.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/libjingle.spec diff -u SPECS/libjingle.spec:1.5 SPECS/libjingle.spec:1.6 --- SPECS/libjingle.spec:1.5 Fri May 26 13:16:09 2006 +++ SPECS/libjingle.spec Fri Jan 19 17:21:55 2007 @@ -2,14 +2,12 @@ Summary: Google Talk's implementation of Jingle and Jingle-Audio Summary(pl): Implementacja Jingle i Jingle-Audio programu Google Talk Name: libjingle -Version: 0.3.0 -Release: 0.1 +Version: 0.3.10 +Release: 1 License: BSD Group: Applications -Source0: http://dl.sourceforge.net/libjingle/%{name}-%{version}.tar.gz -# Source0-md5: 668f5c36bef2b6ac7d5ebfb4e22f6f74 -#https://sourceforge.net/tracker/index.php?func=detail&aid=1483115&group_id=155094&atid=794430 -Patch0: %{name}-ortp.patch +Source0: http://dl.sourceforge.net/tapioca-voip/%{name}-%{version}.tar.gz +# Source0-md5: 7ee7d8c834f1e06093130a86cbb9e79a URL: http://code.google.com/apis/talk/ BuildRequires: autoconf BuildRequires: automake @@ -45,9 +43,21 @@ który może być wykorzystany do tworzenia różnych aplikacji do komunikacji i współpracy. +%package devel +Summary: Libraries and include files for applications using libjingle +Summary(pl): Pliki nagłówkowe dla aplikacji korzystających z libjingle +Group: Development/Libraries +Requires: %{name}-libs = %{version}-%{release} + +%description devel +This package provides the necessary development libraries and include +files to allow you to compile applications using libjingle. + +%description devel -l pl +Biblioteki i pliki nagłówkowe potrzebne do programowania. + %prep %setup -q -%patch0 -p0 %build %{__libtoolize} @@ -78,6 +88,13 @@ %defattr(644,root,root,755) %doc AUTHORS ChangeLog COPYING DOCUMENTATION NEWS README %attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_libdir}/lib*.so.*.* + +%files devel +%defattr(644,root,root,755) +%{_libdir}/libjingle*.la +%{_includedir}/* +%{_pkgconfigdir}/*.pc %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -85,6 +102,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2007/01/19 16:21:55 patrys +- switch to tapioca sources (fixed cxx compliance) +- drop patch0 (was not there and already fixed in tapioca) +- package all files + Revision 1.5 2006/05/26 11:16:09 qboosh - pl desc, cleanup ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libjingle.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
