?? uisp.spec.in
字號:
## -*- mode: rpm-spec; -*-
##
## $Id: uisp.spec.in,v 1.4 2006/12/12 18:23:00 vlahan Exp $
##
## @configure_input@
##
%define uispVersion @VERSION@
Summary: Universal In-System Programmer for Atmel AVR and 8051.
Name: uisp
Version: %{uispVersion}
Release: 1
License: GPL
Group: Development/Tools
URL: http://freesoftware.fsf.org/download/uisp
Source: http://freesoftware.fsf.org/download/uisp/uisp-%{uispVersion}.tar.gz
Buildroot: %{_tmppath}/%{name}-%{version}-root
%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
%build
./configure --prefix=/usr
make
%install
rm -rf $RPM_BUILD_ROOT
make prefix=$RPM_BUILD_ROOT/%{_prefix} install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc ChangeLog AUTHORS CHANGES CHANGES.old COPYING INSTALL TODO kernel pavr
%{_prefix}/bin/uisp
%changelog
* Sun May 26 2002 Theodore A. Roth <troth@openavr.org>
- Integrated in to build system.
* Sat Apr 20 2002 Theodore A. Roth <troth@openavr.org>
- Update to new 20020420 release.
* Fri Apr 18 2002 Theodore A. Roth <troth@openavr.org>
- Added patch to fix reading cal byte on tiny15. (from Alexander Popov)
* Mon Apr 08 2002 Theodore A. Roth <troth@openavr.org>
- Added patch to fix reading signature bytes.
- Added patch to fix some problems with srec uploading.
* Tue Mar 17 2002 Theodore A. Roth <troth@openavr.org>
- Added kernel/ and pavr/ directories to %doc files.
* Tue Mar 17 2002 Theodore A. Roth <troth@openavr.org>
- Initial spec file.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -