]> git.pld-linux.org Git - packages/esound.git/blobdiff - esound.spec
new
[packages/esound.git] / esound.spec
index d77e445d02c7f1acdf7cfd0ad1e89c2952f3fc3c..172ff1f57300102960acbe2ea476c3229135e7ed 100644 (file)
@@ -3,12 +3,15 @@ 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.19
-Release:       1
+Version:       0.2.22
+Release:       2
+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
+Patch0:                esound-debian.patch
 URL:           http://pw1.netcom.com/~ericmit/EsounD.html
 BuildRequires: libwrap-devel
 BuildRequires: audiofile-devel
@@ -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,10 +80,11 @@ Biblioteka statyczna esound.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 libtoolize --copy --force
-LDFLAGS="-s"; export LDFLAGS
+autoconf
 %configure \
        --disable-alsa \
        --with-libwrap
@@ -92,8 +98,6 @@ rm -rf $RPM_BUILD_ROOT
        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.15794 seconds and 4 git commands to generate.