rpms/zd1211-firmware/devel zd1211-firmware.spec, NONE, 1.1 zd1211rw_fw-Makefile.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chauvet (kwizart) fedora-extras-commits at redhat.com
Thu Apr 19 18:38:33 UTC 2007


Author: kwizart

Update of /cvs/extras/rpms/zd1211-firmware/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12603/devel

Modified Files:
	.cvsignore sources 
Added Files:
	zd1211-firmware.spec zd1211rw_fw-Makefile.patch 
Log Message:
Initial import for devel



--- NEW FILE zd1211-firmware.spec ---
%define snap 2007-03-19
Name:		zd1211-firmware
Version:	1.3
Release:	4%{?dist}
Summary:	Firmware for wireless devices based on zd1211 chipset
Group:		System Environment/Kernel
License:	GPL 
URL:		http://zd1211.ath.cx/
#URL:		http://www.deine-taler.de/zd1211/
Source0:	http://www.deine-taler.de/zd1211/snapshots/zd1211rw_fw_%{snap}.tar.bz2
Patch0:		zd1211rw_fw-Makefile.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:	noarch


%description
This package contains the firmware required to work with the zd1211 chipset.


%prep
%setup -q -n zd1211rw_fw_%{snap}
%patch0 -p1 -b .123


%build
make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install FW_DIR=$RPM_BUILD_ROOT/lib/firmware/zd1211 


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README COPYING
/lib/firmware/zd1211


%changelog
* Mon Mar 19 2007 kwizart < kwizart at gmail.com > - 1.3-4
- Update to snap 2007-03-19 but still no changes from Dec 26 2006.
- Drop devel is not usefull
- Use patch for sudo and zd1211b install
- Fix description/summary

* Sun Feb 23 2007 kwizart < kwizart at gmail.com > - 1.3-3
- Update to the snapshot source zd1211rw_fw_2007-02-23
 Timestramp didn't changed from 26-12-2006 so don't think date
 will tell anything in that case. I Prefer to wait for release tarball
 to fix any number version is that necessary.
- Uses of $RPM_OPT_FLAGS in place of CFLAGS += -Wall

* Sun Feb 11 2007 kwizart < kwizart at gmail.com > - 1.3-2
- Bundle the original vendor driver used to generate the firmware.

* Sat Jan  6 2007 kwizart < kwizart at gmail.com > - 1.3-1
- Update to 1.3

* Wed Oct 11 2006 kwizart < kwizart at gmail.com > - 1.2-1_FC5
- inital release.

zd1211rw_fw-Makefile.patch:

--- NEW FILE zd1211rw_fw-Makefile.patch ---
--- zd1211rw_fw_2007-03-19/Makefile.123	2006-12-25 11:02:17.000000000 +0100
+++ zd1211rw_fw_2007-03-19/Makefile	2007-03-19 20:49:13.000000000 +0100
@@ -2,12 +2,13 @@
 CFLAGS := -Wall
 
 ifneq ($(USER),root) 
-SUDO := sudo
+SUDO := 
 endif
 
 FW_DIR := /lib/firmware/zd1211
 
-FILES := zd1211_ub zd1211_uph zd1211_uphm zd1211_uphr zd1211_ur
+FILES := zd1211_ub zd1211_uph zd1211_uphm zd1211_uphr zd1211_ur \
+                 zd1211b_ub zd1211b_uph zd1211b_uphm zd1211b_uphr zd1211b_ur
 
 all:: files
 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/zd1211-firmware/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Apr 2007 17:32:52 -0000	1.1
+++ .cvsignore	19 Apr 2007 18:37:59 -0000	1.2
@@ -0,0 +1 @@
+zd1211rw_fw_2007-03-19.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/zd1211-firmware/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Apr 2007 17:32:52 -0000	1.1
+++ sources	19 Apr 2007 18:37:59 -0000	1.2
@@ -0,0 +1 @@
+d806c01716f30d80042519b0f070feab  zd1211rw_fw_2007-03-19.tar.bz2




More information about the scm-commits mailing list