diff --git a/avrdude.spec b/avrdude.spec index 5e3d54a..05ee232 100644 --- a/avrdude.spec +++ b/avrdude.spec @@ -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 +Packager: Silvan Calarco 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 7.0-1mamba +- automatic version update by autodist + * Fri Dec 17 2021 Automatic Build System 6.4-1mamba - automatic version update by autodist