packages: nouveau-firmware/nouveau-firmware.spec (NEW) - initial

arekm arekm at pld-linux.org
Wed Dec 16 21:06:36 CET 2009


Author: arekm                        Date: Wed Dec 16 20:06:36 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial

---- Files affected:
packages/nouveau-firmware:
   nouveau-firmware.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/nouveau-firmware/nouveau-firmware.spec
diff -u /dev/null packages/nouveau-firmware/nouveau-firmware.spec:1.1
--- /dev/null	Wed Dec 16 21:06:36 2009
+++ packages/nouveau-firmware/nouveau-firmware.spec	Wed Dec 16 21:06:31 2009
@@ -0,0 +1,43 @@
+# $Revision$, $Date$
+#
+%define		nameprog nouveau
+
+Summary:	Firmware for the Nouveau driver
+Name:		%{nameprog}-firmware
+Version:	20091212
+Release:	1
+License:	distributable
+Group:		Base/Kernel
+Source0:	http://people.freedesktop.org/~pq/nouveau-drm/nouveau-firmware-%{version}.tar.gz
+# Source0-md5:	518ce9f432498969c88f63579032da74
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains the firmware for the nouveau driver.
+
+%prep
+%setup -q -n %{nameprog}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/lib/firmware/nouveau
+
+cp -a *.* $RPM_BUILD_ROOT/lib/firmware/nouveau
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+/lib/firmware/nouveau
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/12/16 20:06:31  arekm
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list