uisp/uisp.spec
2008-02-20 05:51:49 +00:00

67 lines
1.9 KiB
RPMSpec

Name: uisp
Version: 20050207
Release: 2%{?dist}
Summary: Universal In-System Programmer for Atmel AVR and 8051
Group: Applications/Engineering
License: GPL
URL: http://www.nongnu.org/uisp
Source0: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz
Patch0: uisp_Werror.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildRequires:
#Requires:
%description
Uisp is utility for downloading/uploading programs to AVR devices. Can also be
used for some Atmel 8051 type devices. In addition, uisp can erase the device,
write lock bits, verify and set the active segment.
For use with the following hardware to program the devices:
pavr http://avr.jpk.co.nz/pavr/pavr.html
stk500 Atmel STK500
dapa Direct AVR Parallel Access
stk200 Parallel Starter Kit STK200, STK300
abb Altera ByteBlasterMV Parallel Port Download Cable
avrisp Atmel AVR ISP (?)
bsd http://www.bsdhome.com/avrprog/ (parallel)
fbprg http://ln.com.ua/~real/avreal/adapters.html (parallel)
dt006 http://www.dontronics.com/dt006.html (parallel)
dasa serial (RESET=RTS SCK=DTR MOSI=TXD MISO=CTS)
dasa2 serial (RESET=!TXD SCK=RTS MOSI=DTR MISO=CTS)
%prep
%setup -q
%patch -p0
%build
%configure
make
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS CHANGES CHANGES.old COPYING ChangeLog* TODO
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.gz
%changelog
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 20050207-2
- Autorebuild for GCC 4.3
* Mon Mar 12 2007 Trond Danielsen <trond.danielsen@fedoraproject.org> - 20050207-1
- Initial version.
- Summary and description taken from spec file included in uisp.