Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37621867
en ru br
ALT Linux repos
S:6.3-alt6
5.0: 5.5-alt1
4.1: 5.5-alt1
4.0: 4.4.0-alt1.1
3.0: 4.4.0-alt1

Other repositories

Group :: Development/Other
RPM: avrdude

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# -*- rpm-spec -*-
# $Id: avrdude,v 1.2 2005/02/02 09:35:55 grigory Exp $

Summary: AVRDUDE is software for programming Atmel AVR Microcontrollers.
Name: avrdude
Version: 4.4.0
Release: alt1
License: GPL
Group: Development/Other
URL: http://savannah.nongnu.org/projects/avrdude
Source0: %name-%version.tar.gz

# Automatically added by buildreq on Tue Feb 01 2005

BuildRequires: flex libncurses-devel libreadline-devel tetex-core tetex-dvips tetex-latex

%package docs
Summary: Documentation for AVRDUDE.
Group: Development/Other

%description
AVRDUDE is software for programming Atmel AVR Microcontrollers.

%description docs
Documentation for avrdude in html, postscript and pdf formats.

%prep
%setup -q

%build
%configure
%make_build

%install
%makeinstall
%__rm -rf %buildroot%_datadir/doc/%name-%version
%__rm -f %buildroot%_infodir/dir

%post
%install_info avrdude.info

%preun
%uninstall_info avrdude.info

%files
%doc AUTHORS ChangeLog* NEWS README doc/TODO
%config %_sysconfdir/%name.conf
%_bindir/*
%_man1dir/*
%_infodir/*

%files docs
%doc doc/avrdude-html/*.html doc/avrdude.ps doc/avrdude.pdf

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin