rpms/dfu-programmer/devel dfu-programmer.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Weston T. Schmidt (schmidtw) fedora-extras-commits at redhat.com
Mon Aug 27 06:50:04 UTC 2007


Author: schmidtw

Update of /cvs/pkgs/rpms/dfu-programmer/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10768/devel

Modified Files:
	.cvsignore sources 
Added Files:
	dfu-programmer.spec 
Log Message:
Adding dfu-programmer 0.4.3-2 to the Fedora project.



--- NEW FILE dfu-programmer.spec ---
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 <weston_schmidt at alumni.purdue.edu> - 0.4.3-2
- updated the license tag
* Sun Aug 12 2007 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.4.3-1
- see NEWS for details about this release
* Fri Jul 20 2007 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.4.2-2
- updated the release to include the dist, and remove the runtime lib req.
* Fri Jul 06 2007 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.4.2-1
- updating the release and other information to be ready to be part of fedora
* Tue May 08 2007 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.4.1-1
- fixint the changelog and Source0 URL
* Wed Oct 21 2006 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.3.1-1
- updated the release to get ready to be part of the fedora extras
* Wed May 07 2006 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.3.0-1
- updated the release to Fedora Core 5 & the email address
* Wed Aug 31 2005 Weston Schmidt <weston_schmidt at yahoo.com>
- initial creation


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dfu-programmer/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Aug 2007 21:46:57 -0000	1.1
+++ .cvsignore	27 Aug 2007 06:49:32 -0000	1.2
@@ -0,0 +1 @@
+dfu-programmer-0.4.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dfu-programmer/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Aug 2007 21:46:57 -0000	1.1
+++ sources	27 Aug 2007 06:49:32 -0000	1.2
@@ -0,0 +1 @@
+d0c01944933aaf53d46c3011e4717080  dfu-programmer-0.4.3.tar.gz




More information about the fedora-extras-commits mailing list