rpms/atmel-firmware/F-7 atmel-firmware.spec, NONE, 1.1 sources, 1.1, 1.2

Chauvet (kwizart) fedora-extras-commits at redhat.com
Sun Aug 26 23:41:48 UTC 2007


Author: kwizart

Update of /cvs/extras/rpms/atmel-firmware/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24966

Modified Files:
	sources 
Added Files:
	atmel-firmware.spec 
Log Message:
Initial import 



--- NEW FILE atmel-firmware.spec ---
%define usb_version 0.1

Name:           atmel-firmware
Version:        1.3
Release:        2
Summary:        Firmware for Atmel at76c50x wireless network chips

Group:          System Environment/Kernel
License:        Redistributable, no modification permitted
URL:            http://at76c503a.berlios.de/
Source0:        http://www.thekelleys.org.uk/atmel/atmel-firmware-%{version}.tar.gz
Source1:        http://download.berlios.de/at76c503a/at76_usb-firmware-%{usb_version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
    
Obsoletes:      at76_usb-firmware < %{usb_version}
Provides:       at76_usb-firmware = %{usb_version}

%description
The drivers for Atmel at76c50x wireless network chips in the Linux 2.6.x kernel 
but do not include the firmware.
This firmware needs to be loaded by the host on most cards using these chips.


%prep
%setup -q 
%setup -q -D -T -a 1 
install -m 0644 at76_usb-firmware-%{usb_version}/COPYRIGHT COPYRIGHT-usb
install -m 0644 at76_usb-firmware-%{usb_version}/README README-usb
for i in COPYING README COPYRIGHT-usb README-usb; do
install -m 0644 ${i} ${i}.%{name}
rm  ${i}
ln -sf /lib/firmware/${i}.%{name} ${i}
done

%build


%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT/lib/firmware

install -m 0644 images/* $RPM_BUILD_ROOT/lib/firmware
#install -m 0644 images.usb/* $RPM_BUILD_ROOT/lib/firmware
install -m 0644 at76_usb-firmware-%{usb_version}/* $RPM_BUILD_ROOT/lib/firmware
install -m 0644 *.%{name} $RPM_BUILD_ROOT/lib/firmware

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING README COPYRIGHT-usb README-usb VERSION
/lib/firmware/*


%changelog
* Mon Aug 27 2007 kwizart < kwizart at gmail.com > - 1.3-2
- Drop the dist tag for firmware

* Mon Mar 19 2007 kwizart < kwizart at gmail.com > - 1.3-1
- Initial clean package


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/atmel-firmware/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Aug 2007 22:04:40 -0000	1.1
+++ sources	26 Aug 2007 23:41:16 -0000	1.2
@@ -0,0 +1,2 @@
+4577f3f9e596170ffaed49b7d20ca7f5  at76_usb-firmware-0.1.tar.gz
+415e16463151f2e953e9b3dceb7af45f  atmel-firmware-1.3.tar.gz




More information about the fedora-extras-commits mailing list