X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=alsa-oss.spec;h=06a3af966032487b1998ff11fcf4d7e2472478c8;hb=ada6f012a70807731051e298e08c88ef251b8aba;hp=ad8a6af9af3ae884bbcdf3d90b85c13c22d29027;hpb=3515496d3d7c439a33db5ae5e7da22fa075beae5;p=packages%2Falsa-oss.git diff --git a/alsa-oss.spec b/alsa-oss.spec index ad8a6af..06a3af9 100644 --- a/alsa-oss.spec +++ b/alsa-oss.spec @@ -1,12 +1,13 @@ Summary: Advanced Linux Sound Architecture - OSS compatibility wrapper library & script -Summary(pl): Advanced Linux Sound Architecture - biblioteka i skrypt kompatibilno¶ci z OSS +Summary(pl.UTF-8): Advanced Linux Sound Architecture - biblioteka i skrypt kompatybilności z OSS Name: alsa-oss -Version: 1.0.5 -Release: 1 +Version: 1.0.15 +Release: 2 License: GPL Group: Applications/Sound Source0: ftp://ftp.alsa-project.org/pub/oss-lib/%{name}-%{version}.tar.bz2 -# Source0-md5: e9ae7cf5790202f7ac4b4f2a59977997 +# Source0-md5: 49fb5fbae8bf955b248e46ff9c9a2aa1 +Patch0: %{name}-path.patch URL: http://www.alsa-project.org/ BuildRequires: alsa-lib-devel >= 1.0.0 BuildRequires: autoconf @@ -19,14 +20,14 @@ This package contains the ALSA -> OSS compatibility library and simple wrapper script which facilitates its use. This script just sets the appropriate LD_PRELOAD path and then runs the command. -%description -l pl -Ten pakiet zawiera bibliotekê kompatybilno¶ci ALSA -> OSS oraz prosty -wrapper który u³atwia jej u¿ycie, po prostu ustawiaj±c odpowiednie -LD_PRELOAD i uruchamiaj±c polecenie. +%description -l pl.UTF-8 +Ten pakiet zawiera bibliotekę kompatybilności ALSA -> OSS oraz prosty +wrapper który ułatwia jej użycie, po prostu ustawiając odpowiednie +LD_PRELOAD i uruchamiając polecenie. %package devel Summary: ossredir header file and static library -Summary(pl): Plik nag³ówkowy i biblioteka statyczka ossredir +Summary(pl.UTF-8): Plik nagłówkowy i biblioteka statyczka ossredir Group: Development/Libraries # doesn't require base on build time (only at runtime...) @@ -36,16 +37,18 @@ Sound System) calls to any shared library to avoid overhead caused with the LD_PRELOAD wrapper. Especially, wrapping select() and poll() functions cause big overhead. -%description devel -l pl -Celem tego ma³ego kawa³ka kodu jest przekierowanie wywo³añ OSS (Open +%description devel -l pl.UTF-8 +Celem tego małego kawałka kodu jest przekierowanie wywołań OSS (Open Sound System) do dowolnej biblioteki dzielonej, aby zapobiec narzutowi -wywo³anemu przez wrapper LD_PRELOAD. Szczególnie przechwytywanie -select() i poll() powoduje du¿y narzut. +wywołanemu przez wrapper LD_PRELOAD. Szczególnie przechwytywanie +select() i poll() powoduje duży narzut. %prep %setup -q +%patch0 -p1 %build +cp -f /usr/share/automake/config.sub . %configure %{__make}