diff --git a/dfu-programmer.spec b/dfu-programmer.spec index 0bbe654..b3288ba 100644 --- a/dfu-programmer.spec +++ b/dfu-programmer.spec @@ -1,5 +1,5 @@ Name: dfu-programmer -Version: 0.4.6 +Version: 0.5.1 Release: 1%{?dist} Summary: A Device Firmware Update based USB programmer for Atmel chips @@ -14,16 +14,8 @@ BuildRequires: libusb-devel >= 0.1.10a %description A linux based command-line programmer for Atmel chips with a USB bootloader supporting ISP. This is a mostly Device Firmware Update -(DFU) 1.0 compliant user-space application. -Currently supported chips: - 8051 AVR - ------------ ----------- - at89c51snd1c at90usb1287 - at89c5130 at90usb1286 - at89c5131 at90usb647 - at89c5132 at90usb646 - at90usb162 - at90usb82 +(DFU) 1.0 compliant user-space application. Supports all DFU enabled +Atmel chips with USB support. %prep %setup -q @@ -36,8 +28,8 @@ Currently supported chips: %{__rm} -rf %{buildroot} %{__make} DESTDIR=%{buildroot} install -%{__install} -d %{buildroot}%{_datadir}/hal/fdi/policy/20thirdparty -%{__install} -pm 644 fedora/10-dfu-programmer.fdi %{buildroot}%{_datadir}/hal/fdi/policy/20thirdparty/10-dfu-programmer.fdi +%{__install} -d %{buildroot}%{_datadir}/hal/fdi/information/20thirdparty +%{__install} -pm 644 fedora/10-dfu-programmer.fdi %{buildroot}%{_datadir}/hal/fdi/information/20thirdparty/10-dfu-programmer.fdi %clean %{__rm} -rf %{buildroot} @@ -47,10 +39,15 @@ Currently supported chips: %doc AUTHORS ChangeLog NEWS README COPYING %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* -%{_datadir}/hal/fdi/policy/20thirdparty/10-dfu-programmer.fdi +%{_datadir}/hal/fdi/information/20thirdparty/10-dfu-programmer.fdi %changelog +* Wed Dec 10 2008 Weston Schmidt - 0.5.1-1 +- add new flag to surpress bootloader memory checking +* Wed Dec 03 2008 Weston Schmidt - 0.5.0-1 +- update the description +- fix the broken hal rules * Fri Aug 29 2008 Weston Schmidt - 0.4.6-1 - change udev rules and permissions to be hal based * Wed Aug 20 2008 Weston Schmidt - 0.4.5-1