]> git.pld-linux.org Git - packages/GNUSim8085.git/blobdiff - GNUSim8085.spec
- updated gettext BR
[packages/GNUSim8085.git] / GNUSim8085.spec
index d6c99302375b13a91c8ac91e22faf6093f45128f..cfd8d89640e8bbefba35ff7153903a89eb7ee4ca 100644 (file)
@@ -1,8 +1,8 @@
 Summary:       Graphical simulator for the Intel 8085 microprocessor
-Summary(pl):   Graficzny symulator mikroprocesora Intel 8085
+Summary(pl.UTF-8):     Graficzny symulator mikroprocesora Intel 8085
 Name:          GNUSim8085
 Version:       1.2.89
-Release:       1
+Release:       6
 License:       GPL
 Group:         Applications/Engineering
 Source0:       http://dl.sourceforge.net/gnusim8085/%{name}-%{version}.tar.bz2
@@ -10,8 +10,13 @@ Source0:     http://dl.sourceforge.net/gnusim8085/%{name}-%{version}.tar.bz2
 Source1:       %{name}.desktop
 Patch0:                %{name}-link.patch
 URL:           http://sourceforge.net/projects/gnusim8085/
-BuildRequires: gtk+2-devel >= 2.0
+BuildRequires: automake
+BuildRequires: autoconf
+BuildRequires: gettext-tools
+BuildRequires: gtk+2-devel >= 1:2.0
 BuildRequires: libgnomeui-devel >= 2.0
+BuildRequires: libstdc++-devel
+BuildRequires: libtool
 BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -19,7 +24,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 GNUSim8085 is a graphical simulator plus assembler with debugger for
 the Intel 8085 microprocessor.
 
-%description -l pl
+%description -l pl.UTF-8
 GNUSim8085 jest graficznym symulatorem wraz z asemblerem i debugerem
 dla mikroprocesora Intel 8085.
 
@@ -28,12 +33,17 @@ dla mikroprocesora Intel 8085.
 %patch0 -p1
 
 %build
+%{__libtoolize}
+%{__gettextize}
+%{__aclocal}
+%{__automake}
+%{__autoconf}
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},%{_mandir}/man1}
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}
 
 %{__make} install \
@@ -43,6 +53,7 @@ mv -f $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}/* \
        $RPM_BUILD_ROOT%{_pixmapsdir}
 
 cp -rf doc/examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}
+install doc/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 
@@ -56,3 +67,4 @@ rm -rf $RPM_BUILD_ROOT
 %{_desktopdir}/*.desktop
 %{_examplesdir}/%{name}
 %{_pixmapsdir}/*.png
+%{_mandir}/man1/*
This page took 0.032802 seconds and 4 git commands to generate.