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