rpms/gxemul/devel gxemul.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Jul 29 16:51:28 UTC 2005


Author: spot

Update of /cvs/extras/rpms/gxemul/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2438/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gxemul.spec 
Log Message:
auto-import gxemul-0.3.4-1 on branch devel from gxemul-0.3.4-1.src.rpm


--- NEW FILE gxemul.spec ---
Name:		gxemul
Version:	0.3.4
Release:	1%{?dist}
License:	BSD
Group:		Development/Tools
Summary:	Instruction-level machine emulator
URL:		http://gavare.se/gxemul
Source0:	http://gavare.se/gxemul/src/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
GXemul is an experimental instruction-level machine emulator. It can be
used to run binary code for (among others) MIPS-based machines, regardless
of host platform. Several emulation modes are available. For some modes,
processors and surrounding hardware components are emulated well enough to
let unmodified operating systems (e.g. NetBSD) run as if they were running
on a real machine.

%prep
%setup -q

%build
CFLAGS="$RPM_OPT_FLAGS" ./configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
install -m755 gxemul $RPM_BUILD_ROOT%{_bindir}
install -m644 man/gxemul.1 $RPM_BUILD_ROOT%{_mandir}/man1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%doc LICENSE HISTORY RELEASE README doc/*
%defattr(-,root,root,0755)
%{_bindir}/gxemul
%{_mandir}/man1/gxemul.*

%changelog
* Thu Jul 28 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.3.4-1
- initial package for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gxemul/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Jul 2005 16:50:39 -0000	1.1
+++ .cvsignore	29 Jul 2005 16:51:26 -0000	1.2
@@ -0,0 +1 @@
+gxemul-0.3.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gxemul/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Jul 2005 16:50:39 -0000	1.1
+++ sources	29 Jul 2005 16:51:26 -0000	1.2
@@ -0,0 +1 @@
+dbf7ef59d2bb8f1e3082d0fa5fb434af  gxemul-0.3.4.tar.gz




More information about the scm-commits mailing list