]> git.pld-linux.org Git - packages/hatari.git/blame - hatari.spec
- added fr man page
[packages/hatari.git] / hatari.spec
CommitLineData
040d2dad 1Summary: hatari - an Atari ST and STE emulator for Linux
5f9653a4 2Summary(pl.UTF-8): hatari - emulator Atari ST i STE dla Linuksa
67043e95 3Name: hatari
2d067944 4Version: 1.0.1
67043e95 5Release: 1
04862692 6License: GPL v2+
67043e95 7Group: Applications/Emulators
8Source0: http://dl.sourceforge.net/hatari/%{name}-%{version}.tar.gz
2d067944 9# Source0-md5: 6108a0a69344765f250f25aec423994d
10Patch0: %{name}-useless_files.patch
67043e95 11URL: http://hatari.sourceforge.net/
12BuildRequires: SDL-devel
13BuildRequires: autoconf
14BuildRequires: automake
15BuildRequires: zlib-devel
67043e95 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19Hatari is an Atari ST and STE emulator for Linux and other systems
20that are supported by the SDL library. Hatari supports the emulation
21of most of the ST and STE hardware.
22
af760cbd
JR
23%description -l pl.UTF-8
24Hatari jest emulatorem Atari ST i STE dla Linuksa i innych systemów
25obsługiwanych przez bibliotekę SDL. Hatari emuluje większość sprzętu
040d2dad 26Atari ST i STE.
67043e95 27
28%prep
29%setup -q
2d067944 30%patch0 -p1
67043e95 31
32%build
33%{__aclocal}
34%{__autoconf}
35%configure \
36 --datadir=%{_datadir}/%{name}
37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
1a6fc867 41install -d $RPM_BUILD_ROOT{%{_datadir}/%{name},%{_mandir}/{,fr}/man1}
67043e95 42
43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
45
4de9c580 46install doc/hatari.1 $RPM_BUILD_ROOT%{_mandir}/man1/hatari.1
1a6fc867 47install doc/fr/hatari.1 $RPM_BUILD_ROOT%{_mandir}/fr/man1
4de9c580 48
67043e95 49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
4de9c580 54%doc readme.txt doc/*.txt
67043e95 55%attr(755,root,root) %{_bindir}/*
56%{_datadir}/%{name}
4de9c580 57%{_mandir}/man1/hatari.1*
1a6fc867 58%{_mandir}/fr/man1/hatari.1*
This page took 0.176058 seconds and 4 git commands to generate.