Author: wolvverine Date: Wed Aug 2 20:51:42 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - init
---- Files affected: SPECS: ipw3945-firmware.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/ipw3945-firmware.spec diff -u /dev/null SPECS/ipw3945-firmware.spec:1.1 --- /dev/null Wed Aug 2 22:51:42 2006 +++ SPECS/ipw3945-firmware.spec Wed Aug 2 22:51:37 2006 @@ -0,0 +1,55 @@ +# $Revision$, $Date$ +# +%define nameprog ipw3945 + +Summary: Firmware for the Intel(R) PRO/Wireless 3945 Driver +Summary(pl): Firmware dla sterownika do kart Intel(R) PRO/Wireless 3945 +Name: ipw3945-firmware +Version: 1.13 +Release: 0.1 +License: distributable +Group: System Environment/Kernel +Source0: http://bughost.org/%{nameprog}/ucode/%{nameprog}-ucode-%{version}.tgz +# Source0-md5: 9190f498f85f83135ee7e7a1d330832e +URL: http://ipw3945.sourceforge.net/firmware.php +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This package contains the firmware for the ipw-3945 driver. Usage of +the firmware is subject to the terms contained in +/lib/firmware/ipw3945-LICENSE. Please read the license carefully. + +%description -l pl +Ten pakiet zawiera firmware dla sterownika ipw-3945. Można go używać +na warunkach zawartych w pliku /lib/firmware/ipw3945-LICENSE. Proszę +uważnie przeczytać licencję. + +%prep +%setup -q -c + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT/lib/firmware + +install -p %{nameprog}-ucode-%{version}/*.ucode $RPM_BUILD_ROOT/lib/firmware +install -p %{nameprog}-ucode-%{version}/LICENSE.%{nameprog}-ucode $RPM_BUILD_ROOT/lib/firmware/%{nameprog}-LICENSE + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +/lib/firmware/%{nameprog}-LICENSE +/lib/firmware/*.ucode + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/08/02 20:51:37 wolvverine +- init + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
