]> git.pld-linux.org Git - packages/vmips.git/blame - vmips.spec
- tabs in preamble
[packages/vmips.git] / vmips.spec
CommitLineData
0b11f7f5 1Summary: Virtual machine simulator based on a MIPS R3000 processor
89f38d48 2Summary(pl.UTF-8): Symulator maszyny wirtualnej opartej na procesorze MIPS R3000
e47d0466 3Name: vmips
fd756ca4 4Version: 1.3.1
75c1848f 5Release: 1
e47d0466 6License: GPL
7Group: Applications/Emulators
c2f2b572 8Source0: http://vmips.sourceforge.net/releases/%{name}-%{version}/vmips-%{version}.tar.gz
fd756ca4 9# Source0-md5: 882776097824ed5fe9eaf28220daceca
0b11f7f5
JB
10URL: http://vmips.sourceforge.net/
11BuildRequires: autoconf
12BuildRequires: automake
e47d0466 13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
0b11f7f5
JB
16Vmips is a virtual machine simulator based around a MIPS R3000 RISC
17CPU core. It is an open-source project written in GNU C++ and which is
e47d0466 18distributed under the GNU General Public License.
19
89746768 20%description -l pl.UTF-8
0b11f7f5 21Vmips to symulator maszyny wirtualnej opartej na rdzeniu procesora
89746768 22RISC MIPS R3000. Jest to projekt z otwartymi źródłami napisany w GNU
0b11f7f5
JB
23C++ i jest rozpowszechniany na licencji GNU GPL.
24
e47d0466 25%prep
c2f2b572 26%setup -q
e47d0466 27
28%build
e47d0466 29#%%{__gettextize}
30%{__aclocal}
31%{__autoconf}
32%{__autoheader}
33%{__automake}
34%configure
35%{__make}
36
37%install
38rm -rf $RPM_BUILD_ROOT
e47d0466 39
0b11f7f5
JB
40%{__make} install \
41 DESTDIR=$RPM_BUILD_ROOT
e47d0466 42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
e47d0466 46%files
47%defattr(644,root,root,755)
c2f2b572 48%doc ChangeLog README
0b11f7f5 49%attr(755,root,root) %{_bindir}/*
c2f2b572 50%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/vmipsrc
3732266e 51%{_includedir}/%{name}
52%{_datadir}/%{name}
c2f2b572 53%{_mandir}/*/vmips*
e47d0466 54%{_infodir}/vmips*
This page took 0.030944 seconds and 4 git commands to generate.