automatic version update by autodist [release 7.0-1mamba;Mon May 09 2022]

This commit is contained in:
Automatic Build System 2024-01-05 20:43:13 +01:00
parent b7ee9c8945
commit 03d915f978

View File

@ -1,16 +1,17 @@
Name: avrdude
Version: 6.4
Version: 7.0
Release: 1mamba
Summary: AVR Downloader/UploaDEr
Group: System/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.nongnu.org/avrdude/
Source: http://download.savannah.gnu.org/releases/avrdude/avrdude-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libatomic-devel
BuildRequires: libelf-devel
BuildRequires: libftdi1-devel
BuildRequires: libhidapi-devel
@ -43,7 +44,9 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib%{name}-devel
AVRDUDE is an utility to download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers using the in-system programming technique (ISP).
This package contains static libraries and header files need for development.
This package contains static libraries and header files needed for development.
%debug_package
%prep
%setup -q
@ -77,9 +80,10 @@ exit 0
%defattr(-,root,root)
%{_bindir}/avrdude
%config(noreplace) %{_sysconfdir}/avrdude.conf
%{_mandir}/man1/avrdude.1.gz
%{_mandir}/man1/avrdude.1*
%{_infodir}/*.info.*
%doc AUTHORS COPYING ChangeLog* NEWS README
#%doc AUTHORS COPYING
#ChangeLog* NEWS README
%files -n lib%{name}
%defattr(-,root,root)
@ -93,6 +97,9 @@ exit 0
%{_libdir}/libavrdude.so
%changelog
* Mon May 09 2022 Automatic Build System <autodist@mambasoft.it> 7.0-1mamba
- automatic version update by autodist
* Fri Dec 17 2021 Automatic Build System <autodist@mambasoft.it> 6.4-1mamba
- automatic version update by autodist