]> git.pld-linux.org Git - packages/alsa-utils.git/commitdiff
- merged from DEVEL
authoraflinta <aflinta@pld-linux.org>
Wed, 23 Oct 2002 00:29:51 +0000 (00:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated to version 0.9.0rc4

Changed files:
    alsa-utils.spec -> 1.71

alsa-utils.spec

index bb03d1248c5370e2acf6c08a452c1de2c3b7b7ed..1b8373abe78c9bd145bf22087f2b942c3347aaf7 100644 (file)
@@ -5,15 +5,15 @@ Summary(pt_BR):       Utilit
 Summary(ru):   õÔÉÌÉÔÙ ËÏÍÁÎÄÎÏÊ ÓÔÒÏËÉ ÄÌÑ ALSA project
 Summary(uk):   õÔÉ̦ÔÉ ËÏÍÁÎÄÎÏÇÏ ÒÑÄËÁ ÄÌÑ ALSA project
 Name:          alsa-utils
-Version:       0.5.10
-Release:       7
+Version:       0.9.0rc4
+Release:       1
 License:       GPL
 Group:         Applications/Sound
 Source0:       ftp://ftp.alsa-project.org/pub/utils/%{name}-%{version}.tar.bz2
 Source1:       alsasound
 Source2:       alsa-oss-pcm
-Patch0:                %{name}-DESTDIR.patch
-Patch1:                %{name}-LDFLAGS.patch
+#Patch0:               %{name}-DESTDIR.patch
+#Patch1:               %{name}-LDFLAGS.patch
 URL:           http://www.alsa-project.org/
 BuildRequires: libstdc++-devel
 BuildRequires: ncurses-devel
@@ -21,7 +21,7 @@ BuildRequires:        autoconf
 BuildRequires: automake
 BuildRequires: flex
 BuildRequires: libtool
-BuildRequires: alsa-lib-devel >= 0.5.10
+BuildRequires: alsa-lib-devel >= 0.9.0rc4
 Prereq:                awk
 Prereq:                /sbin/depmod
 Prereq:                /sbin/ldconfig
@@ -86,14 +86,14 @@ Utilit
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+#%patch0 -p1
+#%patch1 -p1
 
 %build
 rm -f missing
-%{__aclocal}
-%{__autoconf}
-%{__automake}
+aclocal
+autoconf
+automake -a -c -f
 CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
 CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
 %configure
@@ -114,6 +114,8 @@ echo ".so aplay.1" > $RPM_BUILD_ROOT%{_mandir}/man1/arecord.1
 
 touch $RPM_BUILD_ROOT%{_sysconfdir}/asound.conf
 
+gzip -9nf README ChangeLog
+
 %post
 /sbin/chkconfig --add alsasound
 if [ -f /var/lock/subsys/alsasound ]; then
@@ -135,15 +137,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README ChangeLog
+%doc *.gz
 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/asound.conf
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_sbindir}/*
 %attr(754,root,root) /etc/rc.d/init.d/*
 %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/*
 
+%{_mandir}/man1/aconnect.1*
 %{_mandir}/man1/alsactl.1*
 %{_mandir}/man1/alsamixer.1*
 %{_mandir}/man1/amixer.1*
 %{_mandir}/man1/aplay.1*
 %{_mandir}/man1/arecord.1*
+%{_mandir}/man1/aseqnet.1*
This page took 0.114253 seconds and 4 git commands to generate.