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