automatic version update by autodist [release 2.1.0-1mamba;Mon Jan 31 2022]
This commit is contained in:
parent
02552fabb5
commit
2dc2f1a483
@ -1,23 +1,26 @@
|
|||||||
%define _avrdir %{_prefix}/avr
|
%define _avrdir %{_prefix}/avr
|
||||||
|
|
||||||
Name: avr-libc
|
Name: avr-libc
|
||||||
Version: 2.0.0
|
Version: 2.1.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: High quality C library for use with GCC on Atmel AVR microcontrollers
|
Summary: High quality C library for use with GCC on Atmel AVR microcontrollers
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
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/avr-libc/
|
URL: http://www.nongnu.org/avr-libc/
|
||||||
Source: http://download.savannah.gnu.org/releases/avr-libc/avr-libc-%{version}.tar.bz2
|
Source: http://download.savannah.gnu.org/releases/avr-libc/avr-libc-%{version}.tar.bz2
|
||||||
License: BSD
|
License: BSD
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cross-avr-gcc
|
BuildRequires: cross-avr-gcc
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
%prep
|
||||||
%setup -q
|
%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
|
%{_bindir}/avr-man
|
||||||
%{_avrdir}/include
|
%{_avrdir}/include
|
||||||
%{_avrdir}/lib
|
%{_avrdir}/lib
|
||||||
%doc AUTHORS LICENSE ChangeLog* NEWS README
|
%dir %{_docdir}/avr-libc-%{version}
|
||||||
|
%{_docdir}/avr-libc-%{version}/*
|
||||||
|
%doc AUTHORS LICENSE
|
||||||
|
#ChangeLog* NEWS README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Mar 01 2016 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user