]> git.pld-linux.org Git - packages/yabause.git/blob - yabause.spec
- 0.8.6
[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.8.6
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:  27e6e9807f7454a8f05a5abd3c04f7e1
10 Patch0:         %{name}-desktop.patch
11 URL:            http://yabause.sourceforge.net/
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 dostępnym na licencji GPL. Obecnie
29 działa na systemach FreeBSD, GNU/Linux, Mac OS X i Windows. Yabause
30 wspiera gry bootowalne używając plików cds oraz iso.
31
32 %prep
33 %setup -q -n %{name}
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 TODO
55 %attr(755,root,root) %{_bindir}/*
56 %{_datadir}/%{name}
57 %{_desktopdir}/%{name}.desktop
58 %{_mandir}/man1/*
59 %{_pixmapsdir}/%{name}.png
This page took 0.055637 seconds and 4 git commands to generate.