]> git.pld-linux.org Git - packages/alsa-tools.git/commitdiff
- added "with tascam" bcond, don't build tascam subpackage by default, it auto/th/alsa-tools-1_0_16-2 auto/ti/alsa-tools-1_0_16-2
authorhawk <hawk@pld-linux.org>
Sun, 17 Feb 2008 13:43:46 +0000 (13:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  requires hotplug which is no longer available in PLD thus causing broken
  directory dependency
- release 2

Changed files:
    alsa-tools.spec -> 1.31

alsa-tools.spec

index 07cbb6521be91fd451949b079c7e0fcd8c6ad8b9..3bf50c6215911e302d844456518d92d69852d4bd 100644 (file)
@@ -1,13 +1,17 @@
+#
 # TODO: make description true (i.e. separate GUIs)
 # echomixer,envy24control,rmedigicontrol use GTK+ 2
 # hdspconf,hdspmixer use FLTK
 # qlo10k1 uses Qt 3
-# 
+#
+# Conditional build:
+%bcond_with    tascam          # build with hotplug support for Tascam USB devices
+#
 Summary:       Advanced Linux Sound Architecture (ALSA) - tools
 Summary(pl.UTF-8):     Advanced Linux Sound Architecture (ALSA) - narzÄ™dzia
 Name:          alsa-tools
 Version:       1.0.16
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Applications/Sound
 Source0:       ftp://ftp.alsa-project.org/pub/tools/%{name}-%{version}.tar.bz2
@@ -177,11 +181,13 @@ rm -rf $RPM_BUILD_ROOT
 # for sbiload
 %{_datadir}/sounds/opl3
 
+%if %{with tascam}
 %files tascam
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_sysconfdir}/hotplug/usb/tascam_fpga
 %attr(755,root,root) %{_sysconfdir}/hotplug/usb/tascam_fw
 %{_sysconfdir}/hotplug/usb/tascam_fw.usermap
+%endif
 
 %files -n liblo10k1
 %defattr(644,root,root,755)
This page took 0.095189 seconds and 4 git commands to generate.