Accepting request 29307 from hardware
Copy from hardware/atmel-firmware based on submit request 29307 from user coolo OBS-URL: https://build.opensuse.org/request/show/29307 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/atmel-firmware?expand=0&rev=4
This commit is contained in:
parent
426751f928
commit
3c420efc76
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 27 18:28:16 CEST 2009 - lrupp@suse.de
|
||||||
|
|
||||||
|
- specfile cleanup
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 16 15:18:41 CET 2007 - jg@suse.de
|
Fri Mar 16 15:18:41 CET 2007 - jg@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package atmel-firmware (Version 1.3)
|
# spec file for package atmel-firmware (Version 1.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,14 +19,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: atmel-firmware
|
Name: atmel-firmware
|
||||||
|
Summary: Firmware for Atmel at76c50x Wireless Network Chips
|
||||||
Version: 1.3
|
Version: 1.3
|
||||||
Release: 140
|
Release: 141
|
||||||
License: GPL v2 or later; Distributable in unmodified form
|
License: GPLv2+ ; NON-OSI-COMPLIANT(no modification)
|
||||||
Group: Hardware/Wifi
|
Group: Hardware/Wifi
|
||||||
Url: http://www.thekelleys.org.uk/atmel
|
Url: http://www.thekelleys.org.uk/atmel
|
||||||
Source0: atmel-firmware-%{version}.tar.bz2
|
Source0: atmel-firmware-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: Firmware for Atmel at76c50x Wireless Network Chips
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Modules: at76c503-i3861.ko at76c503-i3863.ko at76c503.ko
|
# Modules: at76c503-i3861.ko at76c503-i3863.ko at76c503.ko
|
||||||
# at76c503-rfmd-acc.ko at76c503-rfmd.ko at76c505a-rfmd2958.ko
|
# at76c503-rfmd-acc.ko at76c503-rfmd.ko at76c505a-rfmd2958.ko
|
||||||
@ -70,14 +70,13 @@ Supplements: modalias(usb:v8086p0200d*dc*dsc*dp*ic*isc*ip*)
|
|||||||
# Generated with: extract-modaliases wlan-kmp-default.rpm
|
# Generated with: extract-modaliases wlan-kmp-default.rpm
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The drivers for Atmel at76c50x wireless network chips in the Linux
|
The drivers for Atmel at76c50x wireless network chips in the Linux 2.6.x kernel
|
||||||
2.6.x kernel and at http://at76c503a.berlios.de/ do not include the
|
and at http://at76c503a.berlios.de/ do not include the firmware and this
|
||||||
firmware and this firmware needs to be loaded by the host on most cards
|
firmware needs to be loaded by the host on most cards using these chips.
|
||||||
using these chips. This package provides the firmware images that
|
|
||||||
should be automatically loaded as needed by the hotplug system. It also
|
|
||||||
provides a small loader utility that can be used to accomplish the same
|
|
||||||
thing when hotplug is not in use.
|
|
||||||
|
|
||||||
|
This package provides the firmware images that should be automatically loaded
|
||||||
|
as needed by the hotplug system. It also provides a small loader utility that
|
||||||
|
can be used to accomplish the same thing when hotplug is not in use.
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
@ -91,15 +90,11 @@ Authors:
|
|||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
mkdir -p -m 755 %{buildroot}/lib/firmware
|
||||||
mkdir -p -m 755 $RPM_BUILD_ROOT/usr/sbin
|
cp images/* %{buildroot}/lib/firmware/
|
||||||
mkdir -p -m 755 $RPM_BUILD_ROOT/lib/firmware
|
cp images.usb/* %{buildroot}/lib/firmware/
|
||||||
mkdir -p -m 755 $RPM_BUILD_ROOT/usr/share/man/man8
|
install -Dm755 atmel_fwl.pl %{buildroot}/%{_sbindir}/atmel_fwl
|
||||||
mkdir -p -m 755 $RPM_BUILD_ROOT/etc/pcmcia
|
install -Dm644 atmel_fwl.8 %{buildroot}/%{_mandir}/man8/atmel_fwl.8
|
||||||
cp images/* $RPM_BUILD_ROOT/lib/firmware
|
|
||||||
cp images.usb/* $RPM_BUILD_ROOT/lib/firmware
|
|
||||||
install -m755 atmel_fwl.pl $RPM_BUILD_ROOT/usr/sbin/atmel_fwl
|
|
||||||
install -m644 atmel_fwl.8 $RPM_BUILD_ROOT/usr/share/man/man8
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -107,31 +102,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README COPYING
|
%doc README COPYING
|
||||||
%attr(0755,root,root) /usr/sbin/atmel_fwl
|
%{_sbindir}/atmel_fwl
|
||||||
%attr(0644,root,root) /usr/share/man/man8/atmel_fwl.8.gz
|
%{_mandir}/man8/atmel_fwl.8.gz
|
||||||
/lib/firmware/*
|
/lib/firmware/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Mar 16 2007 jg@suse.de
|
|
||||||
- removed /lib/firmware from filelist
|
|
||||||
* Wed Mar 08 2006 agruen@suse.de
|
|
||||||
- Add modalias tags (155357).
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Wed Sep 28 2005 dmueller@suse.de
|
|
||||||
- add norootforbuild
|
|
||||||
* Fri Aug 19 2005 ro@suse.de
|
|
||||||
- removed hotplug from nfb
|
|
||||||
* Thu Aug 11 2005 jg@suse.de
|
|
||||||
- update to version 1.3
|
|
||||||
- removed obsolete cardmgr reload
|
|
||||||
- made package noarch as atmel_fw tool is a perl script now
|
|
||||||
* Mon Feb 28 2005 jg@suse.de
|
|
||||||
- exiting postinstall script cleanly even when cardmgr died
|
|
||||||
(bug 66787)
|
|
||||||
* Thu Jan 13 2005 jg@suse.de
|
|
||||||
- update to version 1.1
|
|
||||||
- moved firmware binaries from /usr/lib/hotplug/firmware to
|
|
||||||
/lib/firmware
|
|
||||||
* Mon May 24 2004 jg@suse.de
|
|
||||||
- Initial SuSE package
|
|
||||||
|
Loading…
Reference in New Issue
Block a user