update to 4.2.0 [release 4.2.0-1mamba;Wed Mar 16 2022]
This commit is contained in:
parent
48d5aeb9e1
commit
ee19147e3e
28
sdcc.spec
28
sdcc.spec
@ -1,21 +1,21 @@
|
|||||||
Name: sdcc
|
Name: sdcc
|
||||||
Version: 4.1.0
|
Version: 4.2.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Small Device C Compiler
|
Summary: Small Device C Compiler
|
||||||
Group: Applications/Development
|
Group: Applications/Development
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://sdcc.sourceforge.net/
|
URL: http://sdcc.sourceforge.net/
|
||||||
Source: http://downloads.sourceforge.net/sourceforge/sdcc/sdcc-src-%{version}.tar.bz2
|
Source: http://downloads.sourceforge.net/sourceforge/sdcc/sdcc-src-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libfl-devel
|
BuildRequires: libfl-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libncurses-devel
|
||||||
BuildRequires: libreadline-devel
|
BuildRequires: libreadline-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libtermcap-devel
|
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: gputils
|
BuildRequires: gputils
|
||||||
@ -63,7 +63,7 @@ The processors supported (to a varying degree) include the 8051, ds390, z80, hc0
|
|||||||
%define __brp_strip_static_archive /bin/true
|
%define __brp_strip_static_archive /bin/true
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n sdcc
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -78,20 +78,9 @@ The processors supported (to a varying degree) include the 8051, ds390, z80, hc0
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/as2gbmap
|
%{_bindir}/*
|
||||||
%{_bindir}/makebin
|
%{_mandir}/man1/serialview.1*
|
||||||
%{_bindir}/packihx
|
%{_mandir}/man1/ucsim.1*
|
||||||
%{_bindir}/s51
|
|
||||||
#%{_bindir}/savr
|
|
||||||
%{_bindir}/sd*
|
|
||||||
%{_bindir}/shc08
|
|
||||||
%{_bindir}/sm6809
|
|
||||||
%{_bindir}/sp1516
|
|
||||||
%{_bindir}/spdk
|
|
||||||
#%{_bindir}/sst7
|
|
||||||
%{_bindir}/sstm8
|
|
||||||
%{_bindir}/stlcs
|
|
||||||
%{_bindir}/sz80
|
|
||||||
|
|
||||||
%files common
|
%files common
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -120,6 +109,9 @@ The processors supported (to a varying degree) include the 8051, ds390, z80, hc0
|
|||||||
#%{_infodir}/bfd.info.gz
|
#%{_infodir}/bfd.info.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.0-1mamba
|
||||||
|
- update to 4.2.0
|
||||||
|
|
||||||
* Tue Mar 23 2021 Automatic Build System <autodist@mambasoft.it> 4.1.0-1mamba
|
* Tue Mar 23 2021 Automatic Build System <autodist@mambasoft.it> 4.1.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user