diff --git a/sdcc.spec b/sdcc.spec index 9d0a236..1bf039d 100644 --- a/sdcc.spec +++ b/sdcc.spec @@ -1,5 +1,5 @@ Name: sdcc -Version: 3.6.0 +Version: 3.8.0 Release: 1mamba Summary: Small Device C Compiler Group: Applications/Development @@ -9,6 +9,15 @@ Packager: Silvan Calarco URL: http://sdcc.sourceforge.net/ Source: http://downloads.sourceforge.net/sourceforge/sdcc/sdcc-src-%{version}.tar.bz2 License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libfl-devel +BuildRequires: libgcc +BuildRequires: libreadline-devel +BuildRequires: libstdc++6-devel +BuildRequires: libtermcap-devel +BuildRequires: libz-devel +## AUTOBUILDREQ-END BuildRequires: gputils Requires: gputils Requires: sdcc-common = %{version}-%{release} @@ -74,6 +83,7 @@ The processors supported (to a varying degree) include the 8051, ds390, z80, hc0 %{_bindir}/shc08 #%{_bindir}/sst7 %{_bindir}/sstm8 +%{_bindir}/stlcs %{_bindir}/sz80 %files common @@ -100,9 +110,12 @@ The processors supported (to a varying degree) include the 8051, ds390, z80, hc0 %defattr(-,root,root) %{_datadir}/doc/sdcc/* %{_datadir}/doc/ucsim/* -%{_infodir}/bfd.info.gz +#%{_infodir}/bfd.info.gz %changelog +* Sun Dec 09 2018 Automatic Build System 3.8.0-1mamba +- automatic version update by autodist + * Sat Jun 18 2016 Automatic Build System 3.6.0-1mamba - automatic version update by autodist