SPECS: alsa-tools.spec - renamed tascam bcond to hotplug, do check-files cl...

qboosh qboosh at pld-linux.org
Wed Jul 16 07:36:24 CEST 2008


Author: qboosh                       Date: Wed Jul 16 05:36:24 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- renamed tascam bcond to hotplug, do check-files cleanup if disabled
- include TODO files in doc

---- Files affected:
SPECS:
   alsa-tools.spec (1.32 -> 1.33) 

---- Diffs:

================================================================
Index: SPECS/alsa-tools.spec
diff -u SPECS/alsa-tools.spec:1.32 SPECS/alsa-tools.spec:1.33
--- SPECS/alsa-tools.spec:1.32	Mon Jul 14 21:38:18 2008
+++ SPECS/alsa-tools.spec	Wed Jul 16 07:36:18 2008
@@ -5,13 +5,8 @@
 # hdspconf,hdspmixer use FLTK
 # qlo10k1 uses Qt 3
 #
-# - warning: Installed (but unpackaged) file(s) found:
-#   /etc/hotplug/usb/tascam_fpga
-#   /etc/hotplug/usb/tascam_fw
-#   /etc/hotplug/usb/tascam_fw.usermap
-#
 # Conditional build:
-%bcond_with	tascam		# build with hotplug support for Tascam USB devices
+%bcond_with	hotplug		# 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
@@ -167,6 +162,10 @@
 
 install $odir/as10k1/examples/*.emu10k1 $RPM_BUILD_ROOT%{_datadir}/ld10k1/effects
 
+%if %{without hotplug}
+rm -r $RPM_BUILD_ROOT%{_sysconfdir}/hotplug
+%endif
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -175,12 +174,11 @@
 
 %files
 %defattr(644,root,root,755)
-%doc */README.* */*/README.* */NEWS.*
-# alsamixer/TODO.* 
+%doc */README.* */*/README.* */NEWS.* */TODO.*
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_sbindir}/*
 %{_datadir}/ld10k1
-%{_mandir}/man?/*
+%{_mandir}/man1/*.1*
 %{_desktopdir}/hdspconf.desktop
 %{_desktopdir}/hdspmixer.desktop
 %{_pixmapsdir}/hdspconf.png
@@ -188,7 +186,7 @@
 # for sbiload
 %{_datadir}/sounds/opl3
 
-%if %{with tascam}
+%if %{with hotplug}
 %files tascam
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_sysconfdir}/hotplug/usb/tascam_fpga
@@ -218,6 +216,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.33  2008/07/16 05:36:18  qboosh
+- renamed tascam bcond to hotplug, do check-files cleanup if disabled
+- include TODO files in doc
+
 Revision 1.32  2008/07/14 19:38:18  twittner
 - up to 1.0.17
 
================================================================

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



More information about the pld-cvs-commit mailing list