rpms/alsa-utils/devel alsa-utils.spec,1.73,1.74

Jaroslav Kysela perex at fedoraproject.org
Thu Sep 18 08:39:29 UTC 2008


Author: perex

Update of /cvs/pkgs/rpms/alsa-utils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10378

Modified Files:
	alsa-utils.spec 
Log Message:
alsa-utils: fix alsa-info.sh and alsactl-add-ignore-option.patch


Index: alsa-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/alsa-utils/devel/alsa-utils.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- alsa-utils.spec	18 Sep 2008 07:54:21 -0000	1.73
+++ alsa-utils.spec	18 Sep 2008 08:38:59 -0000	1.74
@@ -4,7 +4,7 @@
 Summary: Advanced Linux Sound Architecture (ALSA) utilities
 Name:    alsa-utils
 Version: 1.0.18
-Release: 2%{?prever_dot}%{?dist}
+Release: 3%{?prever_dot}%{?dist}
 License: GPLv2+
 Group:   Applications/Multimedia
 URL:     http://www.alsa-project.org/
@@ -15,7 +15,7 @@
 Source11: alsactl.conf
 Patch0:  alsa-utils-1.0.18-alsaconf.patch
 Patch1:  alsactl-fix-card-parsing.patch
-Patch1:  alsactl-add-ignore-option.patch
+Patch2:  alsactl-add-ignore-option.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: alsa-lib-devel >= %{version}
 BuildRequires: ncurses-devel
@@ -31,6 +31,7 @@
 %setup -q -n %{name}-%{version}%{?prever}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" --sbindir=/sbin
@@ -68,7 +69,7 @@
 
 # Install alsa-info.sh script
 install -p -m 755 %{SOURCE6} %{buildroot}/usr/bin/alsa-info
-ln -s alsa-info.sh %{buildroot}/usr/bin/alsa-info
+ln -s alsa-info %{buildroot}/usr/bin/alsa-info.sh
 
 %clean
 %{__rm} -rf $RPM_BUILD_ROOT
@@ -95,6 +96,9 @@
 fi
 
 %changelog
+* Thu Sep 18 2008 Jaroslav Kysela <jkysela at redhat.com> 1.0.18-3.rc3
+- fixed alsa-info.sh link
+
 * Thu Sep 18 2008 Jaroslav Kysela <jkysela at redhat.com> 1.0.18-2.rc3
 - fixed /lib/alsa/init path for x86_64 (was /lib64/alsa/init)
 - added /etc/alsa/asound.state -> /etc/asound.state shift to %post section




More information about the fedora-extras-commits mailing list