rpms/alsa-firmware/F-11 alsa-firmware.spec,1.13,1.14

Tim Jackson timj at fedoraproject.org
Sun May 10 19:55:53 UTC 2009


Author: timj

Update of /cvs/extras/rpms/alsa-firmware/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8514

Modified Files:
	alsa-firmware.spec 
Log Message:
- Fix some regressions:
 - build on recent RPM versions 
 - Fix unowned directories problem (#483321)



Index: alsa-firmware.spec
===================================================================
RCS file: /cvs/extras/rpms/alsa-firmware/F-11/alsa-firmware.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- alsa-firmware.spec	10 May 2009 17:11:09 -0000	1.13
+++ alsa-firmware.spec	10 May 2009 19:55:23 -0000	1.14
@@ -1,7 +1,11 @@
+# This is a firmware package, so binaries (which are not run on the host)
+# in the end package are expected.
+%define _binaries_in_noarch_packages_terminate_build   0
+
 Summary:        Firmware for several ALSA-supported sound cards
 Name:           alsa-firmware
 Version:        1.0.20
-Release:        1%{?dist}
+Release:        1%{?dist}.1
 # See later in the spec for a breakdown of licensing
 License:        GPL+ and BSD and GPLv2+ and GPLv2 and LGPLv2+
 Group:          Applications/Multimedia
@@ -86,6 +90,7 @@ rm -rf $RPM_BUILD_ROOT
 # License: GPL (undefined version)
 /lib/firmware/digiface_firmware*
 
+%dir /lib/firmware/ea
 # The licenses for the Echo Audio firmware vary slightly so each is enumerated
 # separately, to be really sure.
 # LGPLv2.1+
@@ -147,6 +152,7 @@ rm -rf $RPM_BUILD_ROOT
 # GPL (undefined version)
 /lib/firmware/ea/mona_361_dsp.fw
 
+%dir /lib/firmware/emu
 # Licenses vary so are enumerated separately
 # GPLv2
 /lib/firmware/emu/audio_dock.fw
@@ -194,6 +200,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun May 10 2009 Tim Jackson <rpm at timj.co.uk> - 1.0.20-1.fc11.1
+- Fix some regressions:
+ - build on recent RPM versions
+ - Fix unowned directories problem (#483321)
+
 * Sat May 09 2009 Tim Jackson <rpm at timj.co.uk> - 1.0.20-1
 - Update to 1.0.20
 




More information about the scm-commits mailing list