SPECS: SimIt-ARM.spec (NEW) - don't hit me, it's only raw - rel 0.1

kolodko kolodko at pld-linux.org
Fri Sep 9 15:21:05 CEST 2005


Author: kolodko                      Date: Fri Sep  9 13:21:05 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- don't hit me, it's only raw
- rel 0.1

---- Files affected:
SPECS:
   SimIt-ARM.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/SimIt-ARM.spec
diff -u /dev/null SPECS/SimIt-ARM.spec:1.1
--- /dev/null	Fri Sep  9 15:21:05 2005
+++ SPECS/SimIt-ARM.spec	Fri Sep  9 15:20:59 2005
@@ -0,0 +1,84 @@
+# $Revision$, $Date$
+
+Summary:	very fast functional and cycle-accurate simulators for ARM
+#Summary(pl):	??
+Name:		SimIt-ARM
+Version:	2.1
+Release:	0.1
+License:	GPL v2
+Group:		Applications
+Source0:	http://dl.sourceforge.net/simit-arm/%{name}-%{version}.tar.gz
+# Source0-md5:	8dfdc17adfccd61de5a0718ebf7c557a
+URL:		http://simit-arm.sourceforge.net/
+BuildRequires:	byacc
+
+#BuildRequires:	autoconf
+#BuildRequires:	automake
+#BuildRequires:	libtool
+#BuildArch:	noarch
+#ExclusiveArch:	%{ix86}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_noautostrip	.*nwfpe.bin
+
+%description
+SimIt-ARM was developed to demonstrate the usefulness of the Operation
+State Machine (OSM) model and the Mescal Architecture Description
+Language MADL). The package contains an instruction-set simulator
+(sometimes called emulator) and a cycle-accurate simulator for the
+StrongARM architecture. Both simulators read ELF32 little-endian
+ARM-linux binaries and can simulate most of the SPEC Int and SPEC FP
+benchmarks.
+
+#%description -l pl
+
+%prep
+%setup -q
+
+%build
+# if ac/am/* rebuilding is necessary, do it in this order and add
+# appropriate BuildRequires
+#%%{__gettextize}
+#%%{__libtoolize}
+#%%{__aclocal}
+#%%{__autoconf}
+#%%{__autoheader}
+#%%{__automake}
+#cp -f /usr/share/automake/config.sub .
+
+%configure
+%{__make}
+
+#%{__make} \
+#	CFLAGS="%{rpmcflags}" \
+#	LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+mv $RPM_BUILD_ROOT%{_datadir}/nwfpe.bin $RPM_BUILD_ROOT%{_datadir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/09/09 13:20:59  kolodko
+- don't hit me, it's only raw
+- rel 0.1
+
================================================================



More information about the pld-cvs-commit mailing list