8d7e3b8
Name:           dfu-programmer
Weston T. Schmidt d20fd89
Version:        0.5.4
e8e38ee
Release:        2%{?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
ae5a0eb
(DFU) 1.0 compliant user-space application. Supports all DFU enabled
ae5a0eb
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
ae5a0eb
%{__install} -d %{buildroot}%{_datadir}/hal/fdi/information/20thirdparty
ae5a0eb
%{__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*
ae5a0eb
%{_datadir}/hal/fdi/information/20thirdparty/10-dfu-programmer.fdi
8d7e3b8
8d7e3b8
%changelog
e8e38ee
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4-2
e8e38ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e8e38ee
Weston T. Schmidt d20fd89
* Sun Jan 16 2011 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.5.4-1
Weston T. Schmidt d20fd89
- added atmega8u2 support
Weston T. Schmidt d20fd89
* Sun Jan 16 2011 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.5.3-1
Weston T. Schmidt d20fd89
- added at32uc3c* support
Weston T. Schmidt d20fd89
- fixed a number of defects
Weston T. Schmidt d20fd89
* Sat Aug 22 2009 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.5.2-1
Weston T. Schmidt d20fd89
- added ability to read from STDIN
Weston T. Schmidt d20fd89
- added ability to configure AVR32 fuses
Weston T. Schmidt d20fd89
- Applied a number of bug fixes
Weston T. Schmidt d20fd89
- Fixed AVR device support
ae5a0eb
* Wed Dec 10 2008 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.5.1-1
ae5a0eb
- add new flag to surpress bootloader memory checking
ae5a0eb
* Wed Dec 03 2008 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.5.0-1
ae5a0eb
- update the description
ae5a0eb
- 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