]> git.pld-linux.org Git - packages/rafkill.git/blob - rafkill.spec
- updated to 1.0.1, renamed raptor to rafkill,
[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 %description
22 More or less a clone of a 2D vertical scroller much like Raptor: Call
23 of the Shadows or Tyrian.
24
25 %description -l pl
26 Mniej lub bardziej klon strzelanki 2D Raptor: Call of the Shadows lub
27 Tyrian.
28
29 %prep
30 %setup -q
31 %patch0 -p1
32
33 %build
34 rm -f missing
35 %{__aclocal}
36 %{__autoconf}
37 %{__automake}
38 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/rafkill}
44
45 install src/rafkill $RPM_BUILD_ROOT%{_bindir}
46 install data/* $RPM_BUILD_ROOT%{_datadir}/rafkill
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc ChangeLog README AUTHORS
54 %attr(755,root,root) %{_bindir}/*
55 %{_datadir}/rafkill
This page took 0.2961 seconds and 3 git commands to generate.