]> git.pld-linux.org Git - packages/esound.git/blobdiff - esound.spec
- added esddsp.in patch (removed all bashizms from esddsp.in script).
[packages/esound.git] / esound.spec
index ec4cf1eb225063ab3a3e974d6d3446fa14beee53..15edcacc3f21e47f4fbf6d3c8fce4816463634c7 100644 (file)
@@ -3,15 +3,19 @@ Summary(es):  Demonio de sonido de Enlightment
 Summary(fr):   Démon audio de Enlightment
 Summary(pl):   O¶wiecony Demon D¼wiêku
 Name:          esound
-Version:       0.2.18
-Release:       1
+Version:       0.2.22
+Release:       6
+Epoch:         1
 License:       GPL
 Group:         Daemons
+Group(de):     Server
 Group(pl):     Serwery
 Source0:       ftp://ftp.gnome.org/pub/GNOME/stable/sources/esound/%{name}-%{version}.tar.gz
-URL:           http://pw1.netcom.com/~ericmit/EsounD.html
+Patch0:                %{name}-debian.patch
+Patch1:                esound-esddsp.in.patch
+URL:           http://www.tux.org/~ricdude/EsounD.html
 BuildRequires: libwrap-devel
-BuildRequires: audiofile-devel
+BuildRequires: audiofile-devel >= 0.2.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc
@@ -38,8 +42,13 @@ Summary(es): Bibliotecas, includes, etc para desarrollar programas para EsounD
 Summary(fr):   Bibliothèques, includes, etc pour programmer pour EsounD
 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
 
@@ -63,8 +72,13 @@ potrzebujesz do tworzenia aplikacji pod EsounD.
 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
@@ -75,25 +89,28 @@ Biblioteka statyczna esound.
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
+rm -f missing
 libtoolize --copy --force
-LDFLAGS="-s"; export LDFLAGS
+aclocal
+autoconf
+automake -a -c
 %configure \
        --disable-alsa \
        --with-libwrap
 
-make
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install \
+%{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        m4datadir=%{_aclocaldir}
 
-strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
-
 gzip -9nf README AUTHORS ChangeLog NEWS
 
 %post   -p /sbin/ldconfig
This page took 0.066618 seconds and 4 git commands to generate.