]> git.pld-linux.org Git - packages/webrtc-audio-processing.git/commitdiff
- added -static auto/ti/webrtc-audio-processing-0.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 22 May 2012 09:32:46 +0000 (09:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- pl
- -devel R: libstdc++-devel

Changed files:
    webrtc-audio-processing.spec -> 1.2

webrtc-audio-processing.spec

index c650f21005b8b330aec346f048cfbdb37f16c737..c1fe8628de34bc7f6470607f717c2eb2477a5cc7 100644 (file)
@@ -4,19 +4,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)
 
@@ -27,14 +29,39 @@ APIs. The WebRTC components have been optimized to best serve this
 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
@@ -46,8 +73,7 @@ programs which make use of webrtc-audio-processing.
 %{__autoconf}
 %{__automake}
 %configure \
-       --disable-silent-rules \
-       --disable-static
+       --disable-silent-rules
 %{__make}
 
 %install
@@ -55,6 +81,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+# obsoleted by pkg-config
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
 
 %clean
@@ -67,10 +94,14 @@ rm -rf $RPM_BUILD_ROOT
 %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
This page took 0.100047 seconds and 4 git commands to generate.