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