From 8d7e3b86abd034c95cd1fc74da3b1841b6db67a4 Mon Sep 17 00:00:00 2001 From: schmidtw Date: Aug 27 2007 06:49:32 +0000 Subject: Adding dfu-programmer 0.4.3-2 to the Fedora project. --- diff --git a/.cvsignore b/.cvsignore index e69de29..d7dd7c6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +dfu-programmer-0.4.3.tar.gz diff --git a/dfu-programmer.spec b/dfu-programmer.spec new file mode 100644 index 0000000..bc625ba --- /dev/null +++ b/dfu-programmer.spec @@ -0,0 +1,65 @@ +Name: dfu-programmer +Version: 0.4.3 +Release: 2%{?dist} +Summary: A Device Firmware Update based USB programmer for Atmel chips + +Group: Development/Tools +License: GPLv2+ +URL: http://dfu-programmer.sourceforge.net/ +Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +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 + +%prep +%setup -q + +%build +%configure +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog NEWS README COPYING +%{_bindir}/dfu-programmer +%{_mandir}/man1/%{name}.1* + +%changelog + +* Sun Aug 15 2007 Weston Schmidt - 0.4.3-2 +- updated the license tag +* Sun Aug 12 2007 Weston Schmidt - 0.4.3-1 +- see NEWS for details about this release +* Fri Jul 20 2007 Weston Schmidt - 0.4.2-2 +- updated the release to include the dist, and remove the runtime lib req. +* Fri Jul 06 2007 Weston Schmidt - 0.4.2-1 +- updating the release and other information to be ready to be part of fedora +* Tue May 08 2007 Weston Schmidt - 0.4.1-1 +- fixint the changelog and Source0 URL +* Wed Oct 21 2006 Weston Schmidt - 0.3.1-1 +- updated the release to get ready to be part of the fedora extras +* Wed May 07 2006 Weston Schmidt - 0.3.0-1 +- updated the release to Fedora Core 5 & the email address +* Wed Aug 31 2005 Weston Schmidt +- initial creation diff --git a/sources b/sources index e69de29..6117192 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +d0c01944933aaf53d46c3011e4717080 dfu-programmer-0.4.3.tar.gz