diff --git a/README.md b/README.md index 36ad35b..29de3bd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # fxload +This program is conveniently able to download firmware into FX, FX2, and FX2LP EZ-USB devices, as well as the original AnchorChips EZ-USB. It is intended to be invoked by hotplug scripts when the unprogrammed device appears on the bus. + diff --git a/fxload.spec b/fxload.spec new file mode 100644 index 0000000..f639d7b --- /dev/null +++ b/fxload.spec @@ -0,0 +1,44 @@ +Name: fxload +Version: 2008_10_13 +Release: 1mamba +Summary: Firmware downloader for FX, FX2 and FX2LP EZ-USB devices, as well as the original AnchorChips EZ-USB +Group: System/Kernel and Hardware +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://sourceforge.net/projects/linux-hotplug/ +Source: http://downloads.sourceforge.net/project/linux-hotplug/fxload/%{version}/fxload-%{version}.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%debug_package + +%description +This program is conveniently able to download firmware into FX, FX2, and FX2LP EZ-USB devices, as well as the original AnchorChips EZ-USB. It is intended to be invoked by hotplug scripts when the unprogrammed device appears on the bus. + +%prep +%setup -q + +%build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeoldinstall prefix=%{buildroot}/ + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_sbindir}/%{name} +%{_datadir}/usb/a3load.hex +%{_mandir}/man8/fxload.8* +%doc COPYING + +%changelog +* Tue Feb 21 2012 Silvan Calarco 2008_10_13-1mamba +- package created by autospec