Author: qboosh Date: Tue May 22 09:32:51 2012 GMT Module: packages Tag: HEAD ---- Log message: - added -static - pl - -devel R: libstdc++-devel
---- Files affected: packages/webrtc-audio-processing: webrtc-audio-processing.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/webrtc-audio-processing/webrtc-audio-processing.spec diff -u packages/webrtc-audio-processing/webrtc-audio-processing.spec:1.1 packages/webrtc-audio-processing/webrtc-audio-processing.spec:1.2 --- packages/webrtc-audio-processing/webrtc-audio-processing.spec:1.1 Wed May 16 07:53:53 2012 +++ packages/webrtc-audio-processing/webrtc-audio-processing.spec Tue May 22 11:32:46 2012 @@ -5,19 +5,21 @@ # make no changes to the code to make tracking upstream code easy. # [1] http://code.google.com/p/webrtc/ Summary: WebRTC Audio Processing library +Summary(pl.UTF-8): Biblioteka WebRTC Audio Processing Name: webrtc-audio-processing Version: 0.1 Release: 1 License: BSD Group: Libraries -URL: http://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/ Source0: http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/%{name}-%{version}.tar.xz # Source0-md5: da25bb27812c8404060d4cc0dc712f04 Patch0: link.patch -BuildRequires: autoconf +URL: http://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/ +BuildRequires: autoconf >= 2.50 BuildRequires: automake BuildRequires: libstdc++-devel BuildRequires: libtool +BuildRequires: tar >= 1:1.22 BuildRequires: xz BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -28,14 +30,39 @@ purpose. WebRTC implements the W3C's proposal for video conferencing on the web. +%description -l pl.UTF-8 +WebRTC to projekt o otwartych źródłach dodający obsługę komunikacji +w czasie rzeczywistym (RTC - Real-Time Communications) poprzez proste +API JavaScriptu. Komponenty WebRTC zostały zoptymalizowane, aby jak +najlepiej sprawdzały się w tym zastosowaniu. WebRTC implementuje +propozycje W3C do wideokonferencji w sieci. + %package devel -Summary: WebRTC Audio Processing library and header files +Summary: Header files for WebRTC Audio Processing library +Summary(pl.UTF-8): Pliki nagłówkowe biblioteki WebRTC Audio Processing Group: Development/Libraries Requires: %{name} = %{version}-%{release} +Requires: libstdc++-devel %description devel -This contains the libraries and header files needed to develop -programs which make use of webrtc-audio-processing. +This package contains the header files needed to develop programs +which make use of WebRTC Audio Processing library. + +%description devel -l pl.UTF-8 +Ten pakiet zawiera pliki nagłówkowe potrzebne do tworzenia programów +wykorzystujących bibliotekę WebRTC Audio Processing. + +%package static +Summary: Static WebRTC Audio Processing library +Summary(pl.UTF-8): Biblioteka statyczna WebRTC Audio Processing +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +Static WebRTC Audio Processing library. + +%description static -l pl.UTF-8 +Biblioteka statyczna WebRTC Audio Processing. %prep %setup -q @@ -47,8 +74,7 @@ %{__autoconf} %{__automake} %configure \ - --disable-silent-rules \ - --disable-static + --disable-silent-rules %{__make} %install @@ -56,6 +82,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +# obsoleted by pkg-config %{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la %clean @@ -68,20 +95,29 @@ %defattr(644,root,root,755) %doc AUTHORS COPYING NEWS PATENTS README %attr(755,root,root) %{_libdir}/libwebrtc_audio_processing.so.*.*.* -%{_libdir}/libwebrtc_audio_processing.so.0 +%attr(755,root,root) %ghost %{_libdir}/libwebrtc_audio_processing.so.0 %files devel %defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libwebrtc_audio_processing.so %{_includedir}/webrtc_audio_processing -%{_libdir}/libwebrtc_audio_processing.so %{_pkgconfigdir}/webrtc-audio-processing.pc +%files static +%defattr(644,root,root,755) +%{_libdir}/libwebrtc_audio_processing.a + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[email protected]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2012/05/22 09:32:46 qboosh +- added -static +- pl +- -devel R: libstdc++-devel + Revision 1.1 2012/05/16 05:53:53 glen - new, based on altlinux package - NOTE: This is basically a fork of AudioProcessing module from the WebRTC project ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/webrtc-audio-processing/webrtc-audio-processing.spec?r1=1.1&r2=1.2 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
