automatic version update by autodist [release 4.1.0-1mamba;Tue Mar 23 2021]
This commit is contained in:
parent
ab7e528e79
commit
48d5aeb9e1
12
sdcc.spec
12
sdcc.spec
@ -1,12 +1,12 @@
|
|||||||
Name: sdcc
|
Name: sdcc
|
||||||
Version: 4.0.0
|
Version: 4.1.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: http://sdcc.sourceforge.net/
|
URL: https://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
|
||||||
@ -21,7 +21,6 @@ BuildRequires: libz-devel
|
|||||||
BuildRequires: gputils
|
BuildRequires: gputils
|
||||||
Requires: gputils
|
Requires: gputils
|
||||||
Requires: sdcc-common = %{version}-%{release}
|
Requires: sdcc-common = %{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
SDCC is a C compiler for 8051 class and similar microcontrollers.
|
SDCC is a C compiler for 8051 class and similar microcontrollers.
|
||||||
@ -64,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
|
%setup -q -n sdcc
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -86,6 +85,8 @@ The processors supported (to a varying degree) include the 8051, ds390, z80, hc0
|
|||||||
#%{_bindir}/savr
|
#%{_bindir}/savr
|
||||||
%{_bindir}/sd*
|
%{_bindir}/sd*
|
||||||
%{_bindir}/shc08
|
%{_bindir}/shc08
|
||||||
|
%{_bindir}/sm6809
|
||||||
|
%{_bindir}/sp1516
|
||||||
%{_bindir}/spdk
|
%{_bindir}/spdk
|
||||||
#%{_bindir}/sst7
|
#%{_bindir}/sst7
|
||||||
%{_bindir}/sstm8
|
%{_bindir}/sstm8
|
||||||
@ -119,6 +120,9 @@ The processors supported (to a varying degree) include the 8051, ds390, z80, hc0
|
|||||||
#%{_infodir}/bfd.info.gz
|
#%{_infodir}/bfd.info.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 23 2021 Automatic Build System <autodist@mambasoft.it> 4.1.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Mar 14 2020 Automatic Build System <autodist@mambasoft.it> 4.0.0-1mamba
|
* Sat Mar 14 2020 Automatic Build System <autodist@mambasoft.it> 4.0.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user