]> git.pld-linux.org Git - packages/esound.git/blobdiff - esound.spec
- updated to 0.2.28,
[packages/esound.git] / esound.spec
index 3e70a49e07cd015043e95f226650c99ff78c2983..9405a337b84f6729a0584df1182b60b26c9d5264 100644 (file)
@@ -10,13 +10,13 @@ Summary(pt_BR):     O servidor de som do Enlightenment
 Summary(ru):   óÅÒ×ÅÒ, ÐÏÚ×ÏÌÑÀÝÉÊ ÍÉËÛÉÒÏ×ÁÔØ ×Ù×ÏÄ ÎÁ Ú×ÕËÏ×ÏÅ ÕÓÔÒÏÊÓÔ×Ï
 Summary(uk):   óÅÒ×ÅÒ, ÝÏ ÄÏÚ×ÏÌѤ Í¦ËÛÉÒÕ×ÁÔÉ ×ÉצĠÎÁ Ú×ÕËÏ×ÉÊ ÐÒÉÓÔÒ¦Ê
 Name:          esound
-Version:       0.2.24
+Version:       0.2.28
 Release:       1
 Epoch:         1
 License:       GPL
 Group:         Daemons
 Source0:       ftp://ftp.gnome.org/pub/GNOME/stable/sources/esound/%{name}-%{version}.tar.gz
-Patch0:                %{name}-esddsp.in.patch
+Patch0:                %{name}-am.patch
 URL:           http://www.tux.org/~ricdude/EsounD.html
 BuildRequires: audiofile-devel >= 0.2.0
 BuildRequires: autoconf
@@ -137,10 +137,10 @@ usem o servidor de som EsounD.
 
 %build
 rm -f missing acinclude.m4
-libtoolize --copy --force
+%{__libtoolize}
 aclocal || ( echo 'AC_DEFUN([AM_PATH_ALSA],[])' > acinclude.m4 && aclocal )
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure \
        --disable-alsa \
        --with%{?_without_libwrap:out}-libwrap
@@ -155,8 +155,6 @@ rm -rf $RPM_BUILD_ROOT
        m4datadir=%{_aclocaldir} \
        pkgconfigdir=%{_pkgconfigdir}
 
-gzip -9nf README AUTHORS ChangeLog NEWS
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -165,7 +163,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README.gz
+%doc README
 
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/esd.conf
 %attr(755,root,root) %{_bindir}/esd
@@ -178,20 +176,20 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/esdplay
 %attr(755,root,root) %{_bindir}/esdrec
 %attr(755,root,root) %{_bindir}/esdsample
-
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
+%{_mandir}/man1/esd.1*
+%{_mandir}/man1/esd[a-z]*.1*
 
 %files devel
 %defattr(644,root,root,755)
-%doc {AUTHORS,ChangeLog,NEWS}.gz
-
+%doc AUTHORS ChangeLog NEWS
+%attr(755,root,root) %{_bindir}/esd-config
 %attr(755,root,root) %{_libdir}/lib*.so
 %attr(755,root,root) %{_libdir}/lib*.la
-%attr(755,root,root) %{_bindir}/esd-config
-
 %{_includedir}/*
 %{_aclocaldir}/*
 %{_pkgconfigdir}/esound*
+%{_mandir}/man1/esd-config.1*
 
 %files static
 %defattr(644,root,root,755)
This page took 0.054605 seconds and 4 git commands to generate.