]> git.pld-linux.org Git - packages/esound.git/commitdiff
- added missing man pages esound-0_2_27-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 16 Jun 2002 20:46:47 +0000 (20:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    esound.spec -> 1.70

esound.spec

index b83b76b1bfb10dafb06ead3cea41ff6a849451bc..ece52d0bcea103aa8bf35b5dfcf2cc1bf594e701 100644 (file)
@@ -1,5 +1,3 @@
-# TODO:
-# add manuals (do proper subpackages)
 #
 # Conditional build:
 # _without_libwrap     - without hosts.{access,deny} support
@@ -13,7 +11,7 @@ Summary(ru):  
 Summary(uk):   óÅÒ×ÅÒ, ÝÏ ÄÏÚ×ÏÌѤ Í¦ËÛÉÒÕ×ÁÔÉ ×ÉצĠÎÁ Ú×ÕËÏ×ÉÊ ÐÒÉÓÔÒ¦Ê
 Name:          esound
 Version:       0.2.27
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL
 Group:         Daemons
@@ -141,7 +139,7 @@ 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}
@@ -159,8 +157,6 @@ rm -rf $RPM_BUILD_ROOT
        m4datadir=%{_aclocaldir} \
        pkgconfigdir=%{_pkgconfigdir}
 
-gzip -9nf README AUTHORS ChangeLog NEWS
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -182,20 +178,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
-
+%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.042826 seconds and 4 git commands to generate.