SPECS: alsa-firmware.spec - check-files cleanup

qboosh qboosh at pld-linux.org
Tue Jul 15 21:46:47 CEST 2008


Author: qboosh                       Date: Tue Jul 15 19:46:47 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- check-files cleanup

---- Files affected:
SPECS:
   alsa-firmware.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/alsa-firmware.spec
diff -u SPECS/alsa-firmware.spec:1.12 SPECS/alsa-firmware.spec:1.13
--- SPECS/alsa-firmware.spec:1.12	Mon Jul 14 21:40:11 2008
+++ SPECS/alsa-firmware.spec	Tue Jul 15 21:46:41 2008
@@ -45,6 +45,12 @@
 cp -f vxloader/README README.vxloader
 cp -f aica/license.txt license.aica
 
+# remove dead symlinks to /etc/sound/* (with sanity check)
+for l in $RPM_BUILD_ROOT/lib/firmware/turtlebeach/*.bin ; do
+	test -h $l || exit 1
+	rm -f $l
+done
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -82,6 +88,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2008/07/15 19:46:41  qboosh
+- check-files cleanup
+
 Revision 1.12  2008/07/14 19:40:11  twittner
 - up to 1.0.17
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/alsa-firmware.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list