8d7e3b8
Name:           dfu-programmer
74215ca
Version:        0.5.1
b345d33
Release:        1%{?dist}
8d7e3b8
Summary:        A Device Firmware Update based USB programmer for Atmel chips
8d7e3b8
8d7e3b8
Group:          Development/Tools
8d7e3b8
License:        GPLv2+
8d7e3b8
URL:            http://dfu-programmer.sourceforge.net/
b345d33
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
8d7e3b8
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
8d7e3b8
8d7e3b8
BuildRequires:  libusb-devel >= 0.1.10a
8d7e3b8
8d7e3b8
%description 
8d7e3b8
A linux based command-line programmer for Atmel chips with a USB
8d7e3b8
bootloader supporting ISP. This is a mostly Device Firmware Update
74215ca
(DFU) 1.0 compliant user-space application. Supports all DFU enabled
74215ca
Atmel chips with USB support.
8d7e3b8
8d7e3b8
%prep
8d7e3b8
%setup -q
8d7e3b8
8d7e3b8
%build
8d7e3b8
%configure
8e8fcea
%{__make} %{?_smp_mflags}
8d7e3b8
8d7e3b8
%install
8e8fcea
%{__rm} -rf %{buildroot}
8e8fcea
%{__make} DESTDIR=%{buildroot} install 
8e8fcea
74215ca
%{__install} -d %{buildroot}%{_datadir}/hal/fdi/information/20thirdparty
74215ca
%{__install} -pm 644 fedora/10-dfu-programmer.fdi %{buildroot}%{_datadir}/hal/fdi/information/20thirdparty/10-dfu-programmer.fdi
8d7e3b8
8d7e3b8
%clean
8e8fcea
%{__rm} -rf %{buildroot}
8d7e3b8
8d7e3b8
%files
8d7e3b8
%defattr(-,root,root,-)
8d7e3b8
%doc AUTHORS ChangeLog NEWS README COPYING
8e8fcea
%{_bindir}/%{name}
8d7e3b8
%{_mandir}/man1/%{name}.1*
74215ca
%{_datadir}/hal/fdi/information/20thirdparty/10-dfu-programmer.fdi
8d7e3b8
8d7e3b8
%changelog
8d7e3b8
74215ca
* Wed Dec 10 2008 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.5.1-1
74215ca
- add new flag to surpress bootloader memory checking
74215ca
* Wed Dec 03 2008 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.5.0-1
74215ca
- update the description
74215ca
- fix the broken hal rules
b345d33
* Fri Aug 29 2008 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.4.6-1
b345d33
- change udev rules and permissions to be hal based
b345d33
* Wed Aug 20 2008 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.4.5-1
b345d33
- added 4K bootloader support
b345d33
- added eeprom-dump and eeprom-flash support
b345d33
- fixed the Source0 url
8e8fcea
* Mon Nov 19 2007 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.4.4-1
8e8fcea
- added reset command
8e8fcea
- added udev rules and permissions
8d7e3b8
* Sun Aug 15 2007 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.4.3-2
8d7e3b8
- updated the license tag
8d7e3b8
* Sun Aug 12 2007 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.4.3-1
8d7e3b8
- see NEWS for details about this release
8d7e3b8
* Fri Jul 20 2007 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.4.2-2
8d7e3b8
- updated the release to include the dist, and remove the runtime lib req.
8d7e3b8
* Fri Jul 06 2007 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.4.2-1
8d7e3b8
- updating the release and other information to be ready to be part of fedora
8d7e3b8
* Tue May 08 2007 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.4.1-1
8d7e3b8
- fixint the changelog and Source0 URL
8d7e3b8
* Wed Oct 21 2006 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.3.1-1
8d7e3b8
- updated the release to get ready to be part of the fedora extras
8d7e3b8
* Wed May 07 2006 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.3.0-1
8d7e3b8
- updated the release to Fedora Core 5 & the email address
8d7e3b8
* Wed Aug 31 2005 Weston Schmidt <weston_schmidt at yahoo.com>
8d7e3b8
- initial creation