]> git.pld-linux.org Git - packages/GNUSim8085.git/blame - GNUSim8085.spec
- s/gnusim8085.spec/GNUSim8085.spec/
[packages/GNUSim8085.git] / GNUSim8085.spec
CommitLineData
4f47cd76 1Summary: Graphical simulator for the Intel 8085 microprocessor
2Summary(pl): Graficzny symulator mikroprocesora Intel 8085
3Name: GNUSim8085
4Version: 1.2.89
5Release: 1
6License: GPL
7Group: Applications/Engineering
8Source0: http://dl.sourceforge.net/gnusim8085/%{name}-%{version}.tar.bz2
9# Source0-md5: fe51e74cc1698e8a0548d3865fb7afee
10Source1: %{name}.desktop
11Patch0: %{name}-link.patch
12URL: http://sourceforge.net/projects/gnusim8085/
13BuildRequires: gtk+2-devel >= 2.0
14BuildRequires: libgnomeui-devel >= 2.0
15BuildRequires: pkgconfig
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19GNUSim8085 is a graphical simulator plus assembler with debugger for
20the Intel 8085 microprocessor.
21
22%description -l pl
23GNUSim8085 jest graficznym symulatorem wraz z asemblerem i debugerem
24dla mikroprocesora Intel 8085.
25
26%prep
27%setup -q
28%patch0 -p1
29
30%build
31%configure
32%{__make}
33
34%install
35rm -rf $RPM_BUILD_ROOT
36install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
37install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}
38
39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT
41
42mv -f $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}/* \
43 $RPM_BUILD_ROOT%{_pixmapsdir}
44
45cp -rf doc/examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}
46
47install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
54%doc AUTHORS ChangeLog NEWS README TODO
55%attr(755,root,root) %{_bindir}/*
56%{_desktopdir}/*.desktop
57%{_examplesdir}/%{name}
58%{_pixmapsdir}/*.png
This page took 0.438402 seconds and 4 git commands to generate.