]> git.pld-linux.org Git - packages/alsa-firmware.git/blob - alsa-firmware.spec
- updated to 1.0.13
[packages/alsa-firmware.git] / alsa-firmware.spec
1 Summary:        Advanced Linux Sound Architecture - firmware data
2 Summary(pl):    Advanced Linux Sound Architecture - dane firmware
3 Name:           alsa-firmware
4 Version:        1.0.13
5 Release:        0.1
6 License:        GPL
7 Group:          Libraries
8 Source0:        ftp://ftp.alsa-project.org/pub/firmware/%{name}-%{version}.tar.bz2
9 # Source0-md5:  97de41a923e68c3d6c52c14f1a2843df
10 URL:            http://www.alsa-project.org/
11 BuildRequires:  automake
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         _noautostrip    .*\.elf
16 %define         hotplugfwdir    /lib/firmware
17
18 %description
19 Firmware data for ALSA.
20
21 %description -l pl
22 Dane firmware dla ALSA.
23
24 %prep
25 %setup -q
26
27 %build
28 cp -f /usr/share/automake/config.sub .
29 %configure \
30         --disable-buildfw \
31         --with-hotplug-dir=%{hotplugfwdir}
32
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 cp -f hdsploader/README README.hdsploader
42 cp -f mixartloader/README README.mixartloader
43 cp -f pcxhrloader/README README.pcxhrloader
44 cp -f usx2yloader/README README.usx2yloader
45 cp -f vxloader/README README.vxloader
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc README* mixartloader/miXart.conf pcxhrloader/pcxhr.conf usx2yloader/us*.conf vxloader/vx*.conf
53 # -hotplug subpackage? (R: hotplug)
54 %{hotplugfwdir}/digiface_*.bin
55 %{hotplugfwdir}/multiface_*.bin
56 %{hotplugfwdir}/asihpi
57 %{hotplugfwdir}/ea
58 %{hotplugfwdir}/emu
59 %{hotplugfwdir}/mixart
60 %{hotplugfwdir}/pcxhr
61 %{hotplugfwdir}/vx
62 # -alsa subpackage? (R: alsa-tools, %{_datadir}/alsa dir)
63 %dir %{_datadir}/alsa/firmware
64 %{_datadir}/alsa/firmware/hdsploader
65 %{_datadir}/alsa/firmware/mixartloader
66 %{_datadir}/alsa/firmware/pcxhrloader
67 %{_datadir}/alsa/firmware/usx2yloader
68 %{_datadir}/alsa/firmware/vxloader
This page took 0.145541 seconds and 3 git commands to generate.