update to 2.2.0 [release 2.2.0-1mamba;Sun Jun 23 2024]
This commit is contained in:
parent
2dc2f1a483
commit
d906081be9
@ -1,7 +1,6 @@
|
|||||||
%define _avrdir %{_prefix}/avr
|
%define gitver %(echo %version | tr . _)
|
||||||
|
|
||||||
Name: avr-libc
|
Name: avr-libc
|
||||||
Version: 2.1.0
|
Version: 2.2.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
|
||||||
@ -9,7 +8,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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: https://github.com/avrdudes/avr-libc.git/avr-libc-%{gitver}-release/avr-libc-%{version}.tar.bz2
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -21,8 +20,12 @@ AVR Libc is a Free Software project whose goal is to provide a high quality C li
|
|||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
|
# force no files stripping
|
||||||
|
%define __os_install_post /usr/lib/rpm/brp-compress
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
./bootstrap
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -34,23 +37,26 @@ AVR Libc is a Free Software project whose goal is to provide a high quality C li
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
# force no files stripping
|
|
||||||
%define __os_install_post /usr/lib/rpm/brp-compress
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/avr-man
|
%{_bindir}/avr-man
|
||||||
%{_avrdir}/include
|
%dir %{_prefix}/avr
|
||||||
%{_avrdir}/lib
|
%dir %{_prefix}/avr/include
|
||||||
|
%{_prefix}/avr/include/*
|
||||||
|
%dir %{_prefix}/avr/lib
|
||||||
|
%{_prefix}/avr/lib/*
|
||||||
%dir %{_docdir}/avr-libc-%{version}
|
%dir %{_docdir}/avr-libc-%{version}
|
||||||
%{_docdir}/avr-libc-%{version}/*
|
%{_docdir}/avr-libc-%{version}/*
|
||||||
%doc AUTHORS LICENSE
|
%doc AUTHORS LICENSE
|
||||||
#ChangeLog* NEWS README
|
#ChangeLog* NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 23 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.0-1mamba
|
||||||
|
- update to 2.2.0
|
||||||
|
|
||||||
* Mon Jan 31 2022 Automatic Build System <autodist@mambasoft.it> 2.1.0-1mamba
|
* Mon Jan 31 2022 Automatic Build System <autodist@mambasoft.it> 2.1.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user