automatic version update by autodist [release 7.0-1mamba;Mon May 09 2022]
This commit is contained in:
parent
b7ee9c8945
commit
03d915f978
17
avrdude.spec
17
avrdude.spec
@ -1,16 +1,17 @@
|
|||||||
Name: avrdude
|
Name: avrdude
|
||||||
Version: 6.4
|
Version: 7.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: AVR Downloader/UploaDEr
|
Summary: AVR Downloader/UploaDEr
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.nongnu.org/avrdude/
|
URL: http://www.nongnu.org/avrdude/
|
||||||
Source: http://download.savannah.gnu.org/releases/avrdude/avrdude-%{version}.tar.gz
|
Source: http://download.savannah.gnu.org/releases/avrdude/avrdude-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libatomic-devel
|
||||||
BuildRequires: libelf-devel
|
BuildRequires: libelf-devel
|
||||||
BuildRequires: libftdi1-devel
|
BuildRequires: libftdi1-devel
|
||||||
BuildRequires: libhidapi-devel
|
BuildRequires: libhidapi-devel
|
||||||
@ -43,7 +44,9 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description -n lib%{name}-devel
|
%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).
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -77,9 +80,10 @@ exit 0
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/avrdude
|
%{_bindir}/avrdude
|
||||||
%config(noreplace) %{_sysconfdir}/avrdude.conf
|
%config(noreplace) %{_sysconfdir}/avrdude.conf
|
||||||
%{_mandir}/man1/avrdude.1.gz
|
%{_mandir}/man1/avrdude.1*
|
||||||
%{_infodir}/*.info.*
|
%{_infodir}/*.info.*
|
||||||
%doc AUTHORS COPYING ChangeLog* NEWS README
|
#%doc AUTHORS COPYING
|
||||||
|
#ChangeLog* NEWS README
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -93,6 +97,9 @@ exit 0
|
|||||||
%{_libdir}/libavrdude.so
|
%{_libdir}/libavrdude.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Dec 17 2021 Automatic Build System <autodist@mambasoft.it> 6.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user