]> git.pld-linux.org Git - packages/esound.git/commitdiff
- added esddsp.in patch (removed all bashizms from esddsp.in script). esound-0_2_22-6
authorkloczek <kloczek@pld-linux.org>
Wed, 29 Aug 2001 19:19:27 +0000 (19:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    esound.spec -> 1.51

esound.spec

index ed16e76e99a051aa41d051797a73d15ca82e32f6..15edcacc3f21e47f4fbf6d3c8fce4816463634c7 100644 (file)
@@ -11,7 +11,8 @@ Group:                Daemons
 Group(de):     Server
 Group(pl):     Serwery
 Source0:       ftp://ftp.gnome.org/pub/GNOME/stable/sources/esound/%{name}-%{version}.tar.gz
-Patch0:                esound-debian.patch
+Patch0:                %{name}-debian.patch
+Patch1:                esound-esddsp.in.patch
 URL:           http://www.tux.org/~ricdude/EsounD.html
 BuildRequires: libwrap-devel
 BuildRequires: audiofile-devel >= 0.2.0
@@ -42,8 +43,12 @@ Summary(fr): Biblioth
 Summary(pl):   Biblioteki, pliki nag³ówkowe oraz dokumentacja
 Group:         Development/Libraries
 Group(de):     Entwicklung/Libraries
+Group(es):     Desarrollo/Bibliotecas
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
+Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name} = %{version}
 Requires:      audiofile-devel
 
@@ -68,8 +73,12 @@ Summary:     EsounD static library
 Summary(pl):   Biblioteka statyczna esound
 Group:         Development/Libraries
 Group(de):     Entwicklung/Libraries
+Group(es):     Desarrollo/Bibliotecas
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
+Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name} = %{version}
 
 %description static
@@ -81,10 +90,14 @@ Biblioteka statyczna esound.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
+rm -f missing
 libtoolize --copy --force
+aclocal
 autoconf
+automake -a -c
 %configure \
        --disable-alsa \
        --with-libwrap
This page took 0.075536 seconds and 4 git commands to generate.