]> git.pld-linux.org Git - packages/esound.git/blobdiff - esound.spec
- removed all bashizms from esddsp.in script.
[packages/esound.git] / esound.spec
index ec4cf1eb225063ab3a3e974d6d3446fa14beee53..ed16e76e99a051aa41d051797a73d15ca82e32f6 100644 (file)
@@ -3,15 +3,18 @@ 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:                esound-debian.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,6 +41,7 @@ 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(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Requires:      %{name} = %{version}
@@ -63,6 +67,7 @@ potrzebujesz do tworzenia aplikacji pod EsounD.
 Summary:       EsounD static library
 Summary(pl):   Biblioteka statyczna esound
 Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Requires:      %{name} = %{version}
@@ -75,25 +80,24 @@ Biblioteka statyczna esound.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 libtoolize --copy --force
-LDFLAGS="-s"; export LDFLAGS
+autoconf
 %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.2945 seconds and 4 git commands to generate.