rpms/alsa-lib/devel alsa-lib.spec,1.77,1.78

Jaroslav Kysela perex at fedoraproject.org
Thu Sep 11 08:54:33 UTC 2008


Author: perex

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

Modified Files:
	alsa-lib.spec 
Log Message:
alsa-lib: fix /etc directory issue


Index: alsa-lib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/alsa-lib/devel/alsa-lib.spec,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- alsa-lib.spec	11 Sep 2008 08:26:45 -0000	1.77
+++ alsa-lib.spec	11 Sep 2008 08:54:02 -0000	1.78
@@ -5,7 +5,7 @@
 Summary: The Advanced Linux Sound Architecture (ALSA) library
 Name:    alsa-lib
 Version: 1.0.18
-Release: 5%{?prever_dot}%{?dist}
+Release: 6%{?prever_dot}%{?dist}
 License: LGPLv2+
 Group:   System Environment/Libraries
 Source:  ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}%{?prever}%{?postver}.tar.bz2
@@ -63,6 +63,7 @@
 ln -snf ../../%{_lib}/libasound.so.2 %{buildroot}%{_libdir}/libasound.so
 
 # Install global configuration files
+mkdir -p -m 755 %{buildroot}/etc
 install -p -m 644 %{SOURCE10} %{buildroot}/etc
 
 %clean
@@ -92,6 +93,9 @@
 %{_datadir}/aclocal/alsa.m4
 
 %changelog
+* Wed Sep 10 2008 Jaroslav Kysela <jkysela at redhat.com> - 1.0.18-6.rc3
+- fix /etc directory issue
+
 * Wed Sep 10 2008 Jaroslav Kysela <jkysela at redhat.com> - 1.0.18-5.rc3
 - move alsactl.conf to alsa-utils package
 




More information about the fedora-extras-commits mailing list