]> git.pld-linux.org Git - packages/GNUSim8085.git/blame - GNUSim8085.spec
- updated gettext BR
[packages/GNUSim8085.git] / GNUSim8085.spec
CommitLineData
4f47cd76 1Summary: Graphical simulator for the Intel 8085 microprocessor
7735966d 2Summary(pl.UTF-8): Graficzny symulator mikroprocesora Intel 8085
4f47cd76 3Name: GNUSim8085
4Version: 1.2.89
a6573ac5 5Release: 6
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
05c112ea 15BuildRequires: gettext-tools
fae0ade4 16BuildRequires: gtk+2-devel >= 1:2.0
4f47cd76 17BuildRequires: libgnomeui-devel >= 2.0
33766530 18BuildRequires: libstdc++-devel
19BuildRequires: libtool
4f47cd76 20BuildRequires: pkgconfig
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24GNUSim8085 is a graphical simulator plus assembler with debugger for
25the Intel 8085 microprocessor.
26
127a3bc1 27%description -l pl.UTF-8
4f47cd76 28GNUSim8085 jest graficznym symulatorem wraz z asemblerem i debugerem
29dla mikroprocesora Intel 8085.
30
31%prep
32%setup -q
33%patch0 -p1
34
35%build
1be96719 36%{__libtoolize}
55efc15c 37%{__gettextize}
38%{__aclocal}
39%{__automake}
40%{__autoconf}
4f47cd76 41%configure
42%{__make}
43
44%install
45rm -rf $RPM_BUILD_ROOT
72c39cd3 46install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},%{_mandir}/man1}
4f47cd76 47install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}
48
49%{__make} install \
50 DESTDIR=$RPM_BUILD_ROOT
51
52mv -f $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}/* \
53 $RPM_BUILD_ROOT%{_pixmapsdir}
54
55cp -rf doc/examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}
72c39cd3 56install doc/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
4f47cd76 57
58install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
59
60%clean
61rm -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
72c39cd3 70%{_mandir}/man1/*
This page took 0.05639 seconds and 4 git commands to generate.