~ubuntu-branches/debian/stretch/dfu-programmer/stretch

« back to all changes in this revision

Viewing changes to dfu-programmer.spec

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Straw
  • Date: 2009-03-22 18:39:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090322183952-2vs9bk45zf09sc0c
Tags: 0.5.1-1
* New upstream release. Closes: #520358.
* Add debian/watch file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Name:           dfu-programmer
2
 
Version:        0.4.3
3
 
Release:        1%{?dist}
4
 
Summary:        A Device Firmware Update based USB programmer for Atmel chips
5
 
 
6
 
Group:          Development/Tools
7
 
License:        GPL
8
 
URL:            http://dfu-programmer.sourceforge.net/
9
 
Source0:        http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
10
 
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
11
 
 
12
 
BuildRequires:  libusb-devel >= 0.1.10a
13
 
 
14
 
%description 
15
 
A linux based command-line programmer for Atmel chips with a USB
16
 
bootloader supporting ISP. This is a mostly Device Firmware Update
17
 
(DFU) 1.0 compliant user-space application.
18
 
Currently supported chips:
19
 
        8051                        AVR
20
 
    ------------                -----------
21
 
    at89c51snd1c                at90usb1287
22
 
    at89c5130                   at90usb1286
23
 
    at89c5131                   at90usb647 
24
 
    at89c5132                   at90usb646
25
 
                                at90usb162
26
 
                                at90usb82
27
 
 
28
 
%prep
29
 
%setup -q
30
 
 
31
 
%build
32
 
%configure
33
 
make %{?_smp_mflags}
34
 
 
35
 
%install
36
 
rm -rf $RPM_BUILD_ROOT
37
 
make install DESTDIR=$RPM_BUILD_ROOT
38
 
 
39
 
%clean
40
 
rm -rf $RPM_BUILD_ROOT
41
 
 
42
 
%files
43
 
%defattr(-,root,root,-)
44
 
%doc AUTHORS ChangeLog NEWS README COPYING
45
 
%{_bindir}/dfu-programmer
46
 
%{_mandir}/man1/%{name}.1*
47
 
 
48
 
%changelog
49
 
 
50
 
* Sun Aug 12 2007 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.4.3-1
51
 
- see NEWS for details about this release
52
 
* Fri Jul 20 2007 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.4.2-2
53
 
- updated the release to include the dist, and remove the runtime lib req.
54
 
* Fri Jul 06 2007 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.4.2-1
55
 
- updating the release and other information to be ready to be part of fedora
56
 
* Tue May 08 2007 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.4.1-1
57
 
- fixint the changelog and Source0 URL
58
 
* Wed Oct 21 2006 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.3.1-1
59
 
- updated the release to get ready to be part of the fedora extras
60
 
* Wed May 07 2006 Weston Schmidt <weston_schmidt at alumni.purdue.edu> - 0.3.0-1
61
 
- updated the release to Fedora Core 5 & the email address
62
 
* Wed Aug 31 2005 Weston Schmidt <weston_schmidt at yahoo.com>
63
 
- initial creation