]> git.pld-linux.org Git - packages/adonthell-maps.git/blob - adonthell-maps.spec
- fix packaged files; rel 2
[packages/adonthell-maps.git] / adonthell-maps.spec
1 Summary:        Maps for Adonthell game engine
2 Summary(pl):    Mapy dla Adonthella
3 Name:           adonthell-maps
4 Version:        0.3.3
5 Release:        2
6 Epoch:          1
7 License:        GPL
8 Group:          X11/Applications/Games
9 Source0:        http://freesoftware.fsf.org/download/adonthell/wastesedge-%{version}.tar.gz
10 # Source0-md5:  c208c4c7aa2e8c97ec7b27a5bf4f2cd0
11 URL:            http://adonthell.linuxgames.com/download/index.shtml
12 BuildRequires:  adonthell
13 BuildRequires:  automake
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _gamedatadir    %{_prefix}/share/adonthell/games
17
18 %description
19 Map packs for Adonthell game.
20
21 %description -l pl
22 Paczka z mapami dla Adonthella.
23
24 %package wastesedge
25 Summary:        Waste's Edge map
26 Summary(pl):    Mapa Waste's Edge
27 Group:          X11/Applications/Games
28
29 %description wastesedge
30 As a loyal servant of the elven Lady Silverhair, you arrive at the
31 remote trading post of Waste's Edge, where she is engaged in
32 negotiations with the dwarish merchant Bjarn Fingolson. But not all is
33 well at Waste's Edge, and soon you are confronted with circumstances
34 that are about to destroy your mistress' high reputation. And you are
35 the only one to avert this ...
36
37 %description wastesedge -l pl
38 Jako lojalny s³uga elfiej Srebrzystow³osej Pani zostajesz wys³any do
39 odleg³ejgo miasteczka kupieckiego, Waste's Edge, w celu negocjacji z
40 krasnoludzkim kupcem Bjarnem Fingolsonem. Lecz w Waste's Edge nie
41 dzieje siê najlepiej, prêdko znajdujesz siê w okoliczno¶ciach mog±cych
42 zniszczyæ dobr± reputacjê twej Pani. I tylko ty mo¿esz temu
43 zapobiec...
44
45 %prep
46 %setup -q -n wastesedge-%{version}
47
48 %build
49 cp -f /usr/share/automake/config.sub .
50 %configure2_13
51
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56 install -d $RPM_BUILD_ROOT%{_bindir} \
57         $RPM_BUILD_ROOT%{_gamedatadir}/wastesedge/{audio,gfx,maps,scripts} \
58         $RPM_BUILD_ROOT%{_gamedatadir}/wastesedge/gettext/po \
59         $RPM_BUILD_ROOT%{_pixmapsdir}
60
61 %{__make} install \
62         datadir=$RPM_BUILD_ROOT%{_gamedatadir}/%{name} \
63         prefix=$RPM_BUILD_ROOT%{_prefix} \
64         bindir=$RPM_BUILD_ROOT%{_bindir} \
65         gamedatadir=$RPM_BUILD_ROOT%{_gamedatadir}/wastesedge/ \
66         pixmapdir=$RPM_BUILD_ROOT%{_pixmapsdir} \
67         gettextsrcdir=$RPM_BUILD_ROOT%{_gamedatadir}/wastesedge/gettext/po
68
69 %clean
70 rm -fr $RPM_BUILD_ROOT
71
72 %files wastesedge
73 %defattr(644,root,root,755)
74 %doc README AUTHORS PLAYING
75 %{_gamedatadir}/wastesedge
76 %{_pixmapsdir}/*
77 %attr(755,root,root) %{_bindir}/adonthell-wastesedge
This page took 0.190758 seconds and 3 git commands to generate.