rpms/alsa-tools/F-9 alsa-tools.spec,1.18,1.19

Tim Jackson (timj) fedora-extras-commits at redhat.com
Sun May 18 21:49:47 UTC 2008


Author: timj

Update of /cvs/extras/rpms/alsa-tools/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25605

Modified Files:
	alsa-tools.spec 
Log Message:
Really enable -firmware subpackage



Index: alsa-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/alsa-tools/F-9/alsa-tools.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- alsa-tools.spec	18 May 2008 20:42:30 -0000	1.18
+++ alsa-tools.spec	18 May 2008 21:48:54 -0000	1.19
@@ -1,6 +1,8 @@
-# Whether or not to skip building the firmware subpackage. This is not the
-# actual firmware itself (see alsa-firmware), it is some complementary tools.
-%define _without_firmware 0
+# If you want to skip building the firmware subpackage, define the macro
+# _without_firmware to 1. This is not the actual firmware itself 
+# (see alsa-firmware), it is some complementary tools.
+# Do *NOT* set it to zero or have a commented out define here, or it will not
+# work. (RPM spec file voodoo)
 
 %{?!_without_tools:     %define builddirstools as10k1 echomixer envy24control hdspconf hdspmixer rmedigicontrol sbiload sb16_csp sscape_ctl us428control }
 %{?!_without_firmware:  %define builddirsfirmw hdsploader mixartloader usx2yloader vxloader }
@@ -15,7 +17,7 @@
 Summary:        Specialist tools for ALSA
 Name:           alsa-tools
 Version:        1.0.16
-Release:        2%{?dist}.1
+Release:        3%{?dist}
 
 # Checked at least one source file from all the sub-projects contained in
 # the source tarball and they are consistent GPLv2+ - TJ 2007-11-15
@@ -193,6 +195,9 @@
 %endif
 
 %changelog
+* Sun May 18 2008 Tim Jackson <rpm at timj.co.uk> - 1.0.16-3
+- Really enable firmware subpackage
+
 * Sun May 18 2008 Tim Jackson <rpm at timj.co.uk> - 1.0.16-2.fc9.1
 - Release number bump for administrative reasons
 




More information about the fedora-extras-commits mailing list