Name: mcu8051ide Version: 1.4.9 Release: 1%{?dist} Summary: IDE for MCS-51 based microcontrollers License: GPLv2+ URL: http://mcu8051ide.sourceforge.net Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch Patch0: fix_cmake_err.patch BuildRequires: cmake tk-devel tkimg tcllib bwidget rxvt-unicode BuildRequires: itcl >= 3.4 BuildRequires: tdom >= 0.8 BuildRequires: desktop-file-utils Requires: electronics-menu Requires: tkimg itcl tdom tcllib bwidget rxvt-unicode sdcc tclx %description Integrated Development Enviroment for some MCS-51 based microcontrollers (e.g. AT89S8253). Supported languages are assembly and C. %prep %autosetup -p1 %build %cmake \ -DCMAKE_BUILD_TYPE=Release %cmake_build %install %cmake_install chmod 0755 `find %{buildroot} -name \*.tcl` %files %doc README ChangeLog LICENSE TODO %doc demo/ %{_datadir}/%{name}/ %{_bindir}/%{name} %{_datadir}/applications/mcu8051ide.desktop %{_datadir}/man/man1/mcu8051ide.1.gz %{_datadir}/pixmaps/mcu8051ide.png %{_datadir}/mime/packages/application-x-mcu8051ide.xml %{_datadir}/appdata/mcu8051ide.appdata.xml %changelog * Wed Jul 7 2021 Yury Martynov 1.4.9-1 - Initial packaging.