]> git.pld-linux.org Git - SPECS.git/blob - nouveau-firmware.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / nouveau-firmware.spec
1 #
2 %define         nameprog nouveau
3
4 Summary:        Firmware for the Nouveau driver
5 Name:           %{nameprog}-firmware
6 Version:        20091212
7 Release:        1
8 License:        distributable
9 Group:          Base/Kernel
10 Source0:        http://people.freedesktop.org/~pq/nouveau-drm/nouveau-firmware-%{version}.tar.gz
11 # Source0-md5:  518ce9f432498969c88f63579032da74
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 This package contains the firmware for the nouveau driver.
17
18 %prep
19 %setup -q -n %{nameprog}
20
21 %install
22 rm -rf $RPM_BUILD_ROOT
23 install -d $RPM_BUILD_ROOT/lib/firmware/nouveau
24
25 cp -a *.* $RPM_BUILD_ROOT/lib/firmware/nouveau
26
27 %clean
28 rm -rf $RPM_BUILD_ROOT
29
30 %files
31 %defattr(644,root,root,755)
32 /lib/firmware/nouveau
This page took 0.130566 seconds and 3 git commands to generate.