]> git.pld-linux.org Git - packages/alsa-utils.git/commitdiff
- updated to 0.5.10,
authorkloczek <kloczek@pld-linux.org>
Thu, 7 Dec 2000 17:53:39 +0000 (17:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Buildrequires: alsa-lib-devel >= 0.5.8,
- fixes in %install for use roff include istead symlink on arecord(1) man
  page.

Changed files:
    alsa-utils.spec -> 1.44

alsa-utils.spec

index c896b20f777b98b99cd0ca5f9d6a96ec53b08a4e..8a7c2ef74724972571e94805275404c8febe1489 100644 (file)
@@ -1,8 +1,8 @@
 Summary:       Advanced Linux Sound Architecture (ALSA) - Utils
 Summary(pl):   Advanced Linux Sound Architecture (ALSA) - Narzêdzia
 Name:          alsa-utils
-Version:       0.5.9b
-Release:       2
+Version:       0.5.10
+Release:       1
 License:       GPL
 Group:         Applications/Sound
 Group(de):     Applikationen/Laut
@@ -18,7 +18,7 @@ BuildRequires:        autoconf
 BuildRequires: automake
 BuildRequires: flex
 BuildRequires: libtool
-BuildRequires: alsa-lib-devel >= 0.5.5
+BuildRequires: alsa-lib-devel >= 0.5.8
 Prereq:                /sbin/depmod
 Prereq:                /sbin/ldconfig
 Prereq:                /sbin/chkconfig
@@ -39,7 +39,7 @@ amixer, aplay, arecord.
 
 %prep
 %setup -q
-%patch0 -p2
+%patch0 -p1
 %patch1 -p1
 
 %build
@@ -55,12 +55,15 @@ CXXFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -fno-rtti -fno-exceptions"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,/etc/rc.d/init.d}
+install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/alsasound
 
+rm -f $RPM_BUILD_ROOT%{_mandir}/man1/arecord.1
+echo ".so aplay.1" > $RPM_BUILD_ROOT%{_mandir}/man1/arecord.1
+
 touch $RPM_BUILD_ROOT%{_sysconfdir}/asound.conf
 
 gzip -9nf README ChangeLog
This page took 0.062768 seconds and 4 git commands to generate.