rpms/alsa-lib/devel .cvsignore, 1.16, 1.17 alsa-lib.spec, 1.33, 1.34 sources, 1.18, 1.19

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 3 12:40:42 UTC 2005


Author: stransky

Update of /cvs/dist/rpms/alsa-lib/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv4172

Modified Files:
	.cvsignore alsa-lib.spec sources 
Log Message:
fixes in config files, new ainit (for #166086)


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/alsa-lib/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	27 Sep 2005 15:27:23 -0000	1.16
+++ .cvsignore	3 Oct 2005 12:40:40 -0000	1.17
@@ -3,3 +3,4 @@
 alsa-lib-1.0.9.tar.bz2
 ainit-0.5.tar.gz
 alsa-lib-1.0.10rc1.tar.bz2
+ainit-0.6.tar.gz


Index: alsa-lib.spec
===================================================================
RCS file: /cvs/dist/rpms/alsa-lib/devel/alsa-lib.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- alsa-lib.spec	27 Sep 2005 15:27:23 -0000	1.33
+++ alsa-lib.spec	3 Oct 2005 12:40:40 -0000	1.34
@@ -1,20 +1,20 @@
 %define version_main   1.0.10rc1
 %define version_app    
-%define version_ainit  0.5
+%define version_ainit  0.6
 
 Summary: The Advanced Linux Sound Architecture (ALSA) library.
-Name: alsa-lib
+Name:    alsa-lib
 Version: %{version_main}%{?version_app}
-Release: 1
+Release: 2
 License: LGPL
-Group: System Environment/Libraries
-Source: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version_main}%{?prever}.tar.bz2
+Group:   System Environment/Libraries
+Source:  ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version_main}%{?prever}.tar.bz2
 Source1: ainit-%{version_ainit}.tar.gz
-Patch0: alsa-lib-1.0.10-ainit.patch
-URL: http://www.alsa-project.org/
+Patch0:  alsa-lib-1.0.10-ainit.patch
+URL:     http://www.alsa-project.org/
 BuildRoot: %{_tmppath}/%{name}-%{version_main}-root
 BuildRequires: doxygen
-Prereq: /sbin/ldconfig, coreutils
+Prereq:  /sbin/ldconfig, coreutils
 
 %description
 The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
@@ -65,6 +65,9 @@
 
 mv %{buildroot}/etc/aclocal %{buildroot}%{_datadir}
 
+rm %{buildroot}%{_sysconfdir}/alsa/pcm/dmix.conf
+rm %{buildroot}%{_sysconfdir}/alsa/pcm/dsnoop.conf
+
 # install ainit binaries
 install -m 755 ainit/ainit %{buildroot}%{_bindir}
 
@@ -115,8 +118,8 @@
 %config %{_sysconfdir}/alsa/alsa.conf
 %{_bindir}/ainit
 %{_mandir}/man?/*
-%config(noreplace) %{_sysconfdir}/alsa/pcm/dmix.conf
-%config(noreplace) %{_sysconfdir}/alsa/pcm/dsnoop.conf
+#%config(noreplace) %{_sysconfdir}/alsa/pcm/dmix.conf
+#%config(noreplace) %{_sysconfdir}/alsa/pcm/dsnoop.conf
 %config %{_sysconfdir}/alsa/pcm/dmix.template
 %config %{_sysconfdir}/alsa/pcm/dsnoop.template
 %ghost  %{_sysconfdir}/alsa/pcm/dmix.conf.lock
@@ -134,6 +137,9 @@
 %{_datadir}/aclocal/alsa.m4
 
 %changelog
+* Tue Sep 27 2005 Martin Stransky <stransky at redhat.com> 1.0.10rc1-2
+- fixes in config files, new ainit (for #166086)
+
 * Tue Sep 27 2005 Martin Stransky <stransky at redhat.com> 1.0.10rc1-1
 - new upstream version
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/alsa-lib/devel/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources	27 Sep 2005 15:27:23 -0000	1.18
+++ sources	3 Oct 2005 12:40:40 -0000	1.19
@@ -1,2 +1,2 @@
-51451c0e06e5334bb08d3126f3444e0c  ainit-0.5.tar.gz
 803c9684af07da50f6de1cc9fb57373c  alsa-lib-1.0.10rc1.tar.bz2
+16bbe521dfc466200399d59f274b4001  ainit-0.6.tar.gz




More information about the fedora-cvs-commits mailing list