automatic version update by autodist [release 2.6.2-1mamba;Tue May 28 2013]
This commit is contained in:
parent
4e43b41564
commit
536513e24c
@ -1,2 +1,5 @@
|
||||
# bochs
|
||||
|
||||
Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS.
|
||||
Bochs is capable of running most Operating Systems inside the emulation including Linux, DOS, Windows® 95/98 and Windows® NT/2000/XP.
|
||||
|
||||
|
82
bochs.spec
Normal file
82
bochs.spec
Normal file
@ -0,0 +1,82 @@
|
||||
Name: bochs
|
||||
Version: 2.6.2
|
||||
Release: 1mamba
|
||||
Summary: A highly portable open source IA-32 (x86) PC emulator written in C++
|
||||
Group: Applications/Emulators
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://bochs.sourceforge.net
|
||||
Source: http://downloads.sourceforge.net/sourceforge/bochs/bochs-%{version}.tar.gz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXpm-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS.
|
||||
Bochs is capable of running most Operating Systems inside the emulation including Linux, DOS, Windows® 95/98 and Windows® NT/2000/XP.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/bochs
|
||||
%{_bindir}/bxcommit
|
||||
%{_bindir}/bximage
|
||||
%dir %{_datadir}/bochs
|
||||
%{_datadir}/bochs/*
|
||||
%dir %{_docdir}/bochs
|
||||
%{_docdir}/bochs/*
|
||||
%{_mandir}/man1/bochs.1.gz
|
||||
%{_mandir}/man1/bochs-dlx.1.gz
|
||||
%{_mandir}/man1/bxcommit.1.gz
|
||||
%{_mandir}/man1/bximage.1.gz
|
||||
%{_mandir}/man5/bochsrc.5.gz
|
||||
%doc CHANGES COPYING
|
||||
#README README-plugins README.rfb README-wxWindows TODO
|
||||
|
||||
%changelog
|
||||
* Tue May 28 2013 Automatic Build System <autodist@mambasoft.it> 2.6.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 21 2013 Automatic Build System <autodist@mambasoft.it> 2.6.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 21 2012 Automatic Build System <autodist@mambasoft.it> 2.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 01 2011 Automatic Build System <autodist@mambasoft.it> 2.4.6-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat May 09 2009 Automatic Build System <autodist@mambasoft.it> 2.3.7-2mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Fri Jul 18 2008 gil <puntogil@libero.it> 2.3.7-1mamba
|
||||
- update to 2.3.7
|
||||
|
||||
* Mon Apr 24 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.6-1qilnx
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user