]> git.pld-linux.org Git - packages/alsa-tools.git/blobdiff - alsa-tools.spec
- separate hotplug part (not to require it)
[packages/alsa-tools.git] / alsa-tools.spec
index 3a857c0ee7b8ff3ebf149fa9c031630e70062478..e8d521f878fef5f6704ab5a46f449ff41b70209c 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Advanced Linux Sound Architecture (ALSA) - tools
 Summary(pl):   Advanced Linux Sound Architecture (ALSA) - narzêdzia
 Name:          alsa-tools
-Version:       1.0.10
-Release:       2
+Version:       1.0.11
+Release:       1
 License:       GPL
 Group:         Applications/Sound
 Source0:       ftp://ftp.alsa-project.org/pub/tools/%{name}-%{version}.tar.bz2
-# Source0-md5: 537d691e87d9af6343cef5ddcad70018
+# Source0-md5: a2840af7f1624d46257b6a53aea43eb7
 URL:           http://www.alsa-project.org/
 BuildRequires: alsa-lib-devel >= 1.0.3
 BuildRequires: autoconf
@@ -32,6 +32,19 @@ Linux Sound Architecture) project.
 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
 
@@ -60,7 +73,7 @@ done
 
 cd qlo10k1
 sed -i 's:include:include/qt:g' acinclude.m4
-%ifarch %{x8664} ppc64 sparc64
+%if "%{_lib}" == "lib64"
 sed -i 's:QTDIR/lib:QTDIR/lib64:g' acinclude.m4
 %endif
 cp -f README README.qlo10k1
@@ -109,6 +122,20 @@ rm -rf $RPM_BUILD_ROOT
 %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
+#%{_includedir}/lo10k1
+#%{_aclocaldir}/ld10k1.m4
+
+# ?
+#%{_datadir}/sounds/opl3
This page took 0.64756 seconds and 4 git commands to generate.