Name: skyeye Version: 1.2.6 Release: 4.rc1%{?dist} Summary: Embedded Computer Systems emulator Group: Development/Tools License: GPLv2+ URL: http://www.skyeye.org/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}_rc1.tar.bz2 Source1: skyeye.conf Source2: README.fedora #patch submitted upstream as https://sourceforge.net/tracker/index.php?func=detail&aid=2528270&group_id=85554&atid=576533 Patch0: skyeye-open.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: binutils-devel BuildRequires: gtk2-devel #BuildRequires: xorg-x11-proto-devel %description Originated from GDB/Armulator, the goal of SkyEye is to provide an integrated simulation environment in Linux and Windows. SkyEye environment simulates typical Embedded Computer Systems (Now it supports some ARM architecture based microprocessors and Blackfin DSP Processor). You can run some Embedded Operation Systems such as ARM Linux, uClinux, uc/OS-II (ucos-ii) etc. in SkyEye, and analyse or debug them at source level. %prep %setup -q -n skyeye-1.2.6_rc1 %patch0 -b .open install -p -m 0644 %SOURCE2 . %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" mkdir -p $RPM_BUILD_ROOT/etc cp -p %SOURCE1 $RPM_BUILD_ROOT/etc %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING LICENSE MAINTAINERS README TODO README.fedora %{_bindir}/skyeye %config(noreplace) %{_sysconfdir}/skyeye.conf %changelog * Sat Jan 24 2008 manuel "lonely wolf" wolfshant 1.2.6-4.rc1 - BR fixes (add binutils-devel, drop useless BRs) * Fri Jan 23 2008 manuel "lonely wolf" wolfshant 1.2.6-3.rc1 - cleanup BRs * Wed Jan 21 2008 manuel "lonely wolf" wolfshant 1.2.6-2.rc1 - Integrate patch from Chitlesh Goorah and add a README.fedora to explain usage of configuration file. * Mon Jan 19 2008 manuel "lonely wolf" wolfshant 1.2.6-1.rc1 - Initial rpm version.