automatic version update by autodist [release 2.1.0-1mamba;Mon Jan 31 2022]

This commit is contained in:
Automatic Build System 2024-01-05 20:43:07 +01:00
parent 02552fabb5
commit 2dc2f1a483

View File

@ -1,23 +1,26 @@
%define _avrdir %{_prefix}/avr
Name: avr-libc
Version: 2.0.0
Version: 2.1.0
Release: 1mamba
Summary: High quality C library for use with GCC on Atmel AVR microcontrollers
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.nongnu.org/avr-libc/
Source: http://download.savannah.gnu.org/releases/avr-libc/avr-libc-%{version}.tar.bz2
License: BSD
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRequires: cross-avr-gcc
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
AVR Libc is a Free Software project whose goal is to provide a high quality C library for use with GCC on Atmel AVR microcontrollers.
%debug_package
%prep
%setup -q
@ -42,9 +45,15 @@ AVR Libc is a Free Software project whose goal is to provide a high quality C li
%{_bindir}/avr-man
%{_avrdir}/include
%{_avrdir}/lib
%doc AUTHORS LICENSE ChangeLog* NEWS README
%dir %{_docdir}/avr-libc-%{version}
%{_docdir}/avr-libc-%{version}/*
%doc AUTHORS LICENSE
#ChangeLog* NEWS README
%changelog
* Mon Jan 31 2022 Automatic Build System <autodist@mambasoft.it> 2.1.0-1mamba
- automatic version update by autodist
* Tue Mar 01 2016 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
- automatic update by autodist