]> git.pld-linux.org Git - packages/rafkill.git/blob - rafkill.spec
- fix specflags (quotation here is buggy)
[packages/rafkill.git] / rafkill.spec
1 Summary:        2D arcade-style jet fighting shooter
2 Summary(pl):    Strzelanka 2D w stylu arcade
3 Name:           rafkill
4 Version:        1.0.1
5 Release:        1
6 License:        GPL (unofficially)
7 Group:          X11/Applications/Games
8 #Source0:       http://dl.sourceforge.net/raptorv2/%{name}-%{version}.tar.bz2
9 Source0:        %{name}-%{version}.tar.bz2
10 # Source0-md5:  9858387178aa457720990b5e1644a9a5
11 Patch0:         %{name}-datadir.patch
12 URL:            http://raptorv2.sourceforge.net/
13 BuildRequires:  allegro-devel
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  dumb
17 BuildRequires:  libstdc++-devel
18 Obsoletes:      raptor <= 1.0.0
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define         specflags_ia32   -fomit-frame-pointer 
22
23 %description
24 More or less a clone of a 2D vertical scroller much like Raptor: Call
25 of the Shadows or Tyrian.
26
27 %description -l pl
28 Mniej lub bardziej klon strzelanki 2D Raptor: Call of the Shadows lub
29 Tyrian.
30
31 %prep
32 %setup -q
33 %patch0 -p1
34
35 %build
36 rm -f missing
37 %{__aclocal}
38 %{__autoconf}
39 %{__automake}
40 %configure
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/rafkill}
46
47 install src/rafkill $RPM_BUILD_ROOT%{_bindir}
48 install data/* $RPM_BUILD_ROOT%{_datadir}/rafkill
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc ChangeLog README AUTHORS
56 %attr(755,root,root) %{_bindir}/*
57 %{_datadir}/rafkill
This page took 0.08994 seconds and 3 git commands to generate.