]> git.pld-linux.org Git - packages/fbg.git/blob - fbg.spec
- tabs in preamble
[packages/fbg.git] / fbg.spec
1 Summary:        Falling Blocks Game
2 Summary(pl.UTF-8):      Falling Blocks Game - gra w spadajÄ…ce klocki
3 Name:           fbg
4 Version:        0.9
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications/Games
8 Source0:        http://dl.sourceforge.net/fbg/%{name}-%{version}.tar.gz
9 # Source0-md5:  82db64d84b6172f5676fcff69d533881
10 Patch0:         %{name}-libgl.patch
11 Patch1:         %{name}-FHS.patch
12 URL:            http://derajdezine.vze.com/
13 BuildRequires:  OpenGL-devel
14 BuildRequires:  SDL-devel
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  libmikmod-devel
18 BuildRequires:  libstdc++-devel
19 BuildRequires:  physfs-devel
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Falling Blocks Game.
24
25 %description -l pl.UTF-8
26 Falling Blocks Game - gra w spadajÄ…ce klocki.
27
28 %prep
29 %setup -q
30 %patch0 -p1
31 %patch1 -p1
32
33 %build
34 %{__aclocal}
35 %{__autoconf}
36 %{__automake}
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %attr(755,root,root) %{_bindir}/*
52 %{_datadir}/fbg
53 %{_mandir}/man6/*
This page took 0.077566 seconds and 3 git commands to generate.