SPECS: alsa-tools.spec - separate hotplug part (not to require it)...
havner
havner at pld-linux.org
Wed Aug 23 09:59:26 CEST 2006
Author: havner Date: Wed Aug 23 07:59:26 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- separate hotplug part (not to require it)
- 755 for sh scripts
---- Files affected:
SPECS:
alsa-tools.spec (1.15 -> 1.16)
---- Diffs:
================================================================
Index: SPECS/alsa-tools.spec
diff -u SPECS/alsa-tools.spec:1.15 SPECS/alsa-tools.spec:1.16
--- SPECS/alsa-tools.spec:1.15 Sat Apr 22 10:23:25 2006
+++ SPECS/alsa-tools.spec Wed Aug 23 09:59:21 2006
@@ -33,6 +33,19 @@
Pakiet zawiera działające z linii poleceń, narzędzia dla projektu ALSA
(Advanced Linux Sound Architecture).
+%package tascam
+Summary: Hotplug support for for Tascam USB devices
+Summary(pl): Wsparcie hotpluga do urządzeń USB Tascam
+Group: Applications/Sound
+Requires: hotplug
+
+%description tascam
+Hotplug support for for Tascam USB devices, firmware loader.
+
+%description tascam -l pl
+Wsparcie hotpluga do urządzeń USB Tascam, narzędzie do ładowania
+firmware'u.
+
%prep
%setup -q
@@ -110,10 +123,15 @@
%attr(755,root,root) %{_libdir}/liblo10k1.so.*.*.*
%{_datadir}/ld10k1
%{_mandir}/man?/*
-%{_sysconfdir}/hotplug/usb/*
%{_desktopdir}/hdspconf.desktop
%{_pixmapsdir}/hdspconf.png
+%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
+
# [lib]lo10k1-devel ?
#%attr(755,root,root) %{_libdir}/liblo10k1.so
#%{_libdir}/liblo10k1.la
@@ -129,6 +147,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.16 2006/08/23 07:59:21 havner
+- separate hotplug part (not to require it)
+- 755 for sh scripts
+
Revision 1.15 2006/04/22 08:23:25 qboosh
- updated to 1.0.11
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/alsa-tools.spec?r1=1.15&r2=1.16&f=u
More information about the pld-cvs-commit
mailing list