]> git.pld-linux.org Git - packages/yabause.git/blob - yabause.spec
- include limits.h for missing INT_MAX declaration
[packages/yabause.git] / yabause.spec
1 Summary:        A Sega Saturn emulator
2 Summary(pl.UTF-8):      Emulator Segi Saturn
3 Name:           yabause
4 Version:        0.9.1
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications/Games
8 Source0:        http://dl.sourceforge.net/yabause/%{name}-%{version}.tar.gz
9 # Source0-md5:  cf4648aa5696ac44459b6a26d5c0008d
10 Patch0:         %{name}-desktop.patch
11 Patch1:         %{name}-limits.patch
12 URL:            http://yabause.sourceforge.net/
13 BuildRequires:  OpenGL-devel
14 BuildRequires:  OpenGL-glut-devel
15 BuildRequires:  SDL-devel
16 BuildRequires:  autoconf
17 BuildRequires:  automake
18 BuildRequires:  gtk+2-devel >= 1:2.0
19 BuildRequires:  gtkglext-devel >= 1.0
20 BuildRequires:  pkgconfig
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Yabause is a Sega Saturn emulator under GNU GPL. It currently runs on
25 FreeBSD, GNU/Linux, Mac OS X and Windows. Yabause support booting
26 games using Saturn cds or iso files.
27
28 %description -l pl.UTF-8
29 Yabause jest emulatorem Segi Saturn udostępnionym na licencji GPL. Obecnie
30 działa na systemach FreeBSD, GNU/Linux, Mac OS X i Windows. Yabause
31 wspiera gry bootowalne używając plików cds oraz iso.
32
33 %prep
34 %setup -q
35 %patch0 -p1
36 %patch1 -p1
37
38 %build
39 %{__aclocal}
40 %{__autoconf}
41 %{__automake}
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc AUTHORS ChangeLog GOALS README README.LIN
57 %attr(755,root,root) %{_bindir}/*
58 %{_datadir}/%{name}
59 %{_desktopdir}/%{name}.desktop
60 %{_mandir}/man1/*
61 %{_pixmapsdir}/%{name}.png
This page took 0.361514 seconds and 3 git commands to generate.