update to 2008_10_13 to support Cypress EZ-USB FX2LP parts (rhbz#1102654)
This commit is contained in:
parent
fffe396927
commit
cc399b4695
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
fxload-2002_04_11-noa3load.tar.gz
|
fxload-2002_04_11-noa3load.tar.gz
|
||||||
|
/fxload-2008_10_13-noa3load.tar.gz
|
||||||
|
25
fxload.spec
25
fxload.spec
@ -1,22 +1,21 @@
|
|||||||
Name: fxload
|
Name: fxload
|
||||||
Version: 2002_04_11
|
Version: 2008_10_13
|
||||||
Release: 15%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A helper program to download firmware into FX and FX2 EZ-USB devices
|
Summary: A helper program to download firmware into FX and FX2 EZ-USB devices
|
||||||
|
|
||||||
Group: System Environment/Kernel
|
Group: System Environment/Kernel
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://linux-hotplug.sourceforge.net/
|
URL: http://linux-hotplug.sourceforge.net/
|
||||||
Source0: fxload-2002_04_11-noa3load.tar.gz
|
Source0: fxload-%{version}-noa3load.tar.gz
|
||||||
# The above file is derived from:
|
# The above file is derived from:
|
||||||
# http://downloads.sourceforge.net/linux-hotplug/fxload-2002_04_11.tar.gz
|
# http://downloads.sourceforge.net/project/linux-hotplug/fxload/2008_10_13/fxload-2008_10_13.tar.gz
|
||||||
# This file contains code that is copyright Cypress Semiconductor Inc,
|
# This file contains code that is copyright Cypress Semiconductor Inc,
|
||||||
# and cannot be distributed. Therefore we use this script to remove the
|
# and cannot be distributed. Therefore we use this script to remove the
|
||||||
# copyright code before shipping it. Download the upstream tarball and
|
# copyright code before shipping it. Download the upstream tarball and
|
||||||
# invoke this script while in the tarball's directory:
|
# invoke this script while in the tarball's directory:
|
||||||
# ./fxload-generate-tarball.sh 2002_04_11
|
# ./fxload-generate-tarball.sh 2008_10_13
|
||||||
Source1: fxload-generate-tarball.sh
|
Source1: fxload-generate-tarball.sh
|
||||||
Patch0: fxload-header.patch
|
Patch0: fxload-noa3load.patch
|
||||||
Patch1: fxload-noa3load.patch
|
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
|
|
||||||
BuildRequires: kernel-headers
|
BuildRequires: kernel-headers
|
||||||
@ -31,8 +30,7 @@ appears on the bus.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p0 -b .fxload-header
|
%patch0 -p1 -b .fxload-noa3load
|
||||||
%patch1 -p1 -b .fxload-noa3load
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make
|
make
|
||||||
@ -55,6 +53,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 16 2014 Charles R. Anderson <cra@wpi.edu> - 2008_10_13-1
|
||||||
|
- update to 2008_10_13 to support Cypress EZ-USB FX2LP parts (rhbz#1102654)
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2002_04_11-15
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2002_04_11-15
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
@ -82,11 +83,11 @@ rm -rf %{buildroot}
|
|||||||
* Sat Feb 9 2008 Stephen Warren <s-t-rhbugzilla@wwwdotorg.org> - 2002_04_11-7
|
* Sat Feb 9 2008 Stephen Warren <s-t-rhbugzilla@wwwdotorg.org> - 2002_04_11-7
|
||||||
- Bump version to rebuild with gcc-4.3
|
- Bump version to rebuild with gcc-4.3
|
||||||
|
|
||||||
* Sat Nov 16 2007 Stephen Warren <s-t-rhbugzilla@wwwdotorg.org> - 2002_04_11-6
|
* Sat Nov 17 2007 Stephen Warren <s-t-rhbugzilla@wwwdotorg.org> - 2002_04_11-6
|
||||||
- Rework the spec file formatting to match templates from rpmdev
|
- Rework the spec file formatting to match templates from rpmdev
|
||||||
- Be explicit about file attributes, just in case
|
- Be explicit about file attributes, just in case
|
||||||
|
|
||||||
* Sat Nov 16 2007 Stephen Warren <s-t-rhbugzilla@wwwdotorg.org> - 2002_04_11-5
|
* Sat Nov 17 2007 Stephen Warren <s-t-rhbugzilla@wwwdotorg.org> - 2002_04_11-5
|
||||||
- Updates after reading packaging guide-lines more thoroughly:
|
- Updates after reading packaging guide-lines more thoroughly:
|
||||||
- Make license version more explicit
|
- Make license version more explicit
|
||||||
- Add generate-tarball.sh, and associated comments
|
- Add generate-tarball.sh, and associated comments
|
||||||
@ -94,7 +95,7 @@ rm -rf %{buildroot}
|
|||||||
- Added COPYING as a doc
|
- Added COPYING as a doc
|
||||||
- Use dollar v.s. percent macros more consitently
|
- Use dollar v.s. percent macros more consitently
|
||||||
|
|
||||||
* Fri Nov 15 2007 Stephen Warren <s-t-rhbugzilla@wwwdotorg.org> - 2002_04_11-4
|
* Fri Nov 16 2007 Stephen Warren <s-t-rhbugzilla@wwwdotorg.org> - 2002_04_11-4
|
||||||
- Repackage the source tarball to remove a3load.hex
|
- Repackage the source tarball to remove a3load.hex
|
||||||
- Added instructions to spec file on how to do the above
|
- Added instructions to spec file on how to do the above
|
||||||
- Remove reference to a3load.hex from the man page too
|
- Remove reference to a3load.hex from the man page too
|
||||||
|
Loading…
Reference in New Issue
Block a user