]> git.pld-linux.org Git - packages/GNUSim8085.git/blob - GNUSim8085.spec
- converted to UTF-8
[packages/GNUSim8085.git] / GNUSim8085.spec
1 Summary:        Graphical simulator for the Intel 8085 microprocessor
2 Summary(pl.UTF-8):   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:  libstdc++-devel
19 BuildRequires:  libtool
20 BuildRequires:  pkgconfig
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 GNUSim8085 is a graphical simulator plus assembler with debugger for
25 the Intel 8085 microprocessor.
26
27 %description -l pl.UTF-8
28 GNUSim8085 jest graficznym symulatorem wraz z asemblerem i debugerem
29 dla mikroprocesora Intel 8085.
30
31 %prep
32 %setup -q
33 %patch0 -p1
34
35 %build
36 %{__libtoolize}
37 %{__gettextize}
38 %{__aclocal}
39 %{__automake}
40 %{__autoconf}
41 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},%{_mandir}/man1}
47 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 mv -f $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}/* \
53         $RPM_BUILD_ROOT%{_pixmapsdir}
54
55 cp -rf doc/examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}
56 install doc/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
57
58 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 %doc AUTHORS ChangeLog NEWS README TODO
66 %attr(755,root,root) %{_bindir}/*
67 %{_desktopdir}/*.desktop
68 %{_examplesdir}/%{name}
69 %{_pixmapsdir}/*.png
70 %{_mandir}/man1/*
This page took 0.089551 seconds and 3 git commands to generate.