]> git.pld-linux.org Git - packages/GNUSim8085.git/blame - GNUSim8085.spec
- ac/am, more BR, rel 2
[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
55efc15c 5Release: 2
4f47cd76 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/
55efc15c 13BuildRequires: automake
14BuildRequires: autoconf
15BuildRequires: gettext-devel
4f47cd76 16BuildRequires: gtk+2-devel >= 2.0
17BuildRequires: libgnomeui-devel >= 2.0
55efc15c 18BuildRequires: libiconv-devel
4f47cd76 19BuildRequires: pkgconfig
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23GNUSim8085 is a graphical simulator plus assembler with debugger for
24the Intel 8085 microprocessor.
25
26%description -l pl
27GNUSim8085 jest graficznym symulatorem wraz z asemblerem i debugerem
28dla mikroprocesora Intel 8085.
29
30%prep
31%setup -q
32%patch0 -p1
33
34%build
55efc15c 35%{__gettextize}
36%{__aclocal}
37%{__automake}
38%{__autoconf}
4f47cd76 39%configure
40%{__make}
41
42%install
43rm -rf $RPM_BUILD_ROOT
44install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
45install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}
46
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
49
50mv -f $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}/* \
51 $RPM_BUILD_ROOT%{_pixmapsdir}
52
53cp -rf doc/examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}
54
55install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%files
61%defattr(644,root,root,755)
62%doc AUTHORS ChangeLog NEWS README TODO
63%attr(755,root,root) %{_bindir}/*
64%{_desktopdir}/*.desktop
65%{_examplesdir}/%{name}
66%{_pixmapsdir}/*.png
This page took 0.036436 seconds and 4 git commands to generate.