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

Matthias Saou (thias) fedora-extras-commits at redhat.com
Wed Aug 22 19:01:26 UTC 2007


Author: thias

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

Modified Files:
	.cvsignore sources 
Added Files:
	iwl3945-firmware.spec 
Log Message:
Initial import (to obsolete iwlwifi-firmware).



--- NEW FILE iwl3945-firmware.spec ---
Summary: Firmware for Intel® PRO/Wireless 3945 A/B/G network adaptors
Name: iwl3945-firmware
Version: 2.14.1.5
Release: 1
License: Redistributable, no modification permitted
Group: System Environment/Kernel
URL: http://intellinuxwireless.org/
Source0: http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-3945-ucode-%{version}.tgz
Source1: http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-3945-ucode-2.14.4.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
# This is so that the noarch packages don't appear for these archs
ExcludeArch: ppc ppc64
# Renamed (twice) from iwlwifi-fimware as of 2.14.4-1
Provides: iwlwifi-firmware = %{version}-%{release}
Obsoletes: iwlwifi-firmware =< 2.14.4-1
Obsoletes: iwlwifi-3945-firmware =< 2.14.4-1

%description
This package contains the firmware required by the iwl3945 driver for Linux.
Usage of the firmware is subject to the terms and conditions contained
inside the provided LICENSE file. Please read it carefully.


%prep
%setup -q -n iwlwifi-3945-ucode-%{version} -a 1
# Give doc files simpler names, since they won't get mixed with others
%{__mv} LICENSE.iwlwifi-3945-ucode LICENSE
%{__mv} README.iwlwifi-3945-ucode README
# Fix permissions on doc files (useless executable bit)
%{__chmod} 0644 LICENSE README
# Fix end-of-line encoding
%{__sed} -i 's/\r//' LICENSE README
# Put timestamp back (it's the same on all files)
touch -r iwlwifi-3945*.ucode LICENSE README


%build


%install
%{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}/lib/firmware
%{__install} -p -m 0644 iwlwifi-3945*.ucode */iwlwifi-3945*.ucode \
    %{buildroot}/lib/firmware/


%clean
%{__rm} -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc LICENSE README
/lib/firmware/*.ucode


%changelog
* Wed Aug 22 2007 Matthias Saou <http://freshrpms.net> 2.14.1.5-1
- Update to 2.14.1.5 (newer than 2.14.4...).
- Keep 2.14.4 in the package too.

* Tue Jul 24 2007 Matthias Saou <http://freshrpms.net> 2.14.4-1
- Rename package from iwlwifi-3945-firmware to iwl3945-firmware.
- Add obsoletes.

* Sun Jul 15 2007 Matthias Saou <http://freshrpms.net> 2.14.4-1
- Rename package from iwlwifi-firmware to iwlwifi-3945-firmware.
- Add provides and obsoletes.
- Fix description to reference the right LICENSE file name.
- Change from using dos2unix to chmod/sed/touch, preserve timestamps on docs.

* Sat Jul 14 2007 Matthias Saou <http://freshrpms.net> 2.14.4-1
- Update to 2.14.4.

* Fri May 18 2007 Matthias Saou <http://freshrpms.net> 2.14.3-2
- Bump release (Koji Error importing RPM file. rpm already exists.)

* Fri May 18 2007 Matthias Saou <http://freshrpms.net> 2.14.3-1
- Update to 2.14.3 (upstream name change iwlwifi-ucode -> iwlwifi-3945-ucode).
- Remove the ".iwlwifi-3945-ucode" suffix from included LICENSE and README.
- Use dos2unix on the LICENSE and the README to fix end of line encoding.
- Switch from using ExclusiveArch hack to ExcludeArch hack for Koji build.

* Tue Mar 20 2007 Matthias Saou <http://freshrpms.net> 2.14.1-4
- Add "noarch" to the ExclusiveArchs since plague chokes otherwise.

* Mon Mar  5 2007 Matthias Saou <http://freshrpms.net> 2.14.1-3
- Change group and license fields to reflect latest firmware guidelines.
- Replace "microcode" with "firmware" in summary and description.

* Mon Feb 26 2007 Matthias Saou <http://freshrpms.net> 2.14.1-2
- Initial RPM release.
- Rename from -ucode to -firmware.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/iwl3945-firmware/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Aug 2007 17:05:26 -0000	1.1
+++ .cvsignore	22 Aug 2007 19:00:53 -0000	1.2
@@ -0,0 +1,2 @@
+iwlwifi-3945-ucode-2.14.4.tgz
+iwlwifi-3945-ucode-2.14.1.5.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/iwl3945-firmware/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Aug 2007 17:05:26 -0000	1.1
+++ sources	22 Aug 2007 19:00:53 -0000	1.2
@@ -0,0 +1,2 @@
+7178aa3a6e08655b8ac9565095bbd441  iwlwifi-3945-ucode-2.14.4.tgz
+a8122d3e026561055f488dc654ccfcd1  iwlwifi-3945-ucode-2.14.1.5.tgz




More information about the fedora-extras-commits mailing list